##// END OF EJS Templates
auth: expose a option to calculate how we end up having super-admin permission....
auth: expose a option to calculate how we end up having super-admin permission. This is now used only for visual display. The old way is still faster for permissions calculation. - the extended way will be used in permission summary showing a much more detailed permission summary for super-admins.

File last commit:

r1941:be441b36 default
r2065:adc2d1ca default
Show More
permissions_global.mako
10 lines | 385 B | application/x-mako | MakoHtmlLexer
${h.secure_form(h.route_path('admin_permissions_global_update'), method='POST', request=request)}
<div class="form permissions-global">
<!-- fields -->
<div class="fields">
<%namespace name="dpb" file="/base/default_perms_box.mako"/>
${dpb.default_perms_radios(global_permissions_template = True)}
</div>
</div>
${h.end_form()}