forked from extern/egroupware
need one more header line for new template
This commit is contained in:
parent
50662df4f9
commit
cbe3b85dc3
@ -1307,7 +1307,7 @@ class calendar_uiforms extends calendar_ui
|
|||||||
$content['duration'] = $content['end'] - $content['start'];
|
$content['duration'] = $content['end'] - $content['start'];
|
||||||
if (isset($this->durations[$content['duration']])) $content['end'] = '';
|
if (isset($this->durations[$content['duration']])) $content['end'] = '';
|
||||||
|
|
||||||
$row = 2;
|
$row = 3;
|
||||||
$readonlys = $content['participants'] = $preserv['participants'] = array();
|
$readonlys = $content['participants'] = $preserv['participants'] = array();
|
||||||
// preserve some ui elements, if set eg. under error-conditions
|
// preserve some ui elements, if set eg. under error-conditions
|
||||||
foreach(array('quantity','resource','role') as $n)
|
foreach(array('quantity','resource','role') as $n)
|
||||||
|
Loading…
Reference in New Issue
Block a user