diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-07-16 12:39:26 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-07-16 12:39:26 +0000 |
| commit | bf4637f1f532b959fc367af1b36563715aad489a (patch) | |
| tree | 67e155ae23dbba1223d5e304bd203df58fef39a6 /templates | |
| parent | 773ed394375aa4090e1c8c5a9e2b076e910f77a5 (diff) | |
| download | calendar-bf4637f1f532b959fc367af1b36563715aad489a.tar.gz calendar-bf4637f1f532b959fc367af1b36563715aad489a.tar.bz2 calendar-bf4637f1f532b959fc367af1b36563715aad489a.zip | |
activate the spinner every time prototype is loaded and remove individual spinner loading from various templates. this avoids duplicate spinners which causes spinner to stall
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/calendar.tpl | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/templates/calendar.tpl b/templates/calendar.tpl index e2b5605..845f41e 100644 --- a/templates/calendar.tpl +++ b/templates/calendar.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_calendar/templates/calendar.tpl,v 1.46 2007/04/06 12:38:44 nickpalmer Exp $ *} +{* $Header: /cvsroot/bitweaver/_bit_calendar/templates/calendar.tpl,v 1.47 2007/07/16 12:39:26 squareing Exp $ *} {strip} {if !$gBitSystem->isFeatureActive( 'site_help_popup' )} {popup_init src="`$smarty.const.UTIL_PKG_URL`javascript/libs/overlib.js"} @@ -9,7 +9,6 @@ <h1>{tr}Calendar{/tr}</h1> </div> <div class="body"> - <script type="text/javascript">/*<![CDATA[*/ show_spinner('spinner'); /*]]>*/</script> {jstabs} {jstab title="Calendar"} {* this is used to keep stuff like sort_mode persistent in all links on this page *} |
