mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-02-16 10:21:23 +01:00
Infolog: Fix config validation about missing options, make cancel button not validate
This commit is contained in:
parent
37c0091e3d
commit
67e1323583
@ -2479,6 +2479,7 @@ class infolog_ui
|
||||
public function admin($content = array())
|
||||
{
|
||||
$fields = array(
|
||||
'info_status' => 'Status',
|
||||
'info_cat' => 'Category',
|
||||
'info_from' => 'Contact',
|
||||
'info_subject' => 'Subject',
|
||||
@ -2490,6 +2491,7 @@ class infolog_ui
|
||||
'info_used_time' => 'Used time',
|
||||
);
|
||||
$excludefields = array(
|
||||
'info_id' => 'ID',
|
||||
'info_cat' => 'Category',
|
||||
'info_from' => 'Contact',
|
||||
'info_subject' => 'Subject',
|
||||
|
@ -117,7 +117,7 @@
|
||||
<hbox class="dialogFooterToolbar">
|
||||
<button statustext="Save the changes made" label="Save" id="save"/>
|
||||
<button statustext="apply the changes" label="Apply" id="apply"/>
|
||||
<button statustext="Exit without saving" label="Cancel" id="cancel"/>
|
||||
<button statustext="Exit without saving" label="Cancel" id="cancel" noValidation="true"/>
|
||||
</hbox>
|
||||
</vbox>
|
||||
<styles>select {
|
||||
|
Loading…
Reference in New Issue
Block a user