diff options
author | Scott Dale <sdale@pfsense.org> | 2007-07-16 01:45:02 +0000 |
---|---|---|
committer | Scott Dale <sdale@pfsense.org> | 2007-07-16 01:45:02 +0000 |
commit | bce5535c6b61fb0811daff10ef8fe9ef8bc08f22 (patch) | |
tree | 1d98d415620287b2bca126b97a165f373ca3c434 /usr | |
parent | 70baaf2fe3545f960ab6b78b44bb8365ce04e3a5 (diff) | |
download | pfsense-bce5535c6b61fb0811daff10ef8fe9ef8bc08f22.zip pfsense-bce5535c6b61fb0811daff10ef8fe9ef8bc08f22.tar.gz |
display properly under pfsense theme
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/index.php | 1 | ||||
-rw-r--r-- | usr/local/www/widgets/widgets/traffic_graphs.widget.php | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/usr/local/www/index.php b/usr/local/www/index.php index 5642172..7d09663 100755 --- a/usr/local/www/index.php +++ b/usr/local/www/index.php @@ -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); diff --git a/usr/local/www/widgets/widgets/traffic_graphs.widget.php b/usr/local/www/widgets/widgets/traffic_graphs.widget.php index 6b4697b..884e4a4 100644 --- a/usr/local/www/widgets/widgets/traffic_graphs.widget.php +++ b/usr/local/www/widgets/widgets/traffic_graphs.widget.php @@ -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; |