]> git.mxchange.org Git - friendica.git/blob - view/theme/testbubble/smarty3/group_edit.tpl
template engine rework
[friendica.git] / view / theme / testbubble / smarty3 / group_edit.tpl
1 {{*
2  *      AUTOMATICALLY GENERATED TEMPLATE
3  *      DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN
4  *
5  *}}
6 <h2>{{$title}}</h2>
7
8
9 <div id="group-edit-wrapper" >
10         <form action="group/{{$gid}}" id="group-edit-form" method="post" >
11                 <div id="group-edit-name-wrapper" >
12                         <label id="group-edit-name-label" for="group-edit-name" >{{$gname}}</label>
13                         <input type="text" id="group-edit-name" name="groupname" value="{{$name}}" />
14                         <input type="submit" name="submit" value="{{$submit}}">
15                         {{$drop}}
16                 </div>
17                 <div id="group-edit-name-end"></div>
18                 <div id="group-edit-desc">{{$desc}}</div>
19                 <div id="group-edit-select-end" ></div>
20         </form>
21 </div>