Changeset - 7236ae349494
[Not reviewed]
beta
0 1 0
Marcin Kuzminski - 13 years ago 2013-04-11 21:21:59
marcin@python-works.com
fixed displaying of add user group button for super admins
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/admin/users_groups/users_groups.html
Show inline comments
 
@@ -12,25 +12,25 @@
 
</%def>
 

	
 
<%def name="page_nav()">
 
    ${self.menu('admin')}
 
</%def>
 

	
 
<%def name="main()">
 
<div class="box">
 
    <!-- box / title -->
 
    <div class="title">
 
        ${self.breadcrumbs()}
 
        <ul class="links">
 
        %if h.HasPermissionAny('hg.usergroup.create.true')():
 
        %if h.HasPermissionAny('hg.admin', 'hg.usergroup.create.true')():
 
          <li>
 
            <span>${h.link_to(_(u'Add new user group'),h.url('new_users_group'))}</span>
 
          </li>
 
        %endif
 
        </ul>
 
    </div>
 
    <!-- end box / title -->
 

	
 
    <div class="table">
 
    %if c.users_groups_list:
 
        <table class="table_disp">
 
        <tr class="header">
0 comments (0 inline, 0 general)