diff options
| author | Nick Palmer <nick@sluggardy.net> | 2007-09-24 20:37:46 +0000 |
|---|---|---|
| committer | Nick Palmer <nick@sluggardy.net> | 2007-09-24 20:37:46 +0000 |
| commit | 38c1f5d7aec0ebd452c3344dfcebc14866f98ee5 (patch) | |
| tree | 335e92c9ab4e1888f4211128fe00ab52fd54e5f2 /templates/admin_liberty.tpl | |
| parent | 82b6421d311e21bb3e9f523bb0d1fce77310e502 (diff) | |
| download | liberty-38c1f5d7aec0ebd452c3344dfcebc14866f98ee5.tar.gz liberty-38c1f5d7aec0ebd452c3344dfcebc14866f98ee5.tar.bz2 liberty-38c1f5d7aec0ebd452c3344dfcebc14866f98ee5.zip | |
Move "promotions" stuff to _bit_hype. You need to check out that package to get these features now.
Diffstat (limited to 'templates/admin_liberty.tpl')
| -rw-r--r-- | templates/admin_liberty.tpl | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/templates/admin_liberty.tpl b/templates/admin_liberty.tpl index b2fa355..ef82766 100644 --- a/templates/admin_liberty.tpl +++ b/templates/admin_liberty.tpl @@ -30,34 +30,6 @@ </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"> |
