display properly under pfsense theme

This commit is contained in:
Scott Dale 2007-07-16 01:45:02 +00:00
parent 70baaf2fe3
commit bce5535c6b
2 changed files with 1 additions and 2 deletions

View File

@ -417,7 +417,6 @@ echo $jscriptstr;
<input id="submit" name="submit" type="submit" style="display:none" onclick="return updatePref();" class="formbtn" value="Save Settings" />
</p>
<div style="clear:both;"></div>
<div id="niftyOutter">
<?php
$totalwidgets = count($widgetfiles);

View File

@ -39,7 +39,7 @@
<input type="hidden" id="traffic_graphs-config" name="traffic_graphs-config" value="">
<?php
//set variables for traffic graph
$width = "347";
$width = "100%";
$height = "150";
$showngraphlist = explode(",", $pconfig['traffic_graphs-config']);
$graphcounter = 0;