[Rt-commit] [svn] r1549 - in rtir/branches/1.1-TESTING/html/RTIR: Elements Tools

leira at pallas.eruditorum.org leira at pallas.eruditorum.org
Wed Sep 22 13:58:33 EDT 2004


Author: leira
Date: Wed Sep 22 13:58:32 2004
New Revision: 1549

Removed:
   rtir/branches/1.1-TESTING/html/RTIR/Elements/ShowDate
   rtir/branches/1.1-TESTING/html/RTIR/Elements/TicketHeader
   rtir/branches/1.1-TESTING/html/RTIR/Elements/TicketHeaderCell
   rtir/branches/1.1-TESTING/html/RTIR/Elements/TicketRow
Modified:
   rtir/branches/1.1-TESTING/html/RTIR/Tools/Lookup.html
Log:
RT-Ticket: 6047
RT-Status: resolved
RT-Action: correspond
Remove the last vestiges of TicketRow and TicketHeader (use core TicketList instead).

Remove TicketHeader and TicketRow files.

Remove ShowDate (which at this point was used only by TicketRow).


Modified: rtir/branches/1.1-TESTING/html/RTIR/Tools/Lookup.html
==============================================================================
--- rtir/branches/1.1-TESTING/html/RTIR/Tools/Lookup.html	(original)
+++ rtir/branches/1.1-TESTING/html/RTIR/Tools/Lookup.html	Wed Sep 22 13:58:32 2004
@@ -31,9 +31,12 @@
 
 % if ($ticket) {
 <& /Elements/TitleBoxStart, title => loc("Current [_1]: #[_2]", $TicketType, $ticket), color=> "#993333" &>
+
 <TABLE WIDTH=100% border=0 cellpadding=2 CELLSPACING=0>
-<& /RTIR/Elements/TicketHeader, Type => $TicketType, %ARGS &>
-<& /RTIR/Elements/TicketRow, Type => $TicketType, Ticket => $TicketObj, %ARGS &>
+<& /Elements/TicketList, 
+    SingleRecord => $TicketObj,
+    Format => $Format,
+    &>
 </table>
 <& /Elements/TitleBoxEnd &>
 <hr>
@@ -218,6 +221,8 @@
   $TicketObj = LoadTicket($ticket);
 }
 
+my $Format = $RT::RTIRSearchResultFormats->{$TicketType . 'Default'};
+
 </%init>
 <%args>
 $servers => $RT::whois


More information about the Rt-commit mailing list