summaryrefslogtreecommitdiff
path: root/templates/admin_layout_overview.tpl
diff options
context:
space:
mode:
Diffstat (limited to 'templates/admin_layout_overview.tpl')
-rw-r--r--templates/admin_layout_overview.tpl6
1 files changed, 5 insertions, 1 deletions
diff --git a/templates/admin_layout_overview.tpl b/templates/admin_layout_overview.tpl
index 90d18e9..a0682e4 100644
--- a/templates/admin_layout_overview.tpl
+++ b/templates/admin_layout_overview.tpl
@@ -66,7 +66,11 @@
{section name=ix loop=$layout.$area}
<tr>
<td>
- {include file="bitpackage:themes/module_config_inc.tpl" modInfo=$layout.$area[ix]}
+ {if $roles }
+ {include file="bitpackage:themes/module_config_role_inc.tpl" modInfo=$layout.$area[ix]}
+ {else}
+ {include file="bitpackage:themes/module_config_inc.tpl" modInfo=$layout.$area[ix]}
+ {/if}
</td>
</tr>
{sectionelse}