summaryrefslogtreecommitdiff
path: root/templates/admin_themes_manager.tpl
diff options
context:
space:
mode:
authorMax Kremmel <xing@synapse.plus.com>2006-04-17 16:23:23 +0000
committerMax Kremmel <xing@synapse.plus.com>2006-04-17 16:23:23 +0000
commit229f17c65a61e247bc6356f33e232308d8aee1c4 (patch)
tree47fc7c49622a3057dcf1ab240d5f690cdf8b11ee /templates/admin_themes_manager.tpl
parent21c0e198eff0374d235c3212f6c80b00b1396390 (diff)
downloadthemes-229f17c65a61e247bc6356f33e232308d8aee1c4.tar.gz
themes-229f17c65a61e247bc6356f33e232308d8aee1c4.tar.bz2
themes-229f17c65a61e247bc6356f33e232308d8aee1c4.zip
more kernel_config renames - themes related config settings
Diffstat (limited to 'templates/admin_themes_manager.tpl')
-rw-r--r--templates/admin_themes_manager.tpl8
1 files changed, 4 insertions, 4 deletions
diff --git a/templates/admin_themes_manager.tpl b/templates/admin_themes_manager.tpl
index 9e97b15..201b73e 100644
--- a/templates/admin_themes_manager.tpl
+++ b/templates/admin_themes_manager.tpl
@@ -47,9 +47,9 @@
{jstab title="Miscellaneous"}
{form legend="Miscellaneous Settings"}
<div class="row">
- {formlabel label="Slideshows theme" for="slide_style"}
+ {formlabel label="Slideshows theme" for="site_slide_style"}
{forminput}
- {html_options name="slide_style" id="slide_style" output=$styles values=$styles selected=$gBitSystem->mPrefs.slide_style}
+ {html_options name="site_slide_style" id="site_slide_style" output=$styles values=$styles selected=$gBitSystem->mPrefs.site_slide_style}
{formhelp note="This theme will be used when viewing a wikipage as a slideshow."}
{/forminput}
</div>
@@ -63,9 +63,9 @@
</div>
<div class="row">
- {formlabel label="Disable Javascript Tabs" for="disable_jstabs"}
+ {formlabel label="Disable Javascript Tabs" for="site_disable_jstabs"}
{forminput}
- <input type="checkbox" name="disable_jstabs" value='y' id="disable_jstabs"{if $gBitSystem->isFeatureActive( 'disable_jstabs' )} checked="checked"{/if} />
+ <input type="checkbox" name="site_disable_jstabs" value='y' id="site_disable_jstabs"{if $gBitSystem->isFeatureActive( 'site_disable_jstabs' )} checked="checked"{/if} />
{formhelp note="If you have difficulties with the javascript tabs, of you don't like them, you can disable them here."}
{/forminput}
</div>