summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorLester Caine <lester@lsces.co.uk>2026-05-15 18:04:16 +0100
committerLester Caine <lester@lsces.co.uk>2026-05-15 18:04:16 +0100
commit5634d9a70d7431c583d28fc7d6ca6880cfa04e72 (patch)
treefa4b347377d5c1d2d46f2c6afdc7edba9f03e740 /templates
parentc8aba9e4d5ff8fd2f13ec4e96c206c726df568b0 (diff)
downloadliberty-5634d9a70d7431c583d28fc7d6ca6880cfa04e72.tar.gz
liberty-5634d9a70d7431c583d28fc7d6ca6880cfa04e72.tar.bz2
liberty-5634d9a70d7431c583d28fc7d6ca6880cfa04e72.zip
Further trimming of role_model selection
Diffstat (limited to 'templates')
-rwxr-xr-xtemplates/service_content_icon_inc.tpl6
1 files changed, 1 insertions, 5 deletions
diff --git a/templates/service_content_icon_inc.tpl b/templates/service_content_icon_inc.tpl
index c74062d..04cd0f8 100755
--- a/templates/service_content_icon_inc.tpl
+++ b/templates/service_content_icon_inc.tpl
@@ -17,11 +17,7 @@
{else}
{assign var=iconClass value=""}
{/if}
- {if $smarty.const.ROLE_MODEL }
- {smartlink ipackage=liberty ifile="content_role_permissions.php" ititle="Assign Permissions" booticon="icon-key" class=$iconClass ipackage=liberty ifile="content_permissions.php" content_id=$serviceHash.content_id}
- {else}
- {smartlink ipackage=liberty ifile="content_permissions.php" ititle="Assign Permissions" booticon="icon-key" class=$iconClass ipackage=liberty ifile="content_permissions.php" content_id=$serviceHash.content_id}
- {/if}
+ {smartlink ipackage=liberty ifile="content_role_permissions.php" ititle="Assign Permissions" booticon="icon-key" class=$iconClass ipackage=liberty ifile="content_permissions.php" content_id=$serviceHash.content_id}
{/if}
{/if}
{/strip}