Barış Soner Uşaklı 6 years ago
parent 46e9d72057
commit a55b3e74a0

@ -85,14 +85,18 @@
<label class="control-label" for="grouptitle">[[user:grouptitle]]</label> <label class="control-label" for="grouptitle">[[user:grouptitle]]</label>
<div class="controls"> <div class="controls">
<select class="form-control" id="groupTitle" data-property="groupTitle" <!-- IF allowMultipleBadges --> multiple<!-- ENDIF allowMultipleBadges -->> <select class="form-control" id="groupTitle" data-property="groupTitle" <!-- IF allowMultipleBadges --> size="{groupSelectSize}" multiple<!-- ENDIF allowMultipleBadges -->>
<option value="">[[user:no-group-title]]</option> <option value="">[[user:no-group-title]]</option>
{{{each groups}}} {{{each groups}}}
<!-- IF groups.userTitleEnabled --> <!-- IF groups.userTitleEnabled -->
<option value="{groups.name}" <!-- IF groups.selected -->selected<!-- ENDIF groups.selected -->>{groups.userTitle}</option> <option value="{groups.displayName}" <!-- IF groups.selected -->selected<!-- ENDIF groups.selected -->>{groups.userTitle}</option>
<!-- ENDIF groups.userTitleEnabled --> <!-- ENDIF groups.userTitleEnabled -->
{{{end}}} {{{end}}}
</select> </select>
<!-- IF allowMultipleBadges -->
<span>[[user:group-order-help]]</span>
<i role="button" component="group/order/up" class="fa fa-chevron-up"></i> <i role="button" component="group/order/down" class="fa fa-chevron-down"></i>
<!-- ENDIF -->
</div> </div>
</div> </div>

Loading…
Cancel
Save