From: <var...@us...> - 2014-06-10 16:42:03
|
Revision: 8884 http://sourceforge.net/p/phpwiki/code/8884 Author: vargenau Date: 2014-06-10 16:41:59 +0000 (Tue, 10 Jun 2014) Log Message: ----------- Remove comments about old browsers Modified Paths: -------------- trunk/themes/default/templates/actionbar.tmpl Modified: trunk/themes/default/templates/actionbar.tmpl =================================================================== --- trunk/themes/default/templates/actionbar.tmpl 2014-06-10 16:39:05 UTC (rev 8883) +++ trunk/themes/default/templates/actionbar.tmpl 2014-06-10 16:41:59 UTC (rev 8884) @@ -1,9 +1,4 @@ <?php if (!$WikiTheme->DUMP_MODE) { ?> -<?php /* 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="fullwidth"> <tr class="baseline"> <td> @@ -50,10 +45,6 @@ </div> </td> <?php if (empty($NOSIGNIN)) { ?> -<?php -/* class="top" is not ideal here but required to get reasonable alignment - with the other action buttons in some browsers, like OmniWeb and Safari - (therefore probably Konquorer too) */ ?> <td class="align-right top"> <div id="signin"><?php echo Template('signin') ?></div> </td> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |