summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/diag_tables.php
diff options
context:
space:
mode:
authorNOYB <Al_Stu@Frontier.com>2016-03-01 00:18:17 -0800
committerNOYB <Al_Stu@Frontier.com>2016-03-01 00:18:17 -0800
commitf72e804a62e70fbc94d6e4a7ecac23d6e4f0a2a7 (patch)
treead495ad182944f37438f6ac6fa5ee6dbe7837e5f /src/usr/local/www/diag_tables.php
parentf66221675e9e37ddad037fe2d29b85dc12cb8253 (diff)
downloadpfsense-f72e804a62e70fbc94d6e4a7ecac23d6e4f0a2a7.zip
pfsense-f72e804a62e70fbc94d6e4a7ecac23d6e4f0a2a7.tar.gz
Think you are saying to put the second info block on a new line. Though I could live with that. I'm not fond of the extra dedicated line. Consuming vertical space when there is plenty of unused horizontal space available in which it flows well.
Seems like maybe the the browser is not honoring something about the info block css, such as a width, or perhaps something that hasn't been specified in the css, and causing it to line wrap. Anyway here's a commit with the comments info block on a separate line. I'll leave it up to you to use or not.
Diffstat (limited to 'src/usr/local/www/diag_tables.php')
-rw-r--r--src/usr/local/www/diag_tables.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/diag_tables.php b/src/usr/local/www/diag_tables.php
index 4543899..0efbc47 100644
--- a/src/usr/local/www/diag_tables.php
+++ b/src/usr/local/www/diag_tables.php
@@ -226,7 +226,7 @@ if ($bogons || $urltable || !empty($entries)) {
}
if ($table_comments) {
- print_info_box($last_update_msg . " &nbsp; &nbsp; " . $records_count_msg . " &nbsp; &nbsp; " .
+ print_info_box($last_update_msg . " &nbsp; &nbsp; " . $records_count_msg . "<br />" .
'<span style="display:none" class="infoblock">' . ' ' . gettext("Hide table comments.") . '<br />' . $table_comments . '</span>' .
'<span style="display:none" id="showtblcom">' . ' ' . gettext("Show table comments.") . '</span>' .
'' , 'info', false);
OpenPOWER on IntegriCloud