]> git.mxchange.org Git - friendica.git/blobdiff - view/group_selection.tpl
modified api message reply to set title to conversion title, when replying.
[friendica.git] / view / group_selection.tpl
index d09ba676d47a9188de1a13acdf16227e678b34df..3809cb99464b6dee035b265660205e6f98d1bc48 100644 (file)
@@ -1,5 +1,8 @@
-<select name="group-selection" id="group-selection">
+<div class="field custom">
+<label for="group-selection" id="group-selection-lbl">$label</label>
+<select name="group-selection" id="group-selection" >
 {{ for $groups as $group }}
 <option value="$group.id" {{ if $group.selected }}selected="selected"{{ endif }} >$group.name</option>
 {{ endfor }}
 </select>
+</div>