Update system_status.php (#6114)

This commit is contained in:
AlexC 2021-11-09 23:16:50 -07:00 committed by GitHub
parent e522f8702f
commit a8697e1f71
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 270 additions and 269 deletions

View File

@ -19,7 +19,8 @@
$text = $language->get($_SESSION['domain']['language']['code'], 'core/user_settings');
//system status
//if (is_array($selected_blocks) && in_array('system', $selected_blocks)) {
echo "<div class='hud_box'>\n";
$c = 0;
$row_style["0"] = "row_style0";
$row_style["1"] = "row_style1";
@ -315,7 +316,7 @@
echo "</table>\n";
echo "</div>";
$n++;
//}
echo " <span class='hud_expander' onclick=\"$('#hud_system_status_details').slideToggle('fast');\"><span class='fas fa-ellipsis-h'></span></span>";
echo "<span class='hud_expander' onclick=\"$('#hud_system_status_details').slideToggle('fast');\"><span class='fas fa-ellipsis-h'></span></span>";
echo "</div>\n";
?>