summaryrefslogtreecommitdiff
path: root/templates/admin_liberty.tpl
diff options
context:
space:
mode:
authorNick Palmer <nick@sluggardy.net>2007-09-24 12:33:07 +0000
committerNick Palmer <nick@sluggardy.net>2007-09-24 12:33:07 +0000
commit1b14df0605c8207548bdcb9bc9b28b6e5f199420 (patch)
tree651670040b49ab8c0a262186430375da54b31463 /templates/admin_liberty.tpl
parent7c86e056d8231ee4a9777fa59e53d6d4d3b07187 (diff)
downloadliberty-1b14df0605c8207548bdcb9bc9b28b6e5f199420.tar.gz
liberty-1b14df0605c8207548bdcb9bc9b28b6e5f199420.tar.bz2
liberty-1b14df0605c8207548bdcb9bc9b28b6e5f199420.zip
Add promotions with lots of nice bells and whistles. Need to test all the service links still but they should work.
Diffstat (limited to 'templates/admin_liberty.tpl')
-rw-r--r--templates/admin_liberty.tpl28
1 files changed, 28 insertions, 0 deletions
diff --git a/templates/admin_liberty.tpl b/templates/admin_liberty.tpl
index ef82766..b2fa355 100644
--- a/templates/admin_liberty.tpl
+++ b/templates/admin_liberty.tpl
@@ -30,6 +30,34 @@
</div>
{/legend}
+ {legend legend="Promotions"}
+ {legend legend="Locations"}
+ {formhelp note="You must select one or more of the following places to display the promotion badges"}
+ {foreach from=$formLibertyPromotionsLocations key=item item=output}
+ <div class="row">
+ {formlabel label=`$output.label` for=$item}
+ {forminput}
+ {html_checkboxes name="$item" values="y" checked=$gBitSystem->getConfig($item) labels=false id=$item}
+ {formhelp note=`$output.note` page=`$output.page`}
+ {/forminput}
+ </div>
+ {/foreach}
+ {/legend}
+ {legend legend="Services"}
+ {foreach from=$formLibertyPromotions key=item item=output}
+ <div class="row">
+ {formlabel label=`$output.label` for=$item}
+ {forminput}
+ {html_checkboxes name="$item" values="y" checked=$gBitSystem->getConfig($item) labels=false id=$item}
+ {assign var=item_style value=$item|cat:_style}
+ Style:&nbsp;{html_options options=$output.styles name="$item_style" id="$item_style" selected=$gBitSystem->getConfig($item_style)}
+ {formhelp note=`$output.note` page=`$output.page`}
+ {/forminput}
+ </div>
+ {/foreach}
+ {/legend}
+ {/legend}
+
{legend legend="Miscellaneous"}
{foreach from=$formLibertyFeatures key=item item=output}
<div class="row">