|
From: <var...@us...> - 2021-11-22 20:23:41
|
Revision: 10674
http://sourceforge.net/p/phpwiki/code/10674
Author: vargenau
Date: 2021-11-22 20:23:38 +0000 (Mon, 22 Nov 2021)
Log Message:
-----------
"rename" is not a page
Modified Paths:
--------------
trunk/themes/Sidebar/templates/actionbar.tmpl
Modified: trunk/themes/Sidebar/templates/actionbar.tmpl
===================================================================
--- trunk/themes/Sidebar/templates/actionbar.tmpl 2021-11-22 10:28:56 UTC (rev 10673)
+++ trunk/themes/Sidebar/templates/actionbar.tmpl 2021-11-22 20:23:38 UTC (rev 10674)
@@ -26,7 +26,7 @@
<?php echo ActionButton(__("PageHistory"), _("History"), false, array('title'=>_("Past versions of this page."))) ?>
<?php echo ActionButton("diff") ?>
<?php if ($user->isSignedIn()) { ?>
- <?php echo ActionButton(__("rename"), _("Rename"), false,
+ <?php echo ActionButton("rename", _("Rename"), false,
array('title'=>_("Rename this page"))) ?>
<?php echo ActionButton(__("WatchPage"), _("Watch"), false,
array('title'=>_("Add/Remove this to/from the list of pages you're monitoring for changes"))) ?>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|