mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-11 20:21:16 +00:00
set text for no-result in selection of mimetype
This commit is contained in:
parent
b2cfde85ca
commit
181482a1a7
|
@ -774,7 +774,7 @@ $(document).ready(function() {
|
|||
'class'=>'chzn-select',
|
||||
'name'=>'mimetype[]',
|
||||
'multiple'=>true,
|
||||
'attributes'=>array(array('data-placeholder', getMLText('select_mimetype')), array('data-no_results_text', getMLText('unknown_mimetype'))),
|
||||
'attributes'=>array(array('data-placeholder', getMLText('select_mimetype')), array('data-no_results_text', getMLText('no_mimetype'))),
|
||||
'options'=>$options
|
||||
)
|
||||
);
|
||||
|
|
Loading…
Reference in New Issue
Block a user