set class of modal box link button

This commit is contained in:
Uwe Steinmann 2021-05-06 12:53:05 +02:00
parent 0cbfba4d41
commit 9be41bca0b

View File

@ -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";