fmsystem-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Fmsystem-commits] [15679] More on helpdesk


From: sigurdne
Subject: [Fmsystem-commits] [15679] More on helpdesk
Date: Thu, 15 Sep 2016 14:21:37 +0000 (UTC)

Revision: 15679
          http://svn.sv.gnu.org/viewvc/?view=rev&root=fmsystem&revision=15679
Author:   sigurdne
Date:     2016-09-15 14:21:37 +0000 (Thu, 15 Sep 2016)
Log Message:
-----------
More on helpdesk

Modified Paths:
--------------
    trunk/helpdesk/inc/class.menu.inc.php

Added Paths:
-----------
    trunk/helpdesk/inc/class.bogeneric.inc.php
    trunk/helpdesk/inc/class.sogeneric.inc.php
    trunk/helpdesk/inc/class.uigeneric.inc.php

Added: trunk/helpdesk/inc/class.bogeneric.inc.php
===================================================================
--- trunk/helpdesk/inc/class.bogeneric.inc.php                          (rev 0)
+++ trunk/helpdesk/inc/class.bogeneric.inc.php  2016-09-15 14:21:37 UTC (rev 
15679)
@@ -0,0 +1,37 @@
+<?php
+/**
+        * phpGroupWare - eventplanner: a part of a Facilities Management 
System.
+        *
+        * @author Sigurd Nes <address@hidden>
+        * @copyright Copyright (C) 2016 Free Software Foundation, Inc. 
http://www.fsf.org/
+        * This file is part of phpGroupWare.
+        *
+        * phpGroupWare is free software; you can redistribute it and/or modify
+        * it under the terms of the GNU General Public License as published by
+        * the Free Software Foundation; either version 2 of the License, or
+        * (at your option) any later version.
+        *
+        * phpGroupWare is distributed in the hope that it will be useful,
+        * but WITHOUT ANY WARRANTY; without even the implied warranty of
+        * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+        * GNU General Public License for more details.
+        *
+        * You should have received a copy of the GNU General Public License
+        * along with phpGroupWare; if not, write to the Free Software
+        * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  
02110-1301  USA
+        *
+        * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/ and Nordlandssykehuset
+        * @package helpdesk
+        * @subpackage generic
+        * @version $Id: $
+        */
+       phpgw::import_class('property.bogeneric');
+
+       class helpdesk_bogeneric extends property_bogeneric
+       {
+               public function __construct()
+               {
+                       parent::__construct();
+               }
+       }
\ No newline at end of file

Modified: trunk/helpdesk/inc/class.menu.inc.php
===================================================================
--- trunk/helpdesk/inc/class.menu.inc.php       2016-09-15 14:04:01 UTC (rev 
15678)
+++ trunk/helpdesk/inc/class.menu.inc.php       2016-09-15 14:21:37 UTC (rev 
15679)
@@ -92,7 +92,7 @@
                                                'ticket_status' => array
                                                (
                                                        'text'  => lang('Ticket 
status'),
-                                                       'url'   => 
$GLOBALS['phpgw']->link('/index.php', array('menuaction' => 
'property.uigeneric.index', 'type' => 'helpdesk_status') )
+                                                       'url'   => 
$GLOBALS['phpgw']->link('/index.php', array('menuaction' => 
'helpdesk.uigeneric.index', 'type' => 'helpdesk_status') )
                                                ),
                                                'acl'   => array
                                                (

Added: trunk/helpdesk/inc/class.sogeneric.inc.php
===================================================================
--- trunk/helpdesk/inc/class.sogeneric.inc.php                          (rev 0)
+++ trunk/helpdesk/inc/class.sogeneric.inc.php  2016-09-15 14:21:37 UTC (rev 
15679)
@@ -0,0 +1,37 @@
+<?php
+/**
+        * phpGroupWare - eventplanner: a part of a Facilities Management 
System.
+        *
+        * @author Sigurd Nes <address@hidden>
+        * @copyright Copyright (C) 2016 Free Software Foundation, Inc. 
http://www.fsf.org/
+        * This file is part of phpGroupWare.
+        *
+        * phpGroupWare is free software; you can redistribute it and/or modify
+        * it under the terms of the GNU General Public License as published by
+        * the Free Software Foundation; either version 2 of the License, or
+        * (at your option) any later version.
+        *
+        * phpGroupWare is distributed in the hope that it will be useful,
+        * but WITHOUT ANY WARRANTY; without even the implied warranty of
+        * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+        * GNU General Public License for more details.
+        *
+        * You should have received a copy of the GNU General Public License
+        * along with phpGroupWare; if not, write to the Free Software
+        * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  
02110-1301  USA
+        *
+        * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/ and Nordlandssykehuset
+        * @package helpdesk
+        * @subpackage generic
+        * @version $Id: $
+        */
+       phpgw::import_class('property.sogeneric');
+
+       class helpdesk_sogeneric extends property_sogeneric
+       {
+               public function __construct()
+               {
+                       parent::__construct();
+               }
+       }
\ No newline at end of file

Added: trunk/helpdesk/inc/class.uigeneric.inc.php
===================================================================
--- trunk/helpdesk/inc/class.uigeneric.inc.php                          (rev 0)
+++ trunk/helpdesk/inc/class.uigeneric.inc.php  2016-09-15 14:21:37 UTC (rev 
15679)
@@ -0,0 +1,37 @@
+<?php
+/**
+        * phpGroupWare - eventplanner: a part of a Facilities Management 
System.
+        *
+        * @author Sigurd Nes <address@hidden>
+        * @copyright Copyright (C) 2016 Free Software Foundation, Inc. 
http://www.fsf.org/
+        * This file is part of phpGroupWare.
+        *
+        * phpGroupWare is free software; you can redistribute it and/or modify
+        * it under the terms of the GNU General Public License as published by
+        * the Free Software Foundation; either version 2 of the License, or
+        * (at your option) any later version.
+        *
+        * phpGroupWare is distributed in the hope that it will be useful,
+        * but WITHOUT ANY WARRANTY; without even the implied warranty of
+        * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+        * GNU General Public License for more details.
+        *
+        * You should have received a copy of the GNU General Public License
+        * along with phpGroupWare; if not, write to the Free Software
+        * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  
02110-1301  USA
+        *
+        * @license http://www.gnu.org/licenses/gpl.html GNU General Public 
License
+        * @internal Development of this application was funded by 
http://www.bergen.kommune.no/ and Nordlandssykehuset
+        * @package helpdesk
+        * @subpackage generic
+        * @version $Id: $
+        */
+       phpgw::import_class('property.uigeneric');
+
+       class helpdesk_uigeneric extends property_uigeneric
+       {
+               public function __construct()
+               {
+                       parent::__construct();
+               }
+       }
\ No newline at end of file




reply via email to

[Prev in Thread] Current Thread [Next in Thread]