[rt-users] Found a missing translation call

Thierry Thelliez thierry.thelliez.tech at gmail.com
Tue Apr 6 17:31:25 EDT 2010


I think that the Elements/PageLayout line 159 (RT 3.8.7):

      <a href="<%RT->Config->Get('WebPath')%>/<%$type->{$action}->{'path'}%>"<%
$type->{$action}->{class} && ' class="'.$type->{$action}->{class}.'"'
|n %><% $type->{$action}->{id} && ' id="'.$type->{$action}->{id}.'"'
|n %>><%$type->{$action}->{'title'}%></a>


should be:

      <a href="<%RT->Config->Get('WebPath')%>/<%$type->{$action}->{'path'}%>"<%
$type->{$action}->{class} && ' class="'.$type->{$action}->{class}.'"'
|n %><% $type->{$action}->{id} && ' id="'.$type->{$action}->{id}.'"'
|n %>><&|/l&><%$type->{$action}->{'title'}%></&></a>


to get the tags translated.



Thierry



More information about the rt-users mailing list