SF.net SVN: phpwiki:[10796] trunk/themes/blog/templates/viewsource.tmpl

vargenau--- via phpwiki-checkins <[email protected]>
Newsgroups gmane.comp.web.wiki.phpwiki.checkins
Message-ID <[email protected]>
Revision: 10796
          http://sourceforge.net/p/phpwiki/code/10796
Author:   vargenau
Date:     2021-12-16 16:20:13 +0000 (Thu, 16 Dec 2021)
Log Message:
-----------
themes/blog/templates/viewsource.tmpl: Button is viewsource, not edit

Modified Paths:
--------------
    trunk/themes/blog/templates/viewsource.tmpl

Modified: trunk/themes/blog/templates/viewsource.tmpl
===================================================================
--- trunk/themes/blog/templates/viewsource.tmpl	2021-12-16 16:05:35 UTC (rev 10795)
+++ trunk/themes/blog/templates/viewsource.tmpl	2021-12-16 16:20:13 UTC (rev 10796)
@@ -7,7 +7,7 @@
 <?php } ?>
 <?php if (! $revision->isCurrent()) { ?>
   <p class="warning_msg"><?php echo _("You are viewing an old revision of this page.")?>
-  <?php echo Button('edit', _("View the current version."), $page) ?>
+  <?php echo Button('viewsource', _("View the current version."), $page) ?>
   </p>
 <?php } ?>
 <br class="clear-floats" />

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.