[racktables-users] Minor adjustment to user interface.
- From: Michael Tiernan <mtiernan@xxxxxxx>
- To: racktables-users@xxxxxxxxxxxxx
- Date: Wed, 16 Jun 2010 14:10:50 -0400
If anyone is interested, I modified the user interface so the values on
the left side of the screen to fit a bit better by making them not word
wrap and made the table a little wider.
diff RackTables-0.18.3.orig/inc/interface.php
RackTables-0.18.3/inc/interface.php
3943c3943
< echo '<table class=cooltable border=0 cellpadding=5
cellspacing=0 align=center width="50%">';
---
> echo '<table class=cooltable border=1 cellpadding=5
cellspacing=0 align=center width="70%">';
3951,3952c3951,3952
< echo "<td class=tdright>${v['description']}</td>\n";
< echo "<td class=tdleft>${v['varvalue']}</td></tr>";
---
> echo "<td nowrap valign=top
class=tdright>${v['description']}</td>\n";
> echo "<td valign=top
class=tdleft>${v['varvalue']}</td></tr>";
Other related posts: