aboutsummaryrefslogtreecommitdiffstats
path: root/view/theme/testbubble/group_edit.tpl
diff options
context:
space:
mode:
authorDevlon Duthie <duthied@gmail.com>2011-09-27 00:29:34 -0500
committerDevlon Duthie <duthied@gmail.com>2011-09-27 00:29:34 -0500
commit78c3210f6afac231c199e93caf5c022083049192 (patch)
tree98226a7cf2bf026193d953d6dabedb8eea607ef8 /view/theme/testbubble/group_edit.tpl
parentec16525c860c089c354dc22acc30996ca8bf572f (diff)
downloadvolse-hubzilla-78c3210f6afac231c199e93caf5c022083049192.tar.gz
volse-hubzilla-78c3210f6afac231c199e93caf5c022083049192.tar.bz2
volse-hubzilla-78c3210f6afac231c199e93caf5c022083049192.zip
fixed a bug I introduced when working on the testbubble theme - user's photo widget header div wasn't closed correctly
+ some opera-friendly style changes
Diffstat (limited to 'view/theme/testbubble/group_edit.tpl')
-rw-r--r--view/theme/testbubble/group_edit.tpl7
1 files changed, 2 insertions, 5 deletions
diff --git a/view/theme/testbubble/group_edit.tpl b/view/theme/testbubble/group_edit.tpl
index b867568f3..a8b3f92a0 100644
--- a/view/theme/testbubble/group_edit.tpl
+++ b/view/theme/testbubble/group_edit.tpl
@@ -6,13 +6,10 @@
<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>
+ <input type="submit" name="submit" value="$submit">
+ $drop
</div>
<div id="group-edit-name-end"></div>
- $drop
-
<div id="group-edit-desc">$desc</div>
<div id="group-edit-select-end" ></div>
</form>