{extends file="layout.html"} {block name=title}LMS: {$layout.pagetitle|striphtml}{/block} {block name=module_content}
| {icon name="location"} {trans("Name")} | {trans("ID")} | {trans("Description")} | {button icon="save" label="Add state" href="?m=stateadd"} |
| {include file="scroller.html" loop=$statelist} > | |||
| {icon name="location"} {$state.name|escape} | (#{$state.id}) |
{$state.description|escape|replace:"\n":" "} |
{button type="link" class="delete-state" data_href="?m=statedel&id={$state.id}" icon="delete" tip="Delete"} {button type="link" href="?m=stateedit&id={$state.id}" icon="edit" tip="Edit"} |
| {trans("No such states in database.")} | |||
| {include file="scroller.html" loop=$statelist} | |||
| {button icon="save" label="Add state" href="?m=stateadd"} | |||