]> git.mxchange.org Git - friendica.git/blob - view/templates/circle_selection.tpl
Merge remote-tracking branch 'upstream/develop' into parent-view
[friendica.git] / view / templates / circle_selection.tpl
1
2 <div class="field custom">
3 <label for="circle-selection" id="circle-selection-lbl">{{$label}}</label>
4 <select name="circle-selection" id="circle-selection">
5 {{foreach $circles as $circle}}
6 <option value="{{$circle.id}}"{{if $circle.selected}} selected="selected"{{/if}}>{{$circle.name}}</option>
7 {{/foreach}}
8 </select>
9 </div>