From: <var...@us...> - 2011-09-09 15:03:21
|
Revision: 8103 http://phpwiki.svn.sourceforge.net/phpwiki/?rev=8103&view=rev Author: vargenau Date: 2011-09-09 15:03:15 +0000 (Fri, 09 Sep 2011) Log Message: ----------- Use class fullwidth Modified Paths: -------------- trunk/themes/Crao/templates/editpage.tmpl trunk/themes/Wordpress/templates/editpage.tmpl trunk/themes/default/templates/editpage.tmpl Modified: trunk/themes/Crao/templates/editpage.tmpl =================================================================== --- trunk/themes/Crao/templates/editpage.tmpl 2011-09-09 14:42:25 UTC (rev 8102) +++ trunk/themes/Crao/templates/editpage.tmpl 2011-09-09 15:03:15 UTC (rev 8103) @@ -32,7 +32,7 @@ <?php if (!empty($_GET['start_debug'])) echo '<input type="hidden" name="start_debug" value="1" >'; ?> <?php /* To clear beyond a larger logo, such as in the Hawaiian theme */ ?> <br class="clear-floats" /> - <table width="100%"> + <table class="fullwidth"> <tr><td><?php echo $EDIT_TOOLBAR ?></td> <td align="right"><div id="editarea-size"> <?php echo _("Size").':'?> Modified: trunk/themes/Wordpress/templates/editpage.tmpl =================================================================== --- trunk/themes/Wordpress/templates/editpage.tmpl 2011-09-09 14:42:25 UTC (rev 8102) +++ trunk/themes/Wordpress/templates/editpage.tmpl 2011-09-09 15:03:15 UTC (rev 8103) @@ -33,7 +33,7 @@ </td> </tr> </table> -<table width="100%"> +<table class="fullwidth"> <tr><td><?php echo $EDIT_TOOLBAR ?></td> <td align="right"><div id="editarea-size"> <?php echo _("Size").':'?> Modified: trunk/themes/default/templates/editpage.tmpl =================================================================== --- trunk/themes/default/templates/editpage.tmpl 2011-09-09 14:42:25 UTC (rev 8102) +++ trunk/themes/default/templates/editpage.tmpl 2011-09-09 15:03:15 UTC (rev 8103) @@ -34,7 +34,7 @@ <?php if (!empty($_GET['start_debug'])) echo '<input type="hidden" name="start_debug" value="1" >'; ?> <?php /* To clear beyond a larger logo, such as in the Hawaiian theme */ ?> <br class="clear-floats" /> - <table width="100%"> + <table class="fullwidth"> <tr><td><?php echo $EDIT_TOOLBAR ?></td> <td align="right"><div id="editarea-size"> <?php echo _("Size").':'?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |