need one more header line for new template

This commit is contained in:
Ralf Becker 2014-02-06 18:16:40 +00:00
parent 50662df4f9
commit cbe3b85dc3

View File

@ -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)