Documentation is available at edocument_basic_view_menu.php
1 <?php
2 /**
3 * @author Jan H. Andersen <jha@ipwsystems.dk>
4 * @author Martin R. Larsen <mrl@ipwsystems.dk>
5 * @copyright {@link http://www.ipwsystems.dk/ IPW Systems a.s}
6 * @license http://opensource.org/licenses/gpl-license.php GNU Public License
7 * @package eReklamation
8 * @subpackage view
9 * $Id: edocument_basic_view_menu.php,v 1.2 2005/02/16 05:03:10 jan Exp $
10 */
11
12 global $system_path;
13 require_once($system_path.'basic_view_menu.php');
14
15 class edocument_basic_view_menu extends basic_view_menu {
16
17 function menuAdvanced() {
18 parent::menuAdvanced();
19 echo "{|".owDatatypeDesc('edocerrorcode').",gui.php?view=init&otype=edocerrorcode,content}\n";
20 echo "{|".owDatatypeDesc('edocresponsible').",gui.php?view=init&otype=edocresponsible,content}\n";
21 echo "{|".owDatatypeDesc('edoccorrection').",gui.php?view=init&otype=edoccorrection,content}\n";
22 }
23
24 function menuGeneral() {
25 parent::menuGeneral();
26 echo "{|-}";
27 echo "{|".$this->gl('menu_edocnonapperror').",gui.php?view=listactive&otype=edocform,content}\n";
28 echo "{|".$this->gl('menu_edocapperror').",gui.php?view=listclosed&otype=edocform,content}\n";
29 echo "{|-}";
30 echo "{|".$this->gl('menu_edocstat').",gui.php?view=search&otype=edocform,content}\n";
31 }
32
33 }
34
35 ?>
Documentation generated on Thu, 9 Jun 2005 06:51:57 +0200 by phpDocumentor 1.2.3