added themes deprecated or deleted at Hackathon 2016 in Berlin as they were at the 3.5 release
This commit is contained in:
parent
c39a9c812b
commit
aa199e931f
1344 changed files with 164625 additions and 0 deletions
17
testbubble/templates/group_edit.tpl
Normal file
17
testbubble/templates/group_edit.tpl
Normal file
|
@ -0,0 +1,17 @@
|
|||
|
||||
<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}}" />
|
||||
<input type="submit" name="submit" value="{{$submit}}">
|
||||
{{$drop}}
|
||||
</div>
|
||||
<div id="group-edit-name-end"></div>
|
||||
<div id="group-edit-desc">{{$desc}}</div>
|
||||
<div id="group-edit-select-end" ></div>
|
||||
</form>
|
||||
</div>
|
Loading…
Add table
Add a link
Reference in a new issue