summaryrefslogtreecommitdiff
path: root/templates
diff options
context:
space:
mode:
authorChristian Fowler <spider@viovio.com>2005-10-12 15:13:58 +0000
committerChristian Fowler <spider@viovio.com>2005-10-12 15:13:58 +0000
commit17676e1fd4e5dab3a4899404d83955cea0cd7112 (patch)
treebc341032793e09fd0fe4a96b8c639fc21055b383 /templates
parent1d15cd8c175a01bac2b95d31e6a74a6a0261dfce (diff)
downloadthemes-17676e1fd4e5dab3a4899404d83955cea0cd7112.tar.gz
themes-17676e1fd4e5dab3a4899404d83955cea0cd7112.tar.bz2
themes-17676e1fd4e5dab3a4899404d83955cea0cd7112.zip
merge recent changes to HEAD
Diffstat (limited to 'templates')
-rw-r--r--templates/admin_themes_manager.tpl8
-rw-r--r--templates/header_inc.tpl6
2 files changed, 13 insertions, 1 deletions
diff --git a/templates/admin_themes_manager.tpl b/templates/admin_themes_manager.tpl
index bda984e..522302c 100644
--- a/templates/admin_themes_manager.tpl
+++ b/templates/admin_themes_manager.tpl
@@ -62,6 +62,14 @@
{/forminput}
</div>
+ <div class="row">
+ {formlabel label="Disable Fading" for="disable_fat"}
+ {forminput}
+ <input type="checkbox" name="disable_fat" value='y' id="disable_fat"{if $gBitSystem->isFeatureActive( 'disable_fat' )} checked="checked"{/if} />
+ {formhelp note="Disable the fading effect used when displaying any success, warning or error messages."}
+ {/forminput}
+ </div>
+
<div class="row submit">
<input type="submit" name="themeTabSubmit" value="{tr}Apply Settings{/tr}" />
</div>
diff --git a/templates/header_inc.tpl b/templates/header_inc.tpl
index 97d63aa..36e8193 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.5 2005/08/11 13:03:48 squareing Exp $ *}
+{* $Header: /cvsroot/bitweaver/_bit_themes/templates/header_inc.tpl,v 1.6 2005/10/12 15:13:58 spiderr Exp $ *}
{strip}
{if $gBitSystem->mStyles.styleSheet}
<link rel="stylesheet" title="{$style}" type="text/css" href="{$gBitSystem->mStyles.styleSheet}" media="all" />
@@ -16,6 +16,10 @@
{if $gBitSystemPrefs.disable_jstabs ne 'y'}
<script type="text/javascript" src="{$smarty.const.THEMES_PKG_URL}js/tabs/tabpane.js"></script>
{/if}
+
+{if $gBitSystemPrefs.disable_fat ne 'y'}
+ <script type="text/javascript" src="{$smarty.const.THEMES_PKG_URL}js/fat.js"></script>
+{/if}
{/strip}
{if $browserInfo.browser eq 'ie'}