diff options
Diffstat (limited to 'templates/admin_rss.tpl')
| -rw-r--r-- | templates/admin_rss.tpl | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/templates/admin_rss.tpl b/templates/admin_rss.tpl index 272fdea..56ae409 100644 --- a/templates/admin_rss.tpl +++ b/templates/admin_rss.tpl @@ -77,6 +77,16 @@ {/forminput} </div> {/foreach} + + {foreach from=$formRSSOptions 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} {/jstab} {/jstabs} |
