From a0d19ffb7241a1c7a4b85e6d0fd58fbb2f718468 Mon Sep 17 00:00:00 2001 From: Zach Prezkuta Date: Sun, 6 Jan 2013 14:42:51 -0700 Subject: implement Smarty3 --- view/tpl/smarty3/group_edit.tpl | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 view/tpl/smarty3/group_edit.tpl (limited to 'view/tpl/smarty3/group_edit.tpl') diff --git a/view/tpl/smarty3/group_edit.tpl b/view/tpl/smarty3/group_edit.tpl new file mode 100644 index 000000000..e4fb987ac --- /dev/null +++ b/view/tpl/smarty3/group_edit.tpl @@ -0,0 +1,23 @@ +

{{$title}}

+ + +
+
+ + + {{include file="field_input.tpl" field=$gname}} + {{if $drop}}{{$drop}}{{/if}} +
+ +
+
+
+
+ + +{{if $groupeditor}} +
+ {{include file="groupeditor.tpl"}} +
+{{/if}} +{{if $desc}}
{{$desc}}
{{/if}} -- cgit v1.2.3