Revision 6478e71e
Added by Jim Pingle about 13 years ago
usr/local/www/index.php | ||
---|---|---|
453 | 453 |
?> |
454 | 454 |
|
455 | 455 |
<body link="#0000CC" vlink="#0000CC" alink="#0000CC"> |
456 |
<form action="index.php" method="post"> |
|
456 |
|
|
457 | 457 |
<script language="javascript" type="text/javascript"> |
458 | 458 |
// <![CDATA[ |
459 | 459 |
columns = ['col1','col2']; |
... | ... | |
528 | 528 |
</div> |
529 | 529 |
</div> |
530 | 530 |
|
531 |
<form action="index.php" method="post"> |
|
531 | 532 |
<input type="hidden" value="" name="sequence" id="sequence"> |
532 | 533 |
<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');" /> |
533 | 534 |
|
... | ... | |
537 | 538 |
|
538 | 539 |
<input id="submit" name="submit" type="submit" style="display:none" onclick="return updatePref();" class="formbtn" value="<?=gettext("Save Settings");?>" /> |
539 | 540 |
</p> |
540 |
|
|
541 |
</form> |
|
541 | 542 |
<div id="niftyOutter"> |
542 | 543 |
<?php |
543 | 544 |
$totalwidgets = count($widgetfiles); |
... | ... | |
739 | 740 |
} |
740 | 741 |
?> |
741 | 742 |
</script> |
742 |
</form> |
|
743 |
|
|
743 | 744 |
</body> |
744 | 745 |
</html> |
Also available in: Unified diff
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