|
{$registry.name} ({$registry.id|string_format:"%04d"}) |
|
{t}Cash-in receipt numbering plan:{/t} |
{$registry.in_template|default:"%N/LMS/%Y"} |
|
{t}Cash-out receipt numbering plan:{/t} |
{$registry.out_template|default:"%N/LMS/%Y"} |
{if $registry.description}
|
{t}Description:{/t} |
{$registry.description|replace:"\n":" "}
|
|
{/if}
|
{t}Disabled summary:{/t} |
{if $registry.disabled}{t}yes{/t}{else}{t}no{/t}{/if}
|
|
{t}Privileges:{/t} |
{t}User{/t}
|
{t}Read{/t} |
{t}Write (+R){/t} |
{t}Advanced (+RW){/t} |
{cycle values="light,lucid" print=false}
{foreach from=$registry.rights item=right}
{if $right.rights}
{$right.name}
|
{if $right.rights > 0} {/if}
|
{if $right.rights > 1} {/if}
|
{if $right.rights > 2} {/if}
|
{/if}
{/foreach}
|
|
|
|
|
{t}Browse{/t}
{t}Edit{/t}
{t}Cancel{/t}
|
{include file="footer.html"}