diff options
| author | Max Kremmel <xing@synapse.plus.com> | 2007-01-07 10:48:32 +0000 |
|---|---|---|
| committer | Max Kremmel <xing@synapse.plus.com> | 2007-01-07 10:48:32 +0000 |
| commit | be224220d6b674327b3e61658c8a670a2e0e59bf (patch) | |
| tree | 7882ce4a839dd38c8fefab30fc84e3ceb42cb648 /templates | |
| parent | 7be1c7aa6f89f524b5afc78d6fd2e2b850c73960 (diff) | |
| download | rss-be224220d6b674327b3e61658c8a670a2e0e59bf.tar.gz rss-be224220d6b674327b3e61658c8a670a2e0e59bf.tar.bz2 rss-be224220d6b674327b3e61658c8a670a2e0e59bf.zip | |
add option to specify caching time of rss feeds, add / fix rss default setting in individual packages
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/admin_rss.tpl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/templates/admin_rss.tpl b/templates/admin_rss.tpl index 5b17e1e..272fdea 100644 --- a/templates/admin_rss.tpl +++ b/templates/admin_rss.tpl @@ -60,6 +60,14 @@ {/forminput} </div> + <div class="row"> + {formlabel label="Cache Time" for="rssfeed_cache_time"} + {forminput} + {html_options name=rssfeed_cache_time id=rssfeed_cache_time values=$cacheTimes options=$cacheTimes selected=$gBitSystem->getConfig('rssfeed_cache_time')} + {formhelp note="Set the cache time of the individual rss feeds. Setting this to 0 will disable caching (recommended for sites with a complex permission setup)."} + {/forminput} + </div> + {foreach from=$formRSSSettings key=setting item=output} <div class="row"> {formlabel label=`$output.label` for=$setting} |
