diff options
| author | wjames5 <will@tekimaki.com> | 2007-10-10 18:07:17 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2007-10-10 18:07:17 +0000 |
| commit | dba1ff6f945b843bf8e2f15dd0e0546b9ee30852 (patch) | |
| tree | 9d30b5932e03c22bac8bed3ec3359d5c14bbe8d8 /templates/content_permissions.tpl | |
| parent | d75578f26bb239136b2f8f0182a9d34f097b4ca4 (diff) | |
| download | liberty-dba1ff6f945b843bf8e2f15dd0e0546b9ee30852.tar.gz liberty-dba1ff6f945b843bf8e2f15dd0e0546b9ee30852.tar.bz2 liberty-dba1ff6f945b843bf8e2f15dd0e0546b9ee30852.zip | |
migrate core ajax services off prototype to mochikit
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 2166db3..7e8767e 100644 --- a/templates/content_permissions.tpl +++ b/templates/content_permissions.tpl @@ -50,7 +50,7 @@ <td style="text-align:center"> {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}')"> + <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="" iforce="icon"} </a> </span> |
