Changeset - 809fe2d392f8
[Not reviewed]
beta
0 1 0
Mads Kiilerich - 13 years ago 2013-01-22 23:44:38
madski@unity3d.com
my_account: change markup so permission list get perms.table style
1 file changed with 3 insertions and 1 deletions:
0 comments (0 inline, 0 general)
rhodecode/templates/admin/users/user_edit_my_account.html
Show inline comments
 
@@ -48,7 +48,8 @@
 
         </ul>
 
    </div>
 
    <!-- end box / title -->
 
    <div id="perms_container" class="table">
 
    <div id="perms_container">
 
        <div id="perms" class="table">
 
           %for section in sorted(c.rhodecode_user.permissions.keys()):
 
            <div class="perms_section_head">${section.replace("_"," ").capitalize()}</div>
 

	
 
@@ -93,6 +94,7 @@
 
            </table>
 
            </div>
 
           %endfor
 
        </div>
 
    </div>
 
    <div id="my_container" style="display:none">
 
        <div class="table yui-skin-sam" id="repos_list_wrap"></div>
0 comments (0 inline, 0 general)