diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2006-01-14 19:55:32 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2006-01-14 19:55:32 +0000 |
| commit | 4f583850617150461e27780b1fdced4919b65a2f (patch) | |
| tree | a21a7d08bd37ec62c9ef7ba54de153fd277d3a10 | |
| parent | 5b2df3c384719f5a8c3f6fa2fb33749857dcbfb7 (diff) | |
| download | themes-4f583850617150461e27780b1fdced4919b65a2f.tar.gz themes-4f583850617150461e27780b1fdced4919b65a2f.tar.bz2 themes-4f583850617150461e27780b1fdced4919b65a2f.zip | |
merge recent changes into HEAD
| -rw-r--r-- | base.css | 2 | ||||
| -rw-r--r-- | templates/header_inc.tpl | 8 | ||||
| -rw-r--r-- | templates/popup_header_inc.tpl | 2 |
3 files changed, 6 insertions, 6 deletions
@@ -144,7 +144,7 @@ ul.tree {margin:0;padding-left:20px;} .tabsystem .tabpage {clear:both;} h4 {margin:0; padding:0; font-size:1em;} -a.external {background:transparent url("icons/external_link.png") no-repeat right; padding-right:1.3em;} +a.external {background:transparent url("icons/external_link.png") no-repeat left; padding-left:12px;} /* should we move these settings to individual packages? */ .stickies textarea, diff --git a/templates/header_inc.tpl b/templates/header_inc.tpl index 615fda5..305ee4f 100644 --- a/templates/header_inc.tpl +++ b/templates/header_inc.tpl @@ -1,4 +1,4 @@ -{* $Header: /cvsroot/bitweaver/_bit_themes/templates/header_inc.tpl,v 1.8 2006/01/10 21:16:47 squareing Exp $ *} +{* $Header: /cvsroot/bitweaver/_bit_themes/templates/header_inc.tpl,v 1.9 2006/01/14 19:55:32 squareing Exp $ *} {strip} {if $gBitSystem->mStyles.styleSheet} <link rel="stylesheet" title="{$style}" type="text/css" href="{$gBitSystem->mStyles.styleSheet}" media="all" /> @@ -14,11 +14,11 @@ {/foreach} {if $gBitSystemPrefs.disable_jstabs ne 'y'} - <script type="text/javascript" src="{$smarty.const.UTIL_PKG_URL}javascript/jscompressor.php?jsfile=libs/tabpane.js"></script> + <script type="text/javascript" src="{$smarty.const.UTIL_PKG_URL}javascript/libs/tabpane.js"></script> {/if} {if $gBitSystemPrefs.disable_fat ne 'y'} - <script type="text/javascript" src="{$smarty.const.UTIL_PKG_URL}javascript/jscompressor.php?jsfile=libs/fat.js"></script> + <script type="text/javascript" src="{$smarty.const.UTIL_PKG_URL}javascript/libs/fat.js"></script> {/if} {/strip} @@ -28,6 +28,6 @@ <script type="text/javascript"> IE7_PNG_SUFFIX = ".png"; </script> - <script type="text/javascript" src="{$smarty.const.UTIL_PKG_URL}javascript/jscompressor.php?jsfile=fixes/ie7/ie7-standard-p.js"></script> + <script type="text/javascript" src="{$smarty.const.UTIL_PKG_URL}javascript/fixes/ie7/ie7-standard-p.js"></script> <![endif]--> {/if} diff --git a/templates/popup_header_inc.tpl b/templates/popup_header_inc.tpl index faea0d9..402e522 100644 --- a/templates/popup_header_inc.tpl +++ b/templates/popup_header_inc.tpl @@ -19,7 +19,7 @@ <link rel="alternate stylesheet" title="{$alt_name}" type="text/css" href="{$alt_path}" media="screen" /> {/foreach} - <script type="text/javascript" src="{$smarty.const.UTILL_PKG_URL}javascript/bitweaver.js"></script> + <script type="text/javascript" src="{$smarty.const.UTIL_PKG_URL}javascript/bitweaver.js"></script> {literal} <script type="text/javascript"><!-- |
