mirror of
https://github.com/e107inc/e107.git
synced 2025-08-19 12:51:52 +02:00
Closes #5373 - Bootstrap 5.
This commit is contained in:
@@ -683,7 +683,7 @@ class admin_log_form_ui extends e_admin_form_ui
|
||||
{
|
||||
$id = $this->getController()->getListModel()->get('dblog_id');
|
||||
$ret ="<a class='e-expandit' href='#rem-".$id."'>".RL_LAN_087."</a>";
|
||||
$ret .= "<div style='display:none;width:33vw' id='rem-".$id."'>";
|
||||
$ret .= "<div class='logcanvas' style='display:none;width:33vw' id='rem-".$id."'>";
|
||||
$text = str_replace("<br />","\n",$text);
|
||||
$text = str_replace("\","/",$text);
|
||||
|
||||
|
@@ -3079,7 +3079,7 @@ class media_admin_ui extends e_admin_ui
|
||||
$text .= "</div>
|
||||
|
||||
<div class='col-md-12 spacer clearfix'>
|
||||
<div class='row buttons-bar'>
|
||||
<div class='buttons-bar'>
|
||||
<input type='hidden' name='show_avatars' value='1' />
|
||||
".$frm->admin_button('e_check_all', LAN_CHECKALL, 'action'). '
|
||||
' .$frm->admin_button('e_uncheck_all', LAN_UNCHECKALL, 'action'). '
|
||||
|
Reference in New Issue
Block a user