]> git.mxchange.org Git - friendica.git/blob - view/group_selection.tpl
template engine rework
[friendica.git] / view / group_selection.tpl
1 <div class="field custom">
2 <label for="group-selection" id="group-selection-lbl">$label</label>
3 <select name="group-selection" id="group-selection" >
4 {{ for $groups as $group }}
5 <option value="$group.id" {{ if $group.selected }}selected="selected"{{ endif }} >$group.name</option>
6 {{ endfor }}
7 </select>
8 </div>