diff options
author | Friendika <info@friendika.com> | 2011-10-01 04:25:40 -0700 |
---|---|---|
committer | Friendika <info@friendika.com> | 2011-10-01 04:25:40 -0700 |
commit | 78c00c287d5c14d2a93b461b8522bd8a1e95c44c (patch) | |
tree | d67214d90e9f05510d5c4e377f88370c2c89c6e7 /view/theme/darkbubble/group_edit.tpl | |
parent | f4c961b90676dad0a6773e52e4bd08b33c9b68c6 (diff) | |
download | volse-hubzilla-78c00c287d5c14d2a93b461b8522bd8a1e95c44c.tar.gz volse-hubzilla-78c00c287d5c14d2a93b461b8522bd8a1e95c44c.tar.bz2 volse-hubzilla-78c00c287d5c14d2a93b461b8522bd8a1e95c44c.zip |
legibility improvements to darkbubble, mark as a derived theme
Diffstat (limited to 'view/theme/darkbubble/group_edit.tpl')
-rw-r--r-- | view/theme/darkbubble/group_edit.tpl | 16 |
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> |