{* $Id$ *} {title help="Custom Route" admpage="sefurl" url="tiki-admin_routes.php"}{tr}Custom Route{/tr}{/title}
{tabset name='tabs_admin_custom_routes'} {* ---------------------- tab with list -------------------- *} {if $routes|count > 0} {tab name="{tr}Custom Routes{/tr}"}| {tr}From{/tr} | {tr}Description{/tr} | {tr}Type{/tr} | {tr}Short URL{/tr} | {tr}Active{/tr} | |
|---|---|---|---|---|---|
| {$routes[route].from|escape} | {$routes[route].description|escape} | {$routes[route].type|escape} | {icon name="{if $routes[route].short_url}check{else}close{/if}" alt="$routes[route].short_url"} | {icon name="{if $routes[route].active}check{else}close{/if}" alt="$routes[route].active"} |
{actions}
{strip}
|