<? if( !ZT_DEFINED ) { die("Illegal Access"); } ?>
<table width='80%'><tr><td>
<div class='menubox'>
<div><?=tr("User Administration")?></div>
<p onclick='mClk(this)'>
<a href='<?=$rootUrl?>/admin/addUser.php'><?=tr("New User")?></a>
<span class="note"><?=tr("Create a new user account")?></span></p>
<p onclick='mClk(this)'>
<a href='<?=$rootUrl?>/admin/listUsers.php'><?=tr("Edit Users/Access")?></a>
<span class="note"><?=tr("Edit user accounts and permissions.")?></span></p>
</div>
<div class='menubox'>
<div><?=tr("Ticket Administration")?></div>
<p onclick='mClk(this)'>
<a href='<?=$rootUrl?>/admin/editTicket.php'><?=tr("Edit Tickets")?></a>
<span class="note"><?=tr("Edit ticket information")?></span></p>
<p onclick='mClk(this)'>
<a href="<?=$rootUrl?>/admin/fieldMap.php"><?=tr("Edit Field Map")?></a>
<span class="note"><?=tr("View specific display properties for fields")?></span></p>
</div>
<div class='menubox'>
<div><?=tr("Data Types")?></div>
<p onclick='mClk(this)'>
<a href='<?=$rootUrl?>/admin/bins.php'><?=tr("Edit Bins")?></a>
<span class="note"><?=tr("Bins are departments or groups that tickets belong to.")?></span></p>
<p onclick='mClk(this)'>
<a href='<?=$rootUrl?>/admin/priorities.php'><?=tr("Edit Priorities")?></a>
<span class="note"><?=tr("Priorities represent the importance of an issue.")?></span></p>
<p onclick='mClk(this)'>
<a href='<?=$rootUrl?>/admin/systems.php'><?=tr("Edit Systems")?></a>
<span class="note"><?=tr("Systems represent a component or area the ticket is specific to.")?></span></p>
<p onclick='mClk(this)'>
<a href='<?=$rootUrl?>/admin/tasks.php'><?=tr("Edit Tasks")?></a>
<span class="note"><?=tr("Tasks represent types of log entries.")?></span></p>
<p onclick='mClk(this)'>
<a href='<?=$rootUrl?>/admin/types.php'><?=tr("Edit Types")?></a>
<span class="note"><?=tr("Types represent the type of ticket activity.")?></span></p>
</div>
<div class='menubox'>
<div><?=tr("Settings Administration")?></div>
<p onclick='mClk(this)'>
<a href='<?=$rootUrl?>/admin/groups.php'><?=tr("Edit Data Groups")?></a>
<span class="note"><?=tr("Data groups are a list created from a data type")?></span></p>
<p onclick='mClk(this)'>
<a href='<?=$rootUrl?>/admin/behaviors.php'><?=tr("Edit Behaviors")?></a>
<span class="note"><?=tr("Behaviors let you specify how a field modification would affect other field of the current ticket.")?></span></p>
<p onclick='mClk(this)'>
<a href='<?=$rootUrl?>/admin/config.php'><?=tr("Configuration Settings")?></a>
<span class="note"><?=tr("Edit the zenTrack settings. Consult the documentation before using this feature.")?></span></p>
</div>
</td></tr></table>