[Rt-commit] r19504 - in rt/3.999/trunk: .

sunnavy at bestpractical.com sunnavy at bestpractical.com
Thu May 7 03:09:25 EDT 2009


Author: sunnavy
Date: Thu May  7 03:09:23 2009
New Revision: 19504

Modified:
   rt/3.999/trunk/   (props changed)
   rt/3.999/trunk/lib/RT/Bootstrap.pm

Log:
 r20366 at sunnavys-mb (orig r18814):  sunnavy | 2009-03-17 09:53:05 +0800
 added default_search_result_format config item


Modified: rt/3.999/trunk/lib/RT/Bootstrap.pm
==============================================================================
--- rt/3.999/trunk/lib/RT/Bootstrap.pm	(original)
+++ rt/3.999/trunk/lib/RT/Bootstrap.pm	Thu May  7 03:09:23 2009
@@ -74,6 +74,20 @@
         'date_day_before_month'        => 1,
         'date_time_format'             => '%Y-%m-%d %H:%M:%S',
         'default_queue'                => 'General',
+        'default_search_result_format' => qq{
+   '<B><A HREF="__WebPath__/Ticket/Display.html?id=__id__">__id__</a></B>/TITLE:#',
+   '<B><A HREF="__WebPath__/Ticket/Display.html?id=__id__">__subject__</a></B>/TITLE:subject',
+   status,
+   queue_name, 
+   owner_name, 
+   priority, 
+   '__NEWLINE__',
+   '', 
+   '<small>__requestors__</small>',
+   '<small>__created_relative__</small>',
+   '<small>__told_relative__</small>',
+   '<small>__last_updated_relative__</small>',
+   '<small>__time_left__</small>'},
         'default_summary_rows'         => 10,
         'dont_search_file_attachments' => undef,
         'drop_long_attachments'        => undef,


More information about the Rt-commit mailing list