From 850713ed26ff34d8fe37feed30bb94de4adc957c Mon Sep 17 00:00:00 2001 From: "bitweaver.org" Date: Sun, 19 Jun 2005 06:12:45 +0000 Subject: IMPORT TikiPro CLYDE FINAL --- templates/page_permissions.tpl | 101 +++++++++++++++++++++++++++++++++++++++++ 1 file changed, 101 insertions(+) create mode 100644 templates/page_permissions.tpl (limited to 'templates/page_permissions.tpl') diff --git a/templates/page_permissions.tpl b/templates/page_permissions.tpl new file mode 100644 index 0000000..278aba2 --- /dev/null +++ b/templates/page_permissions.tpl @@ -0,0 +1,101 @@ +{* $Header: /cvsroot/bitweaver/_bit_wiki/templates/page_permissions.tpl,v 1.1 2005/06/19 06:12:45 bitweaver Exp $ *} +{strip} +
{bithelp}
+ +
+
+

{tr}Permissions for{/tr} {$pageInfo.title}

+
+ +
+ {jstabs} + {jstab title="Permissions"} + {form legend="Assign permissions for `$pageInfo.title`"} + + +
+ {formlabel label="Group"} + {forminput} + + {formhelp note="Select the group that should be gived specific permissions."} + {/forminput} +
+ +
+ {formlabel label="Permission"} + {forminput} + + {formhelp note="Select what permission you want to give the group."} + {/forminput} +
+ +
+ +
+ {/form} + +

{tr}Current permissions for{/tr} {$pageInfo.title}

+ + + + + + + {section name=pg loop=$page_perms} + + + + + + {sectionelse} + + + + {/section} +
{tr}Group{/tr}{tr}Permissions{/tr}{tr}Actions{/tr}
{$page_perms[pg].group_name}{$page_perms[pg].perm_name}{biticon ipackage=liberty iname="delete" iexplain="remove from this page"}
+ {tr}No individual permissions set
global permissions apply{/tr} +
+ {/jstab} + + {jstab title="Email Notifications"} + + {form legend="Notify via email when updated"} + + + +
+ {formlabel label="Email"} + {forminput} + + {formhelp note="Enter the email address where you want to have notifications sent, as soon as there are changes made to this page."} + {/forminput} +
+ +
+ +
+ {/form} + + {if count( $emails ) gt 0 } +

{tr}Existing requests for email notification{/tr}

+ + {/if} + {/jstab} + {/jstabs} +
+
+ +{include file="bitpackage:wiki/page_action_bar.tpl"} +{/strip} \ No newline at end of file -- cgit v1.3