mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-02-06 15:14:58 +00:00
set class of modal box link button
This commit is contained in:
parent
0cbfba4d41
commit
9be41bca0b
|
@ -1498,6 +1498,7 @@ $(document).ready(function() {
|
|||
array(
|
||||
'target' => 'docChooser'.$formid,
|
||||
'remote' => "../out/out.DocumentChooser.php?form=".$formid."&folderid=".$this->params['dms']->getRootFolder()->getId(),
|
||||
'class' => 'btn btn-secondary',
|
||||
'title' => getMLText('document').'…'
|
||||
));
|
||||
$content .= "</div>\n";
|
||||
|
|
Loading…
Reference in New Issue
Block a user