diff options
| author | lsces <lester@lsces.co.uk> | 2014-06-04 15:30:49 +0100 |
|---|---|---|
| committer | lsces <lester@lsces.co.uk> | 2014-06-04 15:30:49 +0100 |
| commit | 37e57fee22f327bf4535829e82a25565169a8c43 (patch) | |
| tree | 10ae0dc5723251f5ee1a753e3967a079f215dda9 /templates/content_permissions.tpl | |
| parent | 5f97cc856f1d37673e86f39c62a4fcd521826471 (diff) | |
| download | liberty-37e57fee22f327bf4535829e82a25565169a8c43.tar.gz liberty-37e57fee22f327bf4535829e82a25565169a8c43.tar.bz2 liberty-37e57fee22f327bf4535829e82a25565169a8c43.zip | |
Fixed the smarty crashes, but not yet functional
Diffstat (limited to 'templates/content_permissions.tpl')
| -rw-r--r-- | templates/content_permissions.tpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/content_permissions.tpl b/templates/content_permissions.tpl index 22eedd6..fff0161 100644 --- a/templates/content_permissions.tpl +++ b/templates/content_permissions.tpl @@ -51,11 +51,11 @@ {if $gBitThemes->isJavascriptEnabled()} <span id="{$perm}{$groupId}"> <a title="{$contentPerms.groups.$groupId.group_name} :: {$perm}" href="javascript:void(0);" onclick="BitAjax.updater('{$perm}{$groupId}', '{$smarty.const.LIBERTY_PKG_URL}content_permissions.php', 'action={$action}&content_id={$gContent->mContentId}&perm={$perm}&group_id={$groupId}')"> - {biticon iname="`$size$icon`" iexplain=$icon} + {biticon iname="$size$icon" iexplain=$icon} </a> </span> {else} - {smartlink itra=false ititle="`$contentPerms.groups.$groupId.group_name` :: $perm" ibiticon=icons/$size$icon iforce="icon" action=$action content_id=$gContent->mContentId perm=$perm group_id=$groupId} + {smartlink itra=false ititle="$contentPerms.groups.$groupId.group_name :: $perm" ibiticon="$size$icon" action=$action content_id=$gContent->mContentId perm=$perm group_id=$groupId} {/if} </td> {/foreach} |
