mirror of
https://github.com/dkmstr/openuds.git
synced 2025-01-10 01:17:59 +03:00
Added comment to metagroup groups combo
This commit is contained in:
parent
cce8fa4869
commit
c1377255b5
@ -68,7 +68,7 @@
|
|||||||
<select multiple name="groups" class="selectpicker show-menu-arrow show-tick modal_field_data" data-style="btn-default" data-width="100%" id="id_state">
|
<select multiple name="groups" class="selectpicker show-menu-arrow show-tick modal_field_data" data-style="btn-default" data-width="100%" id="id_state">
|
||||||
{{# each groups_all }}
|
{{# each groups_all }}
|
||||||
{{# ifequals type 'group' }}
|
{{# ifequals type 'group' }}
|
||||||
<option value="{{ id }}"{{# ifbelongs id ../groups }} selected{{/ ifbelongs}}>{{ name }}</option>
|
<option value="{{ id }}"{{# ifbelongs id ../groups }} selected{{/ ifbelongs}}>{{ name }} ({{ comments }})</option>
|
||||||
{{/ ifequals }}
|
{{/ ifequals }}
|
||||||
{{/ each }}
|
{{/ each }}
|
||||||
</select>
|
</select>
|
||||||
|
Loading…
Reference in New Issue
Block a user