{form legend="Add Notification"}
{formlabel label="Event" for="event"}
{forminput}
{formhelp note="Pick the event that triggers an email dispatch."}
{/forminput}
{/form}
{minifind sort_mode=$sort_mode find=$find}
{tr}Active Notifications{/tr}
| {smartlink ititle="Event" isort="event" offset=$offset idefault=1} |
{smartlink ititle="Object" isort="object" offset=$offset} |
{smartlink ititle="Email" isort="email" offset=$offset} |
{tr}action{/tr} |
{section name=user loop=$channels}
| {$channels[user].event} |
{$channels[user].object} |
{$channels[user].email} |
{smartlink ititle="remove" biticon="user-trash" offset=$offset removeevent=$channels[user].event object=$channels[user].object email=$channels[user].email} |
{sectionelse}
| {tr}No records found{/tr} |
{/section}
{pagination}