From 94855b975713032537b3dd5fe500453960fa3d8e Mon Sep 17 00:00:00 2001 From: spiderr Date: Sat, 6 Apr 2013 16:19:02 -0400 Subject: major clean up for Smarty 3.0 and another pass at cleaning the top menus --- templates/admin_rss.tpl | 10 +++++----- templates/menu_rss.tpl | 3 ++- 2 files changed, 7 insertions(+), 6 deletions(-) diff --git a/templates/admin_rss.tpl b/templates/admin_rss.tpl index 9505219..29bd228 100644 --- a/templates/admin_rss.tpl +++ b/templates/admin_rss.tpl @@ -13,7 +13,7 @@ {assign var="rss_max" value="`$pkg_rss`_max_records"} {assign var="rss_title" value="`$pkg_rss`_title"} {assign var="rss_description" value="`$pkg_rss`_description"} - {formhelp note=`$output.note`} + {formhelp note=$output.note} {/forminput} @@ -70,20 +70,20 @@ {foreach from=$formRSSSettings key=setting item=output}
- {formlabel label=`$output.label` for=$setting} + {formlabel label=$output.label for=$setting} {forminput} - {formhelp note=`$output.note`} + {formhelp note=$output.note} {/forminput}
{/foreach} {foreach from=$formRSSOptions key=item item=output}
- {formlabel label=`$output.label` for=$item} + {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`} + {formhelp note=$output.note page=$output.page} {/forminput}
{/foreach} diff --git a/templates/menu_rss.tpl b/templates/menu_rss.tpl index 96df77c..d62e236 100644 --- a/templates/menu_rss.tpl +++ b/templates/menu_rss.tpl @@ -1,5 +1,6 @@ {strip} -