Hi,

I would like it to substitute the "<" "<<" ">" ">>" in the searchtab  
onto an image,
but the "<" "<<" ">" ">>" will be a '&lt;' or '&gt' if I try to edit  
the /usr/share/request-tracker3.6/html/Ticket/Elements/Tabs.

In which file it is possible to modify this the converting manner?

Example:

         # Don't display next links if we're on the last ticket
         if ($item_map->{$Ticket->Id}->{next}) {
             $searchtabs->{'d'} = { class => "nav",
                             path => "Ticket/Display.html?id=" .  
$item_map->{$Ticket->Id}->{next},
                              title =>  loc('Next')  . '<img  
src=next.png>'  };
             $searchtabs->{'e'} = {
                            class => "nav",
                            path => "Ticket/Display.html?id=" .  
$item_map->{last},
                            title => loc('Last') . ' >>' };
         }


HTML source:

   <ul id="page-menu" class="actions-present">
     <div><div><div>

        .....
     <li>&#183; <a href="/rt3/Ticket/Display.html?id=193">Next &lt;  
src=next.pngb&gt;</a></li>
        .....

     </div></div></div>
   </ul>



Thanks!

Balazs Szalai

_______________________________________________
http://lists.bestpractical.com/cgi-bin/mailman/listinfo/rt-users

Community help: http://wiki.bestpractical.com
Commercial support: [EMAIL PROTECTED]


Discover RT's hidden secrets with RT Essentials from O'Reilly Media. 
Buy a copy at http://rtbook.bestpractical.com

Reply via email to