Source for file noteclass.php

Documentation is available at noteclass.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 METAjour
8 * @subpackage core
9 * $Id: noteclass.php,v 1.1 2004/10/17 19:12:11 jan Exp $
10 */
11
12 require_once('basicclass.php');
13
14 class note extends basic {
15
16 function note() {
17 $this->basic();
18 $this->addcolumn('name',0,UI_TEXT_WRAP);
19 $this->removeview('createvariant');
20 $this->removeview('createfuture');
21 $this->removeview('approvepublish');
22 $this->removeview('requestapproval');
23 }
24
25 }

Documentation generated on Thu, 9 Jun 2005 06:52:52 +0200 by phpDocumentor 1.2.3