aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/testbubble/group_edit.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'view/theme/testbubble/group_edit.tpl')
-rw-r--r--view/theme/testbubble/group_edit.tpl19
1 files changed, 19 insertions, 0 deletions
diff --git a/view/theme/testbubble/group_edit.tpl b/view/theme/testbubble/group_edit.tpl
new file mode 100644
index 000000000..b867568f3
--- /dev/null
+++ b/view/theme/testbubble/group_edit.tpl
@@ -0,0 +1,19 @@
+<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>