From: <var...@us...> - 2015-03-09 14:08:05
|
Revision: 9623 http://sourceforge.net/p/phpwiki/code/9623 Author: vargenau Date: 2015-03-09 14:08:02 +0000 (Mon, 09 Mar 2015) Log Message: ----------- Remove MSIE Modified Paths: -------------- trunk/configurator.php trunk/themes/Portland/templates/navbar.tmpl Modified: trunk/configurator.php =================================================================== --- trunk/configurator.php 2015-03-09 13:56:40 UTC (rev 9622) +++ trunk/configurator.php 2015-03-09 14:08:02 UTC (rev 9623) @@ -223,7 +223,6 @@ function update(accepted, error, value, output) { var msg = document.getElementById(output); if (accepted) { - /* MSIE 5.0 fails here */ if (msg && msg.innerHTML) { msg.innerHTML = "<span color=\"green\">Input accepted.</span>"; } Modified: trunk/themes/Portland/templates/navbar.tmpl =================================================================== --- trunk/themes/Portland/templates/navbar.tmpl 2015-03-09 13:56:40 UTC (rev 9622) +++ trunk/themes/Portland/templates/navbar.tmpl 2015-03-09 14:08:02 UTC (rev 9623) @@ -9,11 +9,6 @@ <?php echo $SEP?><?php echo Button('remove') ?> <?php } ?> <hr /> -<!-- I would like not to have to use these tables, and managed to - get this stuff to work more or less correctly using - CSSs float:left; and float:right;. However float:right; seems - to cause MSIE4.01/NT to hang. - So, we use tables... --> <table class="toolbar fullwidth" id="actionbar"> <tr class="baseline"> <td> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |