mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-21 23:43:17 +01:00
fix not converted old html class, stalling filemanager admin in minimal install
This commit is contained in:
parent
df6060f594
commit
6da3da5b2a
@ -300,7 +300,8 @@ class filemanager_admin extends filemanager_ui
|
||||
}
|
||||
$content = '<p>'.implode("</p>\n<p>", (array)$msgs)."</p>\n";
|
||||
|
||||
$content .= Api\Html::form('<p>'.($check_only&&is_array($msgs)?html::submit_button('fix', lang('Fix reported problems')):'').
|
||||
$content .= Api\Html::form('<p>'.($check_only&&is_array($msgs) ?
|
||||
Api\Html::submit_button('fix', lang('Fix reported problems')) : '').
|
||||
Api\Html::submit_button('cancel', lang('Cancel')).'</p>',
|
||||
'','/index.php',array('menuaction'=>'filemanager.filemanager_admin.fsck'));
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user