4 |
## $Id$ |
## $Id$ |
5 |
## ----------------------------------------------------------------------------- |
## ----------------------------------------------------------------------------- |
6 |
## $Log$ |
## $Log$ |
7 |
|
## Revision 1.8 2003/12/15 21:05:19 udo |
8 |
|
## bugfix: $PHP_SELF -> $_SERVER['PHP_SELF'] |
9 |
|
## |
10 |
## Revision 1.7 2003/05/10 18:04:45 jonen |
## Revision 1.7 2003/05/10 18:04:45 jonen |
11 |
## + added values needed for 'create/add new' links |
## + added values needed for 'create/add new' links |
12 |
## |
## |
78 |
//$parent = get_parent_class($this); |
//$parent = get_parent_class($this); |
79 |
//$this->$parent($title, $PHP_SELF, 600); |
//$this->$parent($title, $PHP_SELF, 600); |
80 |
|
|
81 |
$this->StandardFormContent($title, $PHP_SELF, 600); |
// $this->StandardFormContent($title, $PHP_SELF, 600); |
82 |
|
$this->StandardFormContent($title, $_SERVER['PHP_SELF'], 600); |
83 |
|
|
84 |
} |
} |
85 |
|
|
333 |
} |
} |
334 |
|
|
335 |
|
|
|
?> |
|
336 |
|
?> |