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

{$layout.pagetitle}

{if ConfigHelper::checkPrivilege('helpdesk_advanced_operations')} {/if}
{trans("Display tickets matching the following criteria:")}:
{trans("Subject:")}
{trans("Requestor:")}
{customerlist form="search" customers=$customerlist selected=$search.customerid selectname="search[customerid]" inputname="search[custid]" firstoption="- all customers -" selecttip="select customer from list or enter his data if is not a customer" inputtip="select customer from list or enter his data if is not a customer"}
{trans("First/last or Company name:")}
{trans("E-mail:")}
{trans("Owner:")}
{trans("Queue:")}
{trans("Status:")}
{trans("Priority:")}
{trans("Min. Uptime")}
{trans("Categories:")} {foreach $categories as $category} {if !$category@last}
{/if} {/foreach}
{trans("Removed:")}
{trans("Network Device Node:")}
{trans("Search")}
{/block}