UX: Update HTML following core change (#6)
This commit is contained in:
parent
1f5aebb180
commit
8ad475a960
|
@ -13,18 +13,19 @@
|
||||||
</div>
|
</div>
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div class="inline-form">
|
||||||
<span class="total-rows">
|
<label class="total-rows">
|
||||||
{{#if model.totalRows}}
|
{{#if model.totalRows}}
|
||||||
{{i18n "directory.total_rows" count=model.totalRows}}
|
{{i18n "directory.total_rows" count=model.totalRows}}
|
||||||
{{/if}}
|
{{/if}}
|
||||||
</span>
|
</label>
|
||||||
{{input
|
{{input
|
||||||
value=(readonly nameInput)
|
value=(readonly nameInput)
|
||||||
input=(action "onUsernameFilterChanged" value="target.value")
|
input=(action "onUsernameFilterChanged" value="target.value")
|
||||||
placeholderKey="directory.filter_name"
|
placeholderKey="directory.filter_name"
|
||||||
class="filter-name no-blur"
|
class="filter-name no-blur"
|
||||||
}}
|
}}
|
||||||
|
{{#if showGroupFilter}}
|
||||||
{{combo-box
|
{{combo-box
|
||||||
class="directory-group-selector"
|
class="directory-group-selector"
|
||||||
value=group
|
value=group
|
||||||
|
@ -34,6 +35,7 @@
|
||||||
none="directory.group.all"
|
none="directory.group.all"
|
||||||
)
|
)
|
||||||
}}
|
}}
|
||||||
|
{{/if}}
|
||||||
{{#if currentUser.staff}}
|
{{#if currentUser.staff}}
|
||||||
{{d-button
|
{{d-button
|
||||||
icon="wrench"
|
icon="wrench"
|
||||||
|
|
Loading…
Reference in New Issue