From: <var...@us...> - 2014-06-04 16:39:23
|
Revision: 8874 http://sourceforge.net/p/phpwiki/code/8874 Author: vargenau Date: 2014-06-04 16:39:11 +0000 (Wed, 04 Jun 2014) Log Message: ----------- Use CSS Modified Paths: -------------- trunk/themes/default/templates/userprefs.tmpl trunk/themes/wikilens/templates/body.tmpl Modified: trunk/themes/default/templates/userprefs.tmpl =================================================================== --- trunk/themes/default/templates/userprefs.tmpl 2014-06-04 16:30:37 UTC (rev 8873) +++ trunk/themes/default/templates/userprefs.tmpl 2014-06-04 16:39:11 UTC (rev 8874) @@ -134,7 +134,7 @@ ) ?> <?php } ?> -<table border="0"> +<table> <?php if ($isForm and $user->mayChangePass()) { ?> <tr><td colspan="2"><h2><?php echo ($request->getPref('passwd') ? _("Change Password") : _("Set Password")) ?></h2></td></tr> Modified: trunk/themes/wikilens/templates/body.tmpl =================================================================== --- trunk/themes/wikilens/templates/body.tmpl 2014-06-04 16:30:37 UTC (rev 8873) +++ trunk/themes/wikilens/templates/body.tmpl 2014-06-04 16:39:11 UTC (rev 8874) @@ -5,7 +5,7 @@ <?php echo Template('top') ?> </div> </td></tr> -<tr class="top"><td class="leftnav" width="120"> +<tr class="top"><td class="leftnav" style="width:120px"> <div class="toolbar"> <?php echo Template('navbar') ?> </div> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |