Initial commit
This commit is contained in:
5
client/res/templates/fields/user-with-avatar/detail.tpl
Normal file
5
client/res/templates/fields/user-with-avatar/detail.tpl
Normal file
@@ -0,0 +1,5 @@
|
||||
{{#if idValue}}
|
||||
{{{avatar}}}<a href="#{{foreignScope}}/view/{{idValue}}" class="text-default">{{nameValue}}</a>
|
||||
{{else}}
|
||||
<span class="none-value">{{translate 'None'}}</span>
|
||||
{{/if}}
|
||||
3
client/res/templates/fields/user-with-avatar/list.tpl
Normal file
3
client/res/templates/fields/user-with-avatar/list.tpl
Normal file
@@ -0,0 +1,3 @@
|
||||
{{#if idValue}}
|
||||
{{{avatar}}}<a href="#{{foreignScope}}/view/{{idValue}}" title="{{nameValue}}" class="text-default">{{nameValue}}</a>
|
||||
{{/if}}
|
||||
Reference in New Issue
Block a user