]> git.mxchange.org Git - friendica.git/commitdiff
deleted: view/theme/smoothly/group_edit.tpl
authorpixelroot <info@pixelbits.de>
Fri, 14 Sep 2012 08:16:35 +0000 (10:16 +0200)
committerpixelroot <info@pixelbits.de>
Fri, 14 Sep 2012 08:16:35 +0000 (10:16 +0200)
view/theme/smoothly/group_edit.tpl [deleted file]

diff --git a/view/theme/smoothly/group_edit.tpl b/view/theme/smoothly/group_edit.tpl
deleted file mode 100644 (file)
index a8b3f92..0000000
+++ /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>