[Rt-commit] rt branch, 3.9-trunk, updated. rt-3.8.8-424-gee4ad90

Thomas Sibley trs at bestpractical.com
Tue Aug 17 16:06:54 EDT 2010


The branch, 3.9-trunk has been updated
       via  ee4ad902b2db5069232636dbfd20cb61a0dcc5d8 (commit)
       via  6a53ea7742c49a64abd33c84020bc5ce70a3c288 (commit)
      from  c8bd1c04ead563bbba312effe75ab30d850dbc00 (commit)

Summary of changes:
 share/html/NoAuth/css/web2/ticket.css              |    5 +++++
 .../Ticket/Elements/ShowTransactionAttachments     |    2 +-
 2 files changed, 6 insertions(+), 1 deletions(-)

- Log -----------------------------------------------------------------
commit 6a53ea7742c49a64abd33c84020bc5ce70a3c288
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Tue Aug 17 16:08:28 2010 -0400

    Fix a typo, although it doesn't actually affect any code

diff --git a/share/html/Ticket/Elements/ShowTransactionAttachments b/share/html/Ticket/Elements/ShowTransactionAttachments
index 85f5492..4b2ae6f 100644
--- a/share/html/Ticket/Elements/ShowTransactionAttachments
+++ b/share/html/Ticket/Elements/ShowTransactionAttachments
@@ -148,7 +148,7 @@ my $render_attachment = sub {
     # if it has a content-disposition: attachment, don't show inline
     my $disposition = $message->GetHeader('Content-Disposition');
     if ( $disposition && $disposition =~ /attachment/i && $disposition !~ /^\s*inline/ ) {
-        $disposition = 'attachemnt';
+        $disposition = 'attachment';
     } else {
         $disposition = 'inline';
     }

commit ee4ad902b2db5069232636dbfd20cb61a0dcc5d8
Author: Thomas Sibley <trs at bestpractical.com>
Date:   Tue Aug 17 16:08:58 2010 -0400

    Colorize quoting, at least for plaintext messages

diff --git a/share/html/NoAuth/css/web2/ticket.css b/share/html/NoAuth/css/web2/ticket.css
index a82e029..a3ee748 100644
--- a/share/html/NoAuth/css/web2/ticket.css
+++ b/share/html/NoAuth/css/web2/ticket.css
@@ -229,3 +229,8 @@ table.ticket-summary td.boxcontainer:first-child {
   width: 50%;
 }
 
+/* Message quoting */
+
+.message-stanza-depth-1 {
+    color: #1a1aa6;
+}

-----------------------------------------------------------------------


More information about the Rt-commit mailing list