user_has_rights() ) { // Redirect when creating new equipment type if (!is_valid_action("workorder_item_new")) { // Show page header print_xml_header(); // Include search content include("menu_woitem_search_content.php"); // Show page footer print_page_footer(); } else { // Redirect to workorder item entry header("Location: ?id=" . $_PAGE_INFO['id'] . "&href=page/menu_woitem_info&action=" . $_SESSION[$_PAGE_INFO['id']]['action'] . ""); } } ?>