{extends file="layout.html"} {block name=title}LMS: {$layout.pagetitle|striphtml}{/block} {block name=module_content}

{$layout.pagetitle}

{if isset($queue.id)} ({$queue.id|string_format:"%04d"}) {/if}
{icon name="mail" class="fa-fw"} {trans("E-mail")}
{icon name="description" class="fa-fw"} {trans("Description")}
{icon name="verifier" class="fa-fw"} {trans("Verifier")}
{include file="rt/rtcategoryselection.html" id="categories" name_prefix="queue[categories]" categories=$categories form="queue-form"}
{icon name="user" class="fa-fw"} {trans("Permissions")}
{trans("User")} {**}
{foreach $_RT_RIGHTS as $label}
{$label}
{/foreach}
{foreach $queue.rights as $right}
{$right.rname}
{foreach $_RT_RIGHTS as $rightvalue => $label}
{/foreach}
{/foreach}
{icon name="notifications"} {trans("Customer notifications")}
{trans("Subject (new ticket)")}
{capture assign="tip"} {trans("Subject of mail sent after new ticket is created")}
{trans("The following special symbols are supported:
%tid - ticket identifier,
%title - ticket title.
")} {/capture}
{trans("Body (new ticket)")}
{capture assign="tip"} {trans("Body of mail sent after new ticket is created")}
{trans("The following special symbols are supported:
%tid - ticket identifier,
%cid - customer identifier,
%pin - customer PIN,
%customername - customer full name,
%title - ticket title.
")} {/capture}
{trans("Subject (new message)")}
{capture assign="tip"} {trans("Subject of mail sent after new message is added")}
{trans("The following special symbols are supported:
%tid - ticket identifier,
%title - ticket title.
")} {/capture}
{trans("Body (new message)")}
{capture assign="tip"} {trans("Body of mail sent after new message is added")}
{trans("The following special symbols are supported:
%tid - ticket identifier,
%cid - customer identifier,
%pin - customer PIN,
%customername - customer full name,
%title - ticket title.
")} {/capture}
{trans("Subject (resolve ticket)")}
{capture assign="tip"} {trans("Subject of mail sent after ticket is resolved")}
{trans("The following special symbols are supported:
%tid - ticket identifier,
%title - ticket title.
")} {/capture}
{trans("Body (resolve ticket)")}
{capture assign="tip"} {trans("Body of mail sent after ticket is resolved")}
{trans("The following special symbols are supported:
%tid - ticket identifier,
%cid - customer identifier,
%pin - customer PIN,
%customername - customer full name,
%title - ticket title.
")} {/capture}
{trans("Body (new ticket)")}
{capture assign="tip"} {trans("SMS sent after new ticket is created")}
{trans("The following special symbols are supported:
%tid - ticket identifier,
%cid - customer identifier,
%pin - customer PIN,
%customername - customer full name,
%title - ticket title.
")} {/capture}
{trans("Body (new message)")}
{capture assign="tip"} {trans("SMS sent after new message is added")}
{trans("The following special symbols are supported:
%tid - ticket identifier,
%cid - customer identifier,
%pin - customer PIN,
%customername - customer full name,
%title - ticket title.
")} {/capture}
{trans("Body (resolve ticket)")}
{capture assign="tip"} {trans("SMS sent after ticket is resolved")}
{trans("The following special symbols are supported:
%tid - ticket identifier,
%cid - customer identifier,
%pin - customer PIN,
%customername - customer full name,
%title - ticket title.
")} {/capture}
{icon name="verifier"} {trans("Verifier notifications")}
{trans("Subject (ticket verifier)")}
{capture assign="tip"} {trans("Subject of mail sent to verifier after ticket is transferred to him")}
{trans("The following special symbols are supported:
%tid - ticket identifier,
%title - ticket title.
")} {/capture}
{trans("Body (ticket verifier)")}
{capture assign="tip"} {trans("Body of mail sent to verifier after ticket is transferred to him")}
{trans("The following special symbols are supported:
%tid - ticket identifier,
%cid - customer identifier,
%pin - customer PIN,
%customername - customer full name,
%title - ticket title.
")} {/capture}
{button type="submit" icon="save" label="Submit" onclick="javascript:document.queue.submit()" form="queue-form"} {if $layout.module == 'rtqueueedit'} {button id="delete-rtqueue" icon="delete" label="Delete" data_href="?m=rtqueuedel&id={$queue.id}&qaction=delete" data_name=$queue.name} {/if} {button icon="cancel" label="Cancel" href="?m=rtqueuelist"}
{/block}