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

leira at pallas.eruditorum.org leira at pallas.eruditorum.org
Wed Sep 22 01:25:53 EDT 2004


Author: leira
Date: Wed Sep 22 01:25:52 2004
New Revision: 1537

Modified:
   rtir/branches/1.1-TESTING/etc/RTIR_Config.pm
   rtir/branches/1.1-TESTING/html/RTIR/Elements/NewReports
Log:
NewReports should have its own format.


Modified: rtir/branches/1.1-TESTING/etc/RTIR_Config.pm
==============================================================================
--- rtir/branches/1.1-TESTING/etc/RTIR_Config.pm	(original)
+++ rtir/branches/1.1-TESTING/etc/RTIR_Config.pm	Wed Sep 22 01:25:52 2004
@@ -180,6 +180,14 @@
 		       '__Priority__',
 		       '__DueRelative__',
 		   },
+
+    NewReports => qq{'<B><A HREF="$RT::WebPath/Ticket/Display.html?id=__id__">__id__</a></B>/TITLE:#',
+		       '<B><A HREF="$RT::WebPath/Ticket/Display.html?id=__id__">__Subject__</a></B>/Title:Subject',
+		       '__Requestors__',
+		       '__Owner__',
+		       '__DueRelative__',
+		   },
+
 },
     );
 

Modified: rtir/branches/1.1-TESTING/html/RTIR/Elements/NewReports
==============================================================================
--- rtir/branches/1.1-TESTING/html/RTIR/Elements/NewReports	(original)
+++ rtir/branches/1.1-TESTING/html/RTIR/Elements/NewReports	Wed Sep 22 01:25:52 2004
@@ -41,7 +41,7 @@
 
 
 <%INIT>
-$Format = $RT::RTIRSearchResultFormats->{'DueIncidents'};
+$Format = $RT::RTIRSearchResultFormats->{'NewReports'};
 
 $Query = $m->comp('/RTIR/Elements/NewQuery', 
              Queue => $Queue,	


More information about the Rt-commit mailing list