diff options
| author | Christian Fowler <spider@viovio.com> | 2007-07-15 21:37:21 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2007-07-15 21:37:21 +0000 |
| commit | a129cf785bca6ab40316b73cfd4c5b4f4557dd67 (patch) | |
| tree | 20a90e6279bad60adf1334564b4fd79f2d02ecf3 /templates/content_permissions.tpl | |
| parent | d47592841c6b7f17878c1fc4a1dda4b98d35bbfa (diff) | |
| download | liberty-a129cf785bca6ab40316b73cfd4c5b4f4557dd67.tar.gz liberty-a129cf785bca6ab40316b73cfd4c5b4f4557dd67.tar.bz2 liberty-a129cf785bca6ab40316b73cfd4c5b4f4557dd67.zip | |
add iforce=icon to checks
Diffstat (limited to 'templates/content_permissions.tpl')
| -rw-r--r-- | templates/content_permissions.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/content_permissions.tpl b/templates/content_permissions.tpl index 5e34e5a..5e72dd2 100644 --- a/templates/content_permissions.tpl +++ b/templates/content_permissions.tpl @@ -52,7 +52,7 @@ {if $gBitThemes->isJavascriptEnabled()} <span id="{$perm}{$groupId}"> <a title="{$contentPerms.groups.$groupId.group_name} :: {$perm}" href="javascript:ajax_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=""} + {biticon iname=$size$icon iexplain="" iforce="icon"} </a> </span> {else} |
