]> git.mxchange.org Git - friendica.git/blob - view/theme/testbubble/smarty3/group_edit.tpl
c89ee9140ba824f2890e93866c4269388b7dfb4d
[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  *}}<h2>{{$title}}</h2>
6
7
8 <div id="group-edit-wrapper" >
9         <form action="group/{{$gid}}" id="group-edit-form" method="post" >
10                 <div id="group-edit-name-wrapper" >
11                         <label id="group-edit-name-label" for="group-edit-name" >{{$gname}}</label>
12                         <input type="text" id="group-edit-name" name="groupname" value="{{$name}}" />
13                         <input type="submit" name="submit" value="{{$submit}}">
14                         {{$drop}}
15                 </div>
16                 <div id="group-edit-name-end"></div>
17                 <div id="group-edit-desc">{{$desc}}</div>
18                 <div id="group-edit-select-end" ></div>
19         </form>
20 </div>