summaryrefslogtreecommitdiff
path: root/templates/admin_themes_manager.tpl
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/admin_themes_manager.tpl
parent1d15cd8c175a01bac2b95d31e6a74a6a0261dfce (diff)
downloadthemes-17676e1fd4e5dab3a4899404d83955cea0cd7112.tar.gz
themes-17676e1fd4e5dab3a4899404d83955cea0cd7112.tar.bz2
themes-17676e1fd4e5dab3a4899404d83955cea0cd7112.zip
merge recent changes to HEAD
Diffstat (limited to 'templates/admin_themes_manager.tpl')
-rw-r--r--templates/admin_themes_manager.tpl8
1 files changed, 8 insertions, 0 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>