[Rt-commit] r11984 - in rt/branches/3.8-TESTING: html/Ticket
jesse at bestpractical.com
jesse at bestpractical.com
Wed Apr 30 17:26:30 EDT 2008
Author: jesse
Date: Wed Apr 30 17:26:30 2008
New Revision: 11984
Modified:
rt/branches/3.8-TESTING/ (props changed)
rt/branches/3.8-TESTING/html/Ticket/ShowEmailRecord.html
Log:
r30288 at 31b: jesse | 2008-04-30 16:57:19 -0400
* 'email record' popup no longer is black on blue
Modified: rt/branches/3.8-TESTING/html/Ticket/ShowEmailRecord.html
==============================================================================
--- rt/branches/3.8-TESTING/html/Ticket/ShowEmailRecord.html (original)
+++ rt/branches/3.8-TESTING/html/Ticket/ShowEmailRecord.html Wed Apr 30 17:26:30 2008
@@ -65,7 +65,7 @@
my $show;
$show = sub {
my $attach = shift;
- $m->out( '<pre style="padding: 2em;">' );
+ $m->out( '<div id="body"><pre style="padding: 2em;">' );
$m->out( $m->interp->apply_escapes( $attach->Headers, 'h' ) );
$m->out( "\n\n" );
if ( $attach->ContentType =~ m{^multipart/}i ) {
@@ -76,7 +76,7 @@
} else {
$show_content->( $attach );
}
- $m->out( '</pre>' );
+ $m->out( '</pre></div>' );
};
my $AttachmentObj = new RT::Attachment($session{'CurrentUser'});
More information about the Rt-commit
mailing list