summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2008-07-14 21:29:33 +0000
committerwjames5 <will@tekimaki.com>2008-07-14 21:29:33 +0000
commit4cc559edaa7449b77d563dc05ef5568f5655cfd8 (patch)
treee510edd57f2cc81eb8dcfebfb9d1ad6d93868c84 /templates
parent1dfd144c90b866317b0ce26cb5d01cd31161abc4 (diff)
downloadblogs-4cc559edaa7449b77d563dc05ef5568f5655cfd8.tar.gz
blogs-4cc559edaa7449b77d563dc05ef5568f5655cfd8.tar.bz2
blogs-4cc559edaa7449b77d563dc05ef5568f5655cfd8.zip
update calls to show and hideSpinner to BitBase
Diffstat (limited to 'templates')
-rw-r--r--templates/header_inc.tpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/header_inc.tpl b/templates/header_inc.tpl
index dfd7127..7de28ad 100644
--- a/templates/header_inc.tpl
+++ b/templates/header_inc.tpl
@@ -1,4 +1,4 @@
-{* $Header: /cvsroot/bitweaver/_bit_blogs/templates/header_inc.tpl,v 1.11 2007/11/07 17:44:25 wjames5 Exp $ *}
+{* $Header: /cvsroot/bitweaver/_bit_blogs/templates/header_inc.tpl,v 1.12 2008/07/14 21:29:33 wjames5 Exp $ *}
{strip}
{if $gBitSystem->isPackageActive( 'rss' ) and $gBitSystem->isFeatureActive( 'blogs_rss' ) and $smarty.const.ACTIVE_PACKAGE eq 'blogs' and $gBitUser->hasPermission( 'p_blogs_view' )}
<link rel="alternate" type="application/rss+xml" title="{$gBitSystem->getConfig('blogs_rss_title',"{tr}Blogs{/tr} RSS")}" href="{$smarty.const.BLOGS_PKG_URL}blogs_rss.php?version={$gBitSystem->getConfig('rssfeed_default_version',0)}" />
@@ -17,7 +17,7 @@
{literal}
<script type="text/javascript">/* <![CDATA[ */
BitAjax.updaterCallback = function(target, rslt){
- BitAjax.hideSpinner();
+ BitBase.hideSpinner();
var e = document.getElementById(target);
if (e != null){
e.style.display = 'none';