diff rhodecode/templates/admin/users_groups/users_group_edit.html @ 3861:c74eaaae4437 beta

added permission overview into users group
author Marcin Kuzminski <marcin@python-works.com>
date Tue, 14 May 2013 00:07:06 +0200
parents 87e6960e250b
children
line wrap: on
line diff
--- a/rhodecode/templates/admin/users_groups/users_group_edit.html	Mon May 13 01:10:46 2013 +0200
+++ b/rhodecode/templates/admin/users_groups/users_group_edit.html	Tue May 14 00:07:06 2013 +0200
@@ -118,9 +118,13 @@
     </div>
     <%namespace name="dpb" file="/base/default_perms_box.html"/>
     ${dpb.default_perms_box(url('users_group_perm', id=c.users_group.users_group_id))}
+
+    ## permissions overview
+    <%namespace name="p" file="/base/perms_summary.html"/>
+    ${p.perms_summary(c.permissions)}
 </div>
 
-<div class="box box-right">
+<div class="box box-right" style="clear:right">
     <div class="title">
         <h5>${_('Permissions')}</h5>
     </div>