[pLog-svn] r4098 - plog/trunk/templates/admin

oscar at devel.lifetype.net oscar at devel.lifetype.net
Fri Oct 6 10:44:46 GMT 2006


Author: oscar
Date: 2006-10-06 10:44:45 +0000 (Fri, 06 Oct 2006)
New Revision: 4098

Modified:
   plog/trunk/templates/admin/addbloguser.template
Log:
this form is now listing all the available permissions so that they can be assigned to the user, although nothing will happen yet when submitting


Modified: plog/trunk/templates/admin/addbloguser.template
===================================================================
--- plog/trunk/templates/admin/addbloguser.template	2006-10-06 10:37:29 UTC (rev 4097)
+++ plog/trunk/templates/admin/addbloguser.template	2006-10-06 10:44:45 UTC (rev 4098)
@@ -23,6 +23,16 @@
 	    {$locale->tr("send_user_notification_help")}
 	  </div>
      </div>
+     
+     <div class="field">
+      <label for="perm">{$locale->tr("permissions")}</label>
+      <span class="required"></span>
+      <div class="formHelp">{$locale->tr("new_blog_permissions_help")}</div>     
+     	{foreach from=$perms item=perm}
+     	 <input type="checkbox" class="checkbox" name="perm[]" value="{$perm->getId()}" />
+     	 {$locale->tr($perm->getDescription())}<br/>
+     	{/foreach}
+     </div>
 
     <div class="field">
       <label for="newBlogUserText">{$locale->tr("notification_text")}</label>



More information about the pLog-svn mailing list