diff options
author | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-10-05 20:59:21 +0200 |
---|---|---|
committer | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-10-05 20:59:21 +0200 |
commit | 90870d4872dbc8ff408183a79fd005b905aa86c2 (patch) | |
tree | cdd66eea79a7638b520576d381d08368b05a19c1 /view/theme/darkbubble/group_edit.tpl | |
parent | e88a8564c849b199ca552fa307f385b422d5d00a (diff) | |
parent | 5cb0b0ed4591a578720e0c985974db2d95f3810a (diff) | |
download | volse-hubzilla-90870d4872dbc8ff408183a79fd005b905aa86c2.tar.gz volse-hubzilla-90870d4872dbc8ff408183a79fd005b905aa86c2.tar.bz2 volse-hubzilla-90870d4872dbc8ff408183a79fd005b905aa86c2.zip |
Merge branch 'master' of git://github.com/friendika/Free-Friendika
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> |