From 2f5f99e0b32f042aba7bd6b540ffef84230e7d03 Mon Sep 17 00:00:00 2001 From: Max Kremmel Date: Sun, 10 Sep 2006 21:16:39 +0000 Subject: clean up, move around and consolidate tonnes of crappy and complicated core admin pages --- templates/admin_themes.tpl | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 templates/admin_themes.tpl (limited to 'templates/admin_themes.tpl') diff --git a/templates/admin_themes.tpl b/templates/admin_themes.tpl new file mode 100644 index 0000000..ed110aa --- /dev/null +++ b/templates/admin_themes.tpl @@ -0,0 +1,27 @@ +{* $Header: /cvsroot/bitweaver/_bit_themes/templates/admin_themes.tpl,v 1.1 2006/09/10 21:16:39 squareing Exp $ *} +{strip} +{form legend="Theme Settings"} + +
+ {formlabel label="Display action links as" for="site_biticon_display_style"} + {forminput} + {html_options name="site_biticon_display_style" id="site_biticon_display_style" options=$biticon_display_options selected=$gBitSystem->mConfig.site_biticon_display_style} + {formhelp note="Changing this setting will modify the way all action icons are displayed on your site. Icons in menus are not affected."} + {/forminput} +
+ + {foreach from=$themeSettings key=feature item=output} +
+ {formlabel label=`$output.label` for=$feature} + {forminput} + {html_checkboxes name="$feature" values="y" checked=$gBitSystem->getConfig($feature) labels=false id=$feature} + {formhelp note=`$output.note` page=`$output.page`} + {/forminput} +
+ {/foreach} + +
+ +
+{/form} +{/strip} -- cgit v1.3