[rt-devel] [PATCH] Tiny change for numbering transactions
Andrew J. Korty
ajk at iu.edu
Tue Dec 9 14:31:47 EST 2003
Is there a reason RT defaults to marking transactions with # signs
rather than numbers? I've attached a trivial patch. Does it break
things in some way I can't fathom?
--
Andrew J. Korty, Principal Security Engineer, GCIA, GCFA
Office of the Vice President for Information Technology
Indiana University
-------------- next part --------------
--- share/html/Ticket/Elements/ShowTransaction 2003-11-17 22:54:08.000000000 -0500
+++ local/html/Ticket/Elements/ShowTransaction 2003-12-09 13:18:44.000000000 -0500
@@ -22,7 +22,7 @@
%#
%# END LICENSE BLOCK
<TR class="<% $RowNum%2 ? 'oddline' : 'evenline'%>" >
-<TD bgcolor="<%$bgcolor%>"><A NAME="txn-<%$Transaction->Id%>" href="#txn-<%$Transaction->Id%>">#</A> </TD>
+<TD bgcolor="<%$bgcolor%>"><A NAME="txn-<%$Transaction->Id%>" href="#txn-<%$Transaction->Id%>"><% $RowNum %></A> </TD>
<TD>  </TD>
<TD><font size=-2><% $transdate|n %></font> </TD>
% my $desc = $Transaction->BriefDescription;
More information about the Rt-devel
mailing list