{if $queue.email}
|
{trans("E-mail:")} |
{$queue.email} |
{/if}
{if $queue.description}
|
{trans("Description:")} |
{$queue.description|replace:"\n":" "}
|
|
{/if}
|
{trans("Privileges:")} |
{trans("User")}
|
{trans("Read")} |
{trans("Write (+R)")} |
{trans("Delete (+R)")} |
{trans("Notice (+R)")} |
{cycle values="light,lucid" print=false}
{foreach from=$queue.rights item=right}
{if $right.rights}
{$right.name}
|
{if $right.rights > 0} {/if}
|
{if ($right.rights & 2) == 2} {/if}
|
{if ($right.rights & 4) == 4} {/if}
|
{if ($right.rights & 8) == 8} {/if}
|
{/if}
{/foreach}
|
{if !empty($queue.categories)}
|
{trans("Default categories:")}
|
|
{/if}
{if $queue.newticketsubject}
|
{trans("New ticket customer notification subject:")} |
{$queue.newticketsubject|replace:"\n":" "}
|
{/if}
{if $queue.newticketbody}
|
{trans("New ticket customer notification body:")} |
{$queue.newticketbody|replace:"\n":" "}
|
|
{/if}
{if $queue.newmessagesubject}
|
{trans("New message customer notification subject:")} |
{$queue.newmessagesubject|replace:"\n":" "}
|
{/if}
{if $queue.newmessagebody}
|
{trans("New message customer notification body:")} |
{$queue.newmessagebody|replace:"\n":" "}
|
|
{/if}
{if $queue.resolveticketsubject}
|
{trans("Resolve ticket customer notification subject:")} |
{$queue.resolveticketsubject|replace:"\n":" "}
|
{/if}
{if $queue.resolveticketbody}
|
{trans("Resolve ticket customer notification body:")} |
{$queue.resolveticketbody|replace:"\n":" "}
|
|
{/if}
{trans("Browse")}
{trans("Edit")}
{if $queue.deleted == 1 && $queue.deltime != 0 && (ConfigHelper::checkPrivilege('helpdesk_advanced_operations'))}
")}" title="{trans("Restore")}"> {trans("Restore")}
{trans("Delete permanently")}
{else}
{trans("Delete")}
{/if}
|