From: <var...@us...> - 2014-07-31 10:39:52
|
Revision: 9042 http://sourceforge.net/p/phpwiki/code/9042 Author: vargenau Date: 2014-07-31 10:39:48 +0000 (Thu, 31 Jul 2014) Log Message: ----------- Translate ":" Modified Paths: -------------- trunk/themes/Portland/templates/editpage.tmpl Modified: trunk/themes/Portland/templates/editpage.tmpl =================================================================== --- trunk/themes/Portland/templates/editpage.tmpl 2014-07-31 10:39:00 UTC (rev 9041) +++ trunk/themes/Portland/templates/editpage.tmpl 2014-07-31 10:39:48 UTC (rev 9042) @@ -4,10 +4,9 @@ * This is needed, otherwise the redirect to the real browser * page won't work with some browsers. (NS4 and Mozilla 0.97 won't accept * a redirect from a page to itself.) - * - */ ?> - -<form method="post" name="editpage" + */ +?> +<form method="post" id="editpage" name="editpage" action="<?php echo $request->getPostURL() ?>" accept-charset="UTF-8"> <table class="toolbar fullwidth"> @@ -30,7 +29,7 @@ </table> <a id="editarea"><?php echo $EDIT_TEXTAREA?></a> <br /> -<?php echo _("Summary")?>: <?php echo $SUMMARY_INPUT ?> +<?php echo _("Summary")._(":"); ?> <?php echo $SUMMARY_INPUT ?> <br /> <?php echo fmt("Author will be logged as %s.", HTML::em($user->getId())) ?> <br /> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |