Allow Status:Tentative (Bifrost#T15994)
This commit is contained in:
parent
853860e9b2
commit
d4e66f9bbb
2 changed files with 2 additions and 1 deletions
|
@ -411,7 +411,7 @@ class calendar_ui
|
||||||
$select->add('---', '');
|
$select->add('---', '');
|
||||||
$select->add($this->cal->gettext('status-confirmed'), 'CONFIRMED');
|
$select->add($this->cal->gettext('status-confirmed'), 'CONFIRMED');
|
||||||
$select->add($this->cal->gettext('status-cancelled'), 'CANCELLED');
|
$select->add($this->cal->gettext('status-cancelled'), 'CANCELLED');
|
||||||
//$select->add($this->cal->gettext('tentative'), 'TENTATIVE');
|
$select->add($this->cal->gettext('status-tentative'), 'TENTATIVE');
|
||||||
return $select->show(null);
|
return $select->show(null);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -82,6 +82,7 @@ $labels['mystatus'] = 'My status';
|
||||||
$labels['status'] = 'Status';
|
$labels['status'] = 'Status';
|
||||||
$labels['status-confirmed'] = 'Confirmed';
|
$labels['status-confirmed'] = 'Confirmed';
|
||||||
$labels['status-cancelled'] = 'Cancelled';
|
$labels['status-cancelled'] = 'Cancelled';
|
||||||
|
$labels['status-tentative'] = 'Tentative';
|
||||||
$labels['priority'] = 'Priority';
|
$labels['priority'] = 'Priority';
|
||||||
$labels['sensitivity'] = 'Privacy';
|
$labels['sensitivity'] = 'Privacy';
|
||||||
$labels['public'] = 'public';
|
$labels['public'] = 'public';
|
||||||
|
|
Loading…
Add table
Reference in a new issue