diff options
| author | Nick Palmer <nick@sluggardy.net> | 2007-09-24 12:33:07 +0000 |
|---|---|---|
| committer | Nick Palmer <nick@sluggardy.net> | 2007-09-24 12:33:07 +0000 |
| commit | 1b14df0605c8207548bdcb9bc9b28b6e5f199420 (patch) | |
| tree | 651670040b49ab8c0a262186430375da54b31463 /templates/admin_liberty.tpl | |
| parent | 7c86e056d8231ee4a9777fa59e53d6d4d3b07187 (diff) | |
| download | liberty-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.tpl | 28 |
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: {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"> |
