[Rt-commit] r18463 - rt/3.8/trunk/share/html/Ticket/Elements
    ruz at bestpractical.com 
    ruz at bestpractical.com
       
    Thu Feb 19 01:42:39 EST 2009
    
    
  
Author: ruz
Date: Thu Feb 19 01:42:39 2009
New Revision: 18463
Modified:
   rt/3.8/trunk/share/html/Ticket/Elements/ShowTransaction
Log:
* don't show GPG status for top most record, we'll handle it per attachment
Modified: rt/3.8/trunk/share/html/Ticket/Elements/ShowTransaction
==============================================================================
--- rt/3.8/trunk/share/html/Ticket/Elements/ShowTransaction	(original)
+++ rt/3.8/trunk/share/html/Ticket/Elements/ShowTransaction	Thu Feb 19 01:42:39 2009
@@ -66,11 +66,6 @@
   </div>
 
     <div class="content">
-% if ( $Attachments->[0] && $Attachments->[0]->id ) {
-%   if (RT->Config->Get('GnuPG')->{'Enable'}) {
-        <& ShowGnuPGStatus, Attachment => $Attachments->[0], WarnUnsigned => $WarnUnsigned &>
-%   }
-% }
 % if ( $Transaction->CustomFieldValues->Count ) {
       <& /Elements/ShowCustomFields, Object => $Transaction &>
 % }
    
    
More information about the Rt-commit
mailing list