Invert Importance so that Normal is the auto-selected first value
This commit is contained in:
parent
e81384bba4
commit
87962a3723
|
@ -1286,9 +1286,9 @@ echo htmlSelect('newMonitor[ReturnLocation]', $return_options, $monitor->ReturnL
|
|||
<?php
|
||||
echo htmlselect('newMonitor[Importance]',
|
||||
array(
|
||||
'Not'=>translate('Not important'),
|
||||
'Less'=>translate('Less important'),
|
||||
'Normal'=>translate('Normal')
|
||||
'Less'=>translate('Less important'),
|
||||
'Not'=>translate('Not important'),
|
||||
), $monitor->Importance());
|
||||
?>
|
||||
</td>
|
||||
|
|
Loading…
Reference in New Issue