friendica/view/theme/testbubble/group_edit.tpl
Devlon Duthie 7285bb2db9 added templates to testbubble theme to clarify the delete buttons vsxt on the edit group/drop group
misc. changes to notifications.png for style-specific icons
2011-09-25 19:23:26 -05:00

20 lines
569 B
Smarty

<h2>$title</h2>
<div id="group-edit-wrapper" >
<form action="group/$gid" id="group-edit-form" method="post" >
<div id="group-edit-name-wrapper" >
<label id="group-edit-name-label" for="group-edit-name" >$gname</label>
<input type="text" id="group-edit-name" name="groupname" value="$name" />
<div id="group-edit-submit-wrapper" >
<input type="submit" name="submit" value="$submit" >
</div>
</div>
<div id="group-edit-name-end"></div>
$drop
<div id="group-edit-desc">$desc</div>
<div id="group-edit-select-end" ></div>
</form>
</div>