From: <var...@us...> - 2016-07-20 12:36:49
|
Revision: 9890 http://sourceforge.net/p/phpwiki/code/9890 Author: vargenau Date: 2016-07-20 12:36:47 +0000 (Wed, 20 Jul 2016) Log Message: ----------- Portland edit page: valid HTML, better layout Modified Paths: -------------- trunk/themes/Portland/templates/editpage.tmpl Modified: trunk/themes/Portland/templates/editpage.tmpl =================================================================== --- trunk/themes/Portland/templates/editpage.tmpl 2016-07-20 12:21:18 UTC (rev 9889) +++ trunk/themes/Portland/templates/editpage.tmpl 2016-07-20 12:36:47 UTC (rev 9890) @@ -11,18 +11,17 @@ <?php echo _("Saving this page will overwrite the current version.")?></strong></p> <?php } ?> </td> - <td class="align-right"> +</tr> +</table> +<div id="editarea"><?php echo $EDIT_TEXTAREA?></div> +<br /> +<?php echo _("Summary")._(":") ?> <?php echo $SUMMARY_INPUT ?> +<br /> <?php echo $PREVIEW_B ?> <?php if ($SAVE_B) { ?> <?php echo $SEP?><?php echo $SAVE_B ?> <?php } ?> - </td> -</tr> -</table> -<a id="editarea"><?php echo $EDIT_TEXTAREA?></a> <br /> -<?php echo _("Summary")._(":") ?> <?php echo $SUMMARY_INPUT ?> -<br /> <?php echo fmt("Author will be logged as %s.", HTML::em($user->getId())) ?> <br /> <?php echo $MINOR_EDIT_CB ?> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |