user_has_rights() ) { // Redirect when creating new system component, version or change log item if( is_valid_action("system_component_new") ) { // Redirect to new system component entry page header("Location: ?id=" . $_PAGE_INFO['id'] . "&href=page/menu_syscomp_info&action=" . current_action() . ""); } else if( is_valid_action("version_new") ) { // Redirect to new version entry page header("Location: ?id=" . $_PAGE_INFO['id'] . "&href=page/menu_version_info&action=" . current_action() . ""); } else if( is_valid_action("version_new") ) { // Redirect to version new page header("Location: ?id=" . $_PAGE_INFO['id'] . "&href=page/menu_version_info&action=" . current_action() . ""); } else { // Show page header $y_position = (isset($_SESSION[$_PAGE_INFO['id']]['syscomp_info']['y_position'])) ? ($_SESSION[$_PAGE_INFO['id']]['syscomp_info']['y_position']) : 0; print_xml_header($y_position, $extra_header_HTML); // Include search content include("menu_changelog_search_content.php"); // Show page footer print_page_footer(); } } ?>