summaryrefslogtreecommitdiffstats
path: root/usr/local/www/index.php
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2011-11-21 09:18:21 -0500
committerjim-p <jimp@pfsense.org>2011-11-21 09:19:12 -0500
commit927ea6e18e1883596110a4eb6d3d114fa3a88d98 (patch)
treed7646e2afc64a40cba0362f2b772a4b9d4d38f89 /usr/local/www/index.php
parent7492f21df970e59919cbff3cd78c2e0f5097ff0b (diff)
downloadpfsense-927ea6e18e1883596110a4eb6d3d114fa3a88d98.zip
pfsense-927ea6e18e1883596110a4eb6d3d114fa3a88d98.tar.gz
Fix display of widgets with configuration controls in IE. From Gertjan on the forum. See http://forum.pfsense.org/index.php/topic,42977.0.html
Diffstat (limited to 'usr/local/www/index.php')
-rwxr-xr-xusr/local/www/index.php7
1 files changed, 4 insertions, 3 deletions
diff --git a/usr/local/www/index.php b/usr/local/www/index.php
index fdd260e..a2d8733 100755
--- a/usr/local/www/index.php
+++ b/usr/local/www/index.php
@@ -454,7 +454,7 @@ echo "\t<script type=\"text/javascript\" src=\"javascript/domTT/fadomatic.js\"><
?>
<body link="#0000CC" vlink="#0000CC" alink="#0000CC">
-<form action="index.php" method="post">
+
<script language="javascript" type="text/javascript">
// <![CDATA[
columns = ['col1','col2'];
@@ -529,6 +529,7 @@ pfSense_handle_custom_code("/usr/local/pkg/dashboard/pre_dashboard");
</div>
</div>
+<form action="index.php" method="post">
<input type="hidden" value="" name="sequence" id="sequence">
<img src="./themes/<?= $g['theme']; ?>/images/icons/icon_plus.gif" alt="<?=gettext("Click here to add widgets"); ?>" style="cursor: pointer;" onmouseup="domTT_activate(this, event, 'content', document.getElementById('content1'), 'type', 'velcro', 'delay', 0, 'fade', 'both', 'fadeMax', 100, 'styleClass', 'niceTitle');" />
@@ -538,7 +539,7 @@ pfSense_handle_custom_code("/usr/local/pkg/dashboard/pre_dashboard");
&nbsp;&nbsp;&nbsp;
<input id="submit" name="submit" type="submit" style="display:none" onclick="return updatePref();" class="formbtn" value="<?=gettext("Save Settings");?>" />
</p>
-
+</form>
<div id="niftyOutter">
<?php
$totalwidgets = count($widgetfiles);
@@ -741,6 +742,6 @@ pfSense_handle_custom_code("/usr/local/pkg/dashboard/pre_dashboard");
}
?>
</script>
-</form>
+
</body>
</html>
OpenPOWER on IntegriCloud