source: branches/1.2/workflow/inc/class.ui_resourceeditor.inc.php @ 1349

Revision 1349, 1.1 KB checked in by niltonneto, 15 years ago (diff)

Ticket #561 - Inclusão do módulo Workflow faltante nessa versão.

  • Property svn:executable set to *
Line 
1<?php
2/**************************************************************************\
3* eGroupWare                                                               *
4* http://www.egroupware.org                                                *
5* --------------------------------------------                             *
6*  This program is free software; you can redistribute it and/or modify it *
7*  under the terms of the GNU General Public License as published by the   *
8*  Free Software Foundation; either version 2 of the License, or (at your  *
9*  option) any later version.                                              *
10\**************************************************************************/
11
12require_once dirname(__FILE__) . SEP . 'class.ui_phpeditor.inc.php';
13/**
14 * @package Workflow
15 * @license http://www.gnu.org/copyleft/gpl.html GPL
16 * @author Rodrigo Daniel C Lira - rodrigo.lira@gmail.com
17 * @author Sidnei Augusto Drovetto Junior - drovetto@gmail.com
18 */
19class ui_resourceeditor extends ui_phpeditor
20{
21        protected function loadVariables()
22        {
23                $this->HTMLFile = 'reseditor.html';
24                $this->type = 'res';
25        }
26}
27?>
Note: See TracBrowser for help on using the repository browser.