From: hickert Date: Mon, 11 Feb 2008 10:31:27 +0000 (+0000) Subject: Added group application edit template: X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=c1b0f99b7378f5073ef6320cdf5de0b7cfa7be81;p=gosa.git Added group application edit template: git-svn-id: https://oss.gonicus.de/repositories/gosa/trunk@8819 594d385d-05f5-0310-b6e9-bd551577e9d8 --- diff --git a/gosa-plugins/goto/admin/groups/apps/edit_entry.tpl b/gosa-plugins/goto/admin/groups/apps/edit_entry.tpl new file mode 100644 index 000000000..bca903086 --- /dev/null +++ b/gosa-plugins/goto/admin/groups/apps/edit_entry.tpl @@ -0,0 +1,70 @@ + +{if $type == "FOLDER"} +

{$entry.NAME}

+ + + + + + + + + + + + + + + + + +
+ {t}Folder image{/t} + + {if $image_set} + + {else} + {t}None{/t} + {/if} +
+   +
{t}Upload image{/t} + + + +
{t}Reset image{/t}
+
+{/if} + +{if $type == "ENTRY"} +

{t}Application settings{/t}

+ + + + + + + + + + + +{foreach from=$paras item=item key=key} + + + + +{/foreach} +
{t}Name{/t}{$entry.NAME}
+   +
+ {t}Application options{/t} +
{$key} 
+{/if} +

+

+
+ +   + +