summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorjim-p <jimp@pfsense.org>2011-11-21 09:18:21 -0500
committerjim-p <jimp@pfsense.org>2012-04-30 12:29:56 -0400
commit6478e71e95c3224cf2b83d7e3e8f715c6a61f31e (patch)
tree1ad33c1c3d5917b2fa36d5e76d208ec5f3f2aac5 /usr/local
parentcb8c684e8915b7a2eb4745e3bb38876018be0e24 (diff)
downloadpfsense-6478e71e95c3224cf2b83d7e3e8f715c6a61f31e.zip
pfsense-6478e71e95c3224cf2b83d7e3e8f715c6a61f31e.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')
-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 7f74b07..fdc3205 100755
--- a/usr/local/www/index.php
+++ b/usr/local/www/index.php
@@ -453,7 +453,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'];
@@ -528,6 +528,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');" />
@@ -537,7 +538,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);
@@ -739,6 +740,6 @@ pfSense_handle_custom_code("/usr/local/pkg/dashboard/pre_dashboard");
}
?>
</script>
-</form>
+
</body>
</html>
OpenPOWER on IntegriCloud