summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-07-02 02:58:16 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-07-02 02:58:16 +0000
commit2ec816391eca8ba427e46d3ab9bb91efd96ab930 (patch)
tree30c56b68dede438f53a75f72fd88153e29b86cfd
parent523809792e16fc4629b0d914cd4626754b821fb9 (diff)
downloadpfsense-2ec816391eca8ba427e46d3ab9bb91efd96ab930.zip
pfsense-2ec816391eca8ba427e46d3ab9bb91efd96ab930.tar.gz
Make print_info_box_np() output rounded
-rw-r--r--etc/inc/pfsense-utils.inc4
1 files changed, 2 insertions, 2 deletions
diff --git a/etc/inc/pfsense-utils.inc b/etc/inc/pfsense-utils.inc
index 6d87845..d1a3745 100644
--- a/etc/inc/pfsense-utils.inc
+++ b/etc/inc/pfsense-utils.inc
@@ -893,9 +893,9 @@ function get_disk_info() {
echo "</tr>\n<tr>\n";
foreach ($tab_array as $ta) {
if($ta[1] == true) {
- echo " <td bgcolor='#EEEEEE'><B>&nbsp;&nbsp;{$ta[0]}&nbsp;<br>&nbsp;&nbsp;</div></a></td>\n";
+ echo " <td bgcolor='#EEEEEE'><B>&nbsp;&nbsp;&nbsp;{$ta[0]}&nbsp;<br>&nbsp;&nbsp;&nbsp;</div></a></td>\n";
} else {
- echo " <td bgcolor='#777777'><B>&nbsp;&nbsp;<a href='{$ta[2]}'><font color='white'>{$ta[0]}</a>&nbsp;&nbsp;<br>&nbsp;</div></a></td>\n";
+ echo " <td bgcolor='#777777'><B>&nbsp;&nbsp;&nbsp;<a href='{$ta[2]}'><font color='white'>{$ta[0]}</a>&nbsp;&nbsp;&nbsp;<br>&nbsp;</div></a></td>\n";
}
}
echo " </tr>\n";
OpenPOWER on IntegriCloud