Update of /cvsroot/phpwiki/phpwiki/themes/default/templates
In directory usw-pr-cvs1:/tmp/cvs-serv28408/themes/default/templates
Modified Files:
editpage.tmpl
Log Message:
Clean up broken "please continue editing..." message.
Index: editpage.tmpl
===================================================================
RCS file: /cvsroot/phpwiki/phpwiki/themes/default/templates/editpage.tmpl,v
retrieving revision 1.32
retrieving revision 1.33
diff -u -2 -b -p -d -r1.32 -r1.33
--- editpage.tmpl 23 Aug 2002 18:29:34 -0000 1.32
+++ editpage.tmpl 17 Sep 2002 19:30:23 -0000 1.33
@@ -27,5 +27,6 @@ $s = $Theme->getButtonSeparator();
but it does not work currently with the <base> declared in top.tmpl.
I think we need to do away with using <base> altogether... -->
- <?= sprintf(_("Please continue editing. (You'll find your %sedit area%s at the bottom of the page.)"), '<a href="#editarea">', '</a>') ?>
+ <?= fmt("Please continue editing. (You'll find your %s at the bottom of the page.)",
+ /* HTML::a(array("href" => "#editarea"), */ _("edit area") /*) */) ?>
</p>
<hr class="printer" noshade="noshade" />
|