[Bps-public-commit] RT-Extension-rt_cpan_org branch, rt4, updated. 5af135e20c7ef6e146cd2a0409e2324a241cc3d9
Thomas Sibley
trs at bestpractical.com
Thu Feb 28 18:01:20 EST 2013
The branch, rt4 has been updated
via 5af135e20c7ef6e146cd2a0409e2324a241cc3d9 (commit)
from 85296908d025391bc423be10abb84ead6b7a9e02 (commit)
Summary of changes:
html/Callbacks/rt_cpan_org/Elements/Tabs/Privileged | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
- Log -----------------------------------------------------------------
commit 5af135e20c7ef6e146cd2a0409e2324a241cc3d9
Author: Thomas Sibley <trs at bestpractical.com>
Date: Thu Feb 28 15:01:05 2013 -0800
Keep "About rt.cpan.org" immediately before "Logged in as"
diff --git a/html/Callbacks/rt_cpan_org/Elements/Tabs/Privileged b/html/Callbacks/rt_cpan_org/Elements/Tabs/Privileged
index 8c767bb..9ad1d87 100644
--- a/html/Callbacks/rt_cpan_org/Elements/Tabs/Privileged
+++ b/html/Callbacks/rt_cpan_org/Elements/Tabs/Privileged
@@ -8,7 +8,7 @@ if (my $actions = PageMenu->child("actions")) {
Menu->child("search")->title(loc("Search Tickets"));
Menu->delete("tools");
-my $about = Menu->child(
+my $about = Menu->child("preferences")->add_before(
"about",
title => loc("About rt.cpan.org"),
path => "/NoAuth/RT/CPAN/About.html",
-----------------------------------------------------------------------
More information about the Bps-public-commit
mailing list