Advertisement
Guest User

Untitled

a guest
Oct 5th, 2012
69
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.87 KB | None | 0 0
  1. --- read_body.php.orig  2012-10-05 17:49:56.000000000 +0300
  2. +++ read_body.php       2012-10-05 17:53:46.000000000 +0300
  3. @@ -694,12 +694,10 @@
  4.  
  5.      $s  = "<tr>\n" .
  6.            html_tag( 'td', '', 'right', '', 'valign="middle" width="20%"' ) . '<b>' . _("Options") . ":&nbsp;&nbsp;</b></td>\n" .
  7. -          html_tag( 'td', '', 'left', '', 'valign="middle" width="80%"' ) . '<small>' .
  8. -          '<a href="'.$url.'">'._("View Full Header").'</a>';
  9. +          html_tag( 'td', '', 'left', '', 'valign="middle" width="80%"' ) . '<small>';
  10.  
  11.      /* Output the printer friendly link if we are in subtle mode. */
  12. -    $s .= '&nbsp;|&nbsp;' .
  13. -          printer_friendly_link($mailbox, $passed_id, $passed_ent_id, $color);
  14. +    $s .= printer_friendly_link($mailbox, $passed_id, $passed_ent_id, $color);
  15.      echo $s;
  16.  
  17.      /* Output the download and/or unsafe images link/-s, if any. */
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement