diff options
| author | Nick Palmer <nick@sluggardy.net> | 2008-01-13 23:19:17 +0000 |
|---|---|---|
| committer | Nick Palmer <nick@sluggardy.net> | 2008-01-13 23:19:17 +0000 |
| commit | 0de3c5e74298210ba8a282aba89b1f52b062076e (patch) | |
| tree | 03d4c985dd8123d46b3260ae43d2a34360f100ff /templates/footer_inc.tpl | |
| parent | ccdabf77f2622baef0ba52a297a0af4dfedcb9a4 (diff) | |
| download | themes-0de3c5e74298210ba8a282aba89b1f52b062076e.tar.gz themes-0de3c5e74298210ba8a282aba89b1f52b062076e.tar.bz2 themes-0de3c5e74298210ba8a282aba89b1f52b062076e.zip | |
Maybe somebody else can figure out how to get this to work right.
But since we are moving away from prototype people can find a fix or uncomment if they need it.
Diffstat (limited to 'templates/footer_inc.tpl')
| -rw-r--r-- | templates/footer_inc.tpl | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/footer_inc.tpl b/templates/footer_inc.tpl index d232212..e6a1e25 100644 --- a/templates/footer_inc.tpl +++ b/templates/footer_inc.tpl @@ -1,8 +1,9 @@ {if !empty($gBitThemes->mAjaxLibs)} - {foreach from=$gBitThemes->mAjaxLibs item=ajaxLib} +{* This is always showing up if we do $gBitThemes->loadAjax('mochikit'). Can't seem to figure out how to get smarty to do the right thing... -Nick {foreach from=$gBitThemes->mAjaxLibs item=ajaxLib} {if $ajaxLib == 'debugger.js'} <div id="jsdebug" style="padding:1em; margin:1em; border:0.5em solid #900; background:#fff; color:#000;">Prototype Debugger:<br /></div> {/if} {/foreach} +*} <div id="spinner" style="z-index:1500; position:absolute; top:50%; left:50%; margin-left:-125px; margin-top:-35px; width:250px; line-height:50px; padding:25px 0; border:3px solid #ccc; background:#fff; font-weight:bold; color:#900; text-align:center; display:none;">{biticon ipackage=liberty iname=busy iexplain=Loading style="vertical-align:middle;"} {tr}Loading{/tr}…</div> {/if} |
