<?
session_start();
if ($valid != 'yes') {
//header("Location: /helpdesk/login.php?err_msg=4");
//exit;
echo "help";
}
include($DOCUMENT_ROOT.'/helpdesk/include/database.php');
include($DOCUMENT_ROOT.'/helpdesk/include/new_user.php');
$head = "Preferences Menu";
$bttm_menu = " <a class=bttm_menu href='/helpdesk/scripts/main_adminmenu.php'>Main Menu</a> |
<a class=bttm_menu href='/helpdesk/scripts/admin/admin_menu.php'>Prefs Menu</a> |
<a class=bttm_menu href='/helpdesk/logout.php'>Log Out</a> |
";
//echo "<br>User id is: $user_id";
$bottom = "
<h1>Admin Menu</h1>
This is where you configure the settings for helpdesk solutions
<br><br>
<table>
<th class=table_header>Initial Setup</th>
<tr class=standard><td valign=top nowrap><a class=admin_menu href='/helpdesk/scripts/admin/admin_security.php'>Set Security Levels</a><td valign=top> - <td class=bluetext>Needed for different levels of access to this software.<br>
<tr class=standard><td valign=top nowrap><a class=admin_menu href='/helpdesk/scripts/admin/admin_priorities.php'>Set Request Priority Levels</a><td valign=top> - <td class=bluetext>Set the times and names of priority levels, eg High, Medium, Low.<br>
<tr class=standard><td valign=top nowrap><a class=admin_menu href='/helpdesk/scripts/admin/admin_status.php'>Set Request Status Names</a><td valign=top> - <td class=bluetext>Set the status of each request, eg On Hold, Being Looked At, Project, etc<br>
<tr class=standard><td valign=top nowrap><a class=admin_menu href='/helpdesk/scripts/admin/admin_catagories.php'>Set Problem Catagories</a><td valign=top> - <td class=bluetext>eg, hardware, software, specific items, etc<br>
<tr class=standard><td valign=top nowrap><a class=admin_menu href='/helpdesk/scripts/admin/admin_email.php'>Configure E-Mail Notifications</a><td valign=top> - <td class=bluetext>Configure the emails users recieve<br>
<tr class=standard><td valign=top nowrap><a class=admin_menu href='/helpdesk/scripts/admin/admin_deptgroups.php'>Add Departmental Groups</a><td valign=top> - <td class=bluetext>So that documents can only be seen by certain people.<br>
<tr class=standard><td valign=top nowrap><a class=admin_menu href='/helpdesk/scripts/admin/admin_buildings.php'>Set Building Names</a><td valign=top> - <td class=bluetext>so that documents may be grouped into buildings<br>
<tr class=standard><td valign=top nowrap><a class=admin_menu href='/helpdesk/scripts/admin/admin_sites.php'>Set Site Names</a><td valign=top> - <td class=bluetext>Can be grouped into sites.
<tr class=standard><td valign=top nowrap><br><a class=admin_menu href='/helpdesk/scripts/admin/.php'>Custom Groups</a><td valign=top><br> - <td class=bluetext><br>A useful feature allowing you to create a named group of people. This group would then have the ability to share documents between them, easily email to the group, and possibly have their own forum discussion.
</table>
<br>
";
include($DOCUMENT_ROOT.'/helpdesk/include/template.inc.php');
?>