[Rt-commit] rt branch, 4.0/tabs-loc-fixes, updated. rt-4.0.1rc1-6-g0c2cfb1

Emannuel Lacour elacour at bestpractical.com
Fri May 27 11:16:45 EDT 2011


The branch, 4.0/tabs-loc-fixes has been updated
       via  0c2cfb18726daa4e811ba68127c91e2ada28757c (commit)
      from  eac4e81b85ccd5dcbb42a50b968f976145485462 (commit)

Summary of changes:
 share/html/Articles/Topics.html |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 0c2cfb18726daa4e811ba68127c91e2ada28757c
Author: Emmanuel Lacour <elacour at easter-eggs.com>
Date:   Fri May 27 17:15:28 2011 +0200

    Add missing loc call for "Global Topics"

diff --git a/share/html/Articles/Topics.html b/share/html/Articles/Topics.html
index 72b829a..27b2eed 100644
--- a/share/html/Articles/Topics.html
+++ b/share/html/Articles/Topics.html
@@ -73,7 +73,7 @@ if (defined $class) {
         .'">'.$c->Name."</a></h2>\n");
         $m->print("\n</li>\n");
     }
-    $m->print(qq|<li><h2><a href="|.RT->Config->Get('WebPath').qq|/Articles/Topics.html?class=0">Global Topics</a></h2></li>\n|);
+    $m->print(qq|<li><h2><a href="|.RT->Config->Get('WebPath').qq|/Articles/Topics.html?class=0">|.loc('Global Topics').qq|</a></h2></li>\n|);
     $m->print("</ul>\n");
 }
 </%perl>

-----------------------------------------------------------------------


More information about the Rt-commit mailing list