summaryrefslogtreecommitdiff
path: root/templates/content_permissions.tpl
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2007-10-10 18:07:17 +0000
committerwjames5 <will@tekimaki.com>2007-10-10 18:07:17 +0000
commitdba1ff6f945b843bf8e2f15dd0e0546b9ee30852 (patch)
tree9d30b5932e03c22bac8bed3ec3359d5c14bbe8d8 /templates/content_permissions.tpl
parentd75578f26bb239136b2f8f0182a9d34f097b4ca4 (diff)
downloadliberty-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.tpl2
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}&amp;content_id={$gContent->mContentId}&amp;perm={$perm}&amp;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}&amp;content_id={$gContent->mContentId}&amp;perm={$perm}&amp;group_id={$groupId}')">
{biticon iname=$size$icon iexplain="" iforce="icon"}
</a>
</span>