diff options
| author | wjames5 <will@tekimaki.com> | 2009-10-02 18:17:47 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2009-10-02 18:17:47 +0000 |
| commit | 89ad696dc37cfa430821fd0b9f7605f2e8912163 (patch) | |
| tree | fff3b2e61f9383a23f2f3a1c86f1839e5940a317 /templates | |
| parent | f5bc2d243cd4a3f551a6b733fdaf85bdfba0e7a2 (diff) | |
| download | rss-89ad696dc37cfa430821fd0b9f7605f2e8912163.tar.gz rss-89ad696dc37cfa430821fd0b9f7605f2e8912163.tar.bz2 rss-89ad696dc37cfa430821fd0b9f7605f2e8912163.zip | |
new option to use httpauth on feeds to support private content - opt in and universally handled in rss_inc
Diffstat (limited to 'templates')
| -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} |
