aboutsummaryrefslogtreecommitdiffstats
path: root/view/de/group_new.tpl
diff options
context:
space:
mode:
authorfabrixxm <fabrix.xm@gmail.com>2011-01-25 19:03:41 +0100
committerfabrixxm <fabrix.xm@gmail.com>2011-01-25 19:03:41 +0100
commit6558ee1e2210fb41b1f4d95f806ee441a565087d (patch)
treeae1f34aa7a25432652b2bc1f1264d09dc94c51cf /view/de/group_new.tpl
parent1f95ba5c344a1b17c735bf2760a169beeff864c2 (diff)
parentbb5ad77e2a67e0443444a433583c7d8de1a037a9 (diff)
downloadvolse-hubzilla-6558ee1e2210fb41b1f4d95f806ee441a565087d.tar.gz
volse-hubzilla-6558ee1e2210fb41b1f4d95f806ee441a565087d.tar.bz2
volse-hubzilla-6558ee1e2210fb41b1f4d95f806ee441a565087d.zip
Merge branch 'friendika-master'
Diffstat (limited to 'view/de/group_new.tpl')
-rw-r--r--view/de/group_new.tpl23
1 files changed, 23 insertions, 0 deletions
diff --git a/view/de/group_new.tpl b/view/de/group_new.tpl
new file mode 100644
index 000000000..639eab8a8
--- /dev/null
+++ b/view/de/group_new.tpl
@@ -0,0 +1,23 @@
+
+
+
+<div id="group-new-wrapper" >
+<form action="group/new" method="post">
+
+<div id="group-new-text">
+<p>
+Erstelle eine neue Gruppe für Freunde/Kontakte.
+
+<div id="group-new-input-wrapper">
+<label id="group-new-label" for="group-new-name" >Gruppen Name: </label>
+<input name="groupname" id="group-new-name" />
+</div>
+<div id="group-new-input-end" ></div>
+
+<div id="group-new-submit-wrapper" >
+<input type="submit" name="submit" value="Submit" />
+</form>
+</div>
+<div id="group-new-end"></div>
+
+