|
{$schema.name|escape}
{if $schema.datefrom || $schema.dateto}
{if $schema.datefrom}
({trans("from")} {$schema.datefrom|date_format:"Y-m-d"}{if !$schema.dateto}){/if}
{/if}
{if $schema.dateto}
{if !$schema.datefrom}({/if}{trans("to")} {$schema.dateto|date_format:"Y-m-d"})
{/if}
{/if}
|
{$schema.description|escape}
|
{$schema.assignments|default:"-"}
|
{if !$schema.deleted}
{if $schema.disabled}
{button type="link" icon="disconnected" tip="Enable" href="?m=promotionschemaset&id={$schema.id}&access={$schema.disabled}"}
{else}
{button type="link" icon="connected" tip="Disable" href="?m=promotionschemaset&id={$schema.id}&access={$schema.disabled}"}
{/if}
{/if}
{if !$schema.deleted || !$schema.assignments}
{button type="link" class="delete-promotion" href="?m=promotionschemadel&id={$schema.id}"
icon="delete" tip="Delete"}
{/if}
{button type="link" href="?m=promotionschemaclone&id={$schema.id}" icon="clone" tip="Clone"}
{if !$schema.deleted}
{button type='link' icon="edit" href="?m=promotionschemaedit&id={$schema.id}" tip="Edit schema"}
{/if}
{button type="link" icon="view" href="?m=promotionschemainfo&id={$schema.id}" tip="Info"}
|
{foreachelse}