summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorlsces <lester@lsces.co.uk>2014-06-04 15:30:49 +0100
committerlsces <lester@lsces.co.uk>2014-06-04 15:30:49 +0100
commit37e57fee22f327bf4535829e82a25565169a8c43 (patch)
tree10ae0dc5723251f5ee1a753e3967a079f215dda9 /templates
parent5f97cc856f1d37673e86f39c62a4fcd521826471 (diff)
downloadliberty-37e57fee22f327bf4535829e82a25565169a8c43.tar.gz
liberty-37e57fee22f327bf4535829e82a25565169a8c43.tar.bz2
liberty-37e57fee22f327bf4535829e82a25565169a8c43.zip
Fixed the smarty crashes, but not yet functional
Diffstat (limited to 'templates')
-rw-r--r--templates/content_permissions.tpl4
-rw-r--r--templates/content_role_permissions.tpl6
2 files changed, 5 insertions, 5 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}&amp;content_id={$gContent->mContentId}&amp;perm={$perm}&amp;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}
diff --git a/templates/content_role_permissions.tpl b/templates/content_role_permissions.tpl
index 5b97fce..edb9042 100644
--- a/templates/content_role_permissions.tpl
+++ b/templates/content_role_permissions.tpl
@@ -50,12 +50,12 @@
<td style="text-align:center">
{if $gBitThemes->isJavascriptEnabled()}
<span id="{$perm}{$roleId}">
- <a title="{$contentPerms.roles.$roleId.role_name} :: {$perm}" href="javascript:void(0);" onclick="BitAjax.updater('{$perm}{$roleId}', '{$smarty.const.LIBERTY_PKG_URL}content_permissions.php', 'action={$action}&amp;content_id={$gContent->mContentId}&amp;perm={$perm}&amp;role_id={$roleId}')">
- {biticon iname=$size$icon iexplain="" iforce="icon"}
+ <a title="{$contentPerms.roles.$roleId.role_name} :: {$perm}" href="javascript:void(0);" onclick="BitAjax.updater('{$perm}{$roleId}', '{$smarty.const.LIBERTY_PKG_URL}content_role_permissions.php', 'action={$action}&amp;content_id={$gContent->mContentId}&amp;perm={$perm}&amp;role_id={$roleId}')">
+ {biticon iname="$size$icon" iexplain="$icon"}
</a>
</span>
{else}
- {smartlink itra=false ititle="`$contentPerms.roles.$roleId.role_name` :: $perm" ibiticon=icons/$size$icon iforce="icon" action=$action content_id=$gContent->mContentId perm=$perm role_id=$roleId}
+ {smartlink itra=false ititle="$contentPerms.roles.$roleId.role_name :: $perm" ibiticon="$size$icon" action=$action content_id=$gContent->mContentId perm=$perm role_id=$roleId}
{/if}
</td>
{/foreach}