{strip}
{bithelp}

{tr}Admin RSS modules{/tr}

{if $items} {box title="Feed Preview"} {/box} {/if} {form legend="Create / Edit Syndication Module"}
{formlabel label="Title" for="name"} {forminput} {formhelp note="This will appear at the top of the module."} {/forminput}
{formlabel label="Description" for="description"} {forminput} {formhelp note=""} {/forminput}
{formlabel label="URL" for="url"} {forminput} {formhelp note=""} {/forminput}
{formlabel label="Refresh Rate" for="refresh"} {forminput} {tr}minutes{/tr} {formhelp note=""} {/forminput}
{forminput label="checkbox"} Show Feed Title {formhelp note="Might not work as expected."} {/forminput}
{forminput label="checkbox"} Publication Time {formhelp note="Show the time at which the feed was published."} {/forminput}
{/form} {minifind} {section name=user loop=$channels} {sectionelse} {/section}
{tr}RSS Modules{/tr}
{smartlink ititle="ID" isort=rss_id offset=$offset} {smartlink ititle="Name" isort=name offset=$offset}
{smartlink ititle="Description" isort=description offset=$offset}
{smartlink ititle="URL" isort=url offset=$offset}
{smartlink ititle="Last Update" isort=last_updated offset=$offset} {smartlink ititle="Refresh" isort=refresh offset=$offset} {smartlink ititle="Feed Title" isort=show_title offset=$offset}
{smartlink ititle="Publication Date" isort=show_pub_date offset=$offset}
{tr}Actions{/tr}
{$channels[user].rss_id}

{$channels[user].name}

{$channels[user].description}
{$channels[user].url}
{$channels[user].last_updated|bit_short_datetime} {$channels[user].minutes} min {if $channels[user].show_title eq 'y'}{biticon ipackage="icons" iname="face-smile" iexplain="Show Title"}{else}{biticon ipackage="icons" iname="face-sad" iexplain="Show Title"}{/if}
{if $channels[user].show_pub_date eq 'y'}{biticon ipackage="icons" iname="face-smile" iexplain="Show Publication Time"}{else}{biticon ipackage="icons" iname="face-sad" iexplain="Show Publication Time"}{/if}
{biticon ipackage="icons" iname="folder-open" iexplain=view} {biticon ipackage="icons" iname="edit" iexplain=edit} {biticon ipackage="icons" iname="user-trash" iexplain=remove}
{tr}No records found{/tr}
{pagination}
{/strip}