mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
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'];
|
||||
if (isset($this->durations[$content['duration']])) $content['end'] = '';
|
||||
|
||||
$row = 2;
|
||||
$row = 3;
|
||||
$readonlys = $content['participants'] = $preserv['participants'] = array();
|
||||
// preserve some ui elements, if set eg. under error-conditions
|
||||
foreach(array('quantity','resource','role') as $n)
|
||||
|
Loading…
Reference in New Issue
Block a user