diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2005-12-29 18:28:04 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2005-12-29 18:28:04 +0000 |
| commit | e73f12657c5c5fcd05810cf0b1477bb69743b9a4 (patch) | |
| tree | b3dd49aab8cb8fb89f67bc56ab6c36b2c7073f06 /templates/footer_inc.tpl | |
| parent | 01dc46ce9916517ec28f5ae173f8318f1b250f19 (diff) | |
| download | themes-e73f12657c5c5fcd05810cf0b1477bb69743b9a4.tar.gz themes-e73f12657c5c5fcd05810cf0b1477bb69743b9a4.tar.bz2 themes-e73f12657c5c5fcd05810cf0b1477bb69743b9a4.zip | |
merge recent changes into HEAD
Diffstat (limited to 'templates/footer_inc.tpl')
| -rw-r--r-- | templates/footer_inc.tpl | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/templates/footer_inc.tpl b/templates/footer_inc.tpl new file mode 100644 index 0000000..db1da61 --- /dev/null +++ b/templates/footer_inc.tpl @@ -0,0 +1,6 @@ +{if $jsDebug} + <div id="jsdebug" style="padding:1em; margin:1em; border:0.5em solid #900; background:#fff; color:#000;"></div> +{/if} +{* in preparation of prototype 1.4 - no point in including this yet, since we need to decide if we want to upgrade to 1.4 due to size issues - perhaps gzip prototype? +<div id="spinner" style="position:absolute; top:50%; left:50%; margin-left:-125px; margin-top:-35px; width:250px; line-height:20px; padding:25px 0; border:1px solid #ccc; background:#fff; font-weight:bold; color:#900; text-align:center; display:none;">{biticon ipackage=liberty iname=busy iexplain=Loading} {tr}Loading{/tr}…</div> +*} |
