diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2008-07-04 19:24:15 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2008-07-04 19:24:15 +0000 |
| commit | 5fecdbbfcb7bf4c31c8958d3e8943b7847b7e914 (patch) | |
| tree | 01b532ed00d5bd251e497768844e0cc67d669829 /templates | |
| parent | 701a379af77c4810beb74bf2618685bc3d50f9a2 (diff) | |
| download | themes-5fecdbbfcb7bf4c31c8958d3e8943b7847b7e914.tar.gz themes-5fecdbbfcb7bf4c31c8958d3e8943b7847b7e914.tar.bz2 themes-5fecdbbfcb7bf4c31c8958d3e8943b7847b7e914.zip | |
unconditionally include spinner div
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/footer_inc.tpl | 10 |
1 files changed, 1 insertions, 9 deletions
diff --git a/templates/footer_inc.tpl b/templates/footer_inc.tpl index e6a1e25..a439de9 100644 --- a/templates/footer_inc.tpl +++ b/templates/footer_inc.tpl @@ -1,9 +1 @@ -{if !empty($gBitThemes->mAjaxLibs)} -{* 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} +<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> |
