mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-05-14 05:31:42 +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',
|
'class'=>'chzn-select',
|
||||||
'name'=>'mimetype[]',
|
'name'=>'mimetype[]',
|
||||||
'multiple'=>true,
|
'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
|
'options'=>$options
|
||||||
)
|
)
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in New Issue
Block a user