mirror of
https://github.com/dkmstr/openuds.git
synced 2024-12-22 13:34:04 +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">
|
||||
{{# each groups_all }}
|
||||
{{# 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 }}
|
||||
{{/ each }}
|
||||
</select>
|
||||
|
Loading…
Reference in New Issue
Block a user