From dcbc0c0c9516adf616023615871439b4015fa686 Mon Sep 17 00:00:00 2001 From: friendica Date: Wed, 1 Aug 2012 05:02:43 -0700 Subject: major theme re-org, only duepuntozero and slackr working atm --- view/tpl/group_edit.tpl | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 view/tpl/group_edit.tpl (limited to 'view/tpl/group_edit.tpl') diff --git a/view/tpl/group_edit.tpl b/view/tpl/group_edit.tpl new file mode 100644 index 000000000..2fa2b1a55 --- /dev/null +++ b/view/tpl/group_edit.tpl @@ -0,0 +1,23 @@ +

$title

+ + +
+
+ + + {{ inc field_input.tpl with $field=$gname }}{{ endinc }} + {{ if $drop }}$drop{{ endif }} +
+ +
+
+
+
+ + +{{ if $groupeditor }} +
+ {{ inc groupeditor.tpl }}{{ endinc }} +
+{{ endif }} +{{ if $desc }}
$desc
{{ endif }} -- cgit v1.2.3