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