|
@@ -145,11 +145,11 @@ function display_result($res, $includesource = true) {
|
|
echo html_tag( 'tr', '', '', $tr_bgcolor, 'nowrap' ) .
|
|
echo html_tag( 'tr', '', '', $tr_bgcolor, 'nowrap' ) .
|
|
html_tag( 'td',
|
|
html_tag( 'td',
|
|
'<small><a href="javascript:to_address(' .
|
|
'<small><a href="javascript:to_address(' .
|
|
- "'" . $email . "');\">To</a> | " .
|
|
|
|
|
|
+ "'" . $email . "');\">"._("To")."</a> | " .
|
|
'<a href="javascript:cc_address(' .
|
|
'<a href="javascript:cc_address(' .
|
|
- "'" . $email . "');\">Cc</a> | " .
|
|
|
|
|
|
+ "'" . $email . "');\">"._("Cc")."</a> | " .
|
|
'<a href="javascript:bcc_address(' .
|
|
'<a href="javascript:bcc_address(' .
|
|
- "'" . $email . "');\">Bcc</a></small>",
|
|
|
|
|
|
+ "'" . $email . "');\">"._("Bcc")."</a></small>",
|
|
'center', '', 'valign="top" width="5%" nowrap' ) .
|
|
'center', '', 'valign="top" width="5%" nowrap' ) .
|
|
html_tag( 'td', ' ' . htmlspecialchars($row['name']), 'left', '', 'valign="top" nowrap' ) .
|
|
html_tag( 'td', ' ' . htmlspecialchars($row['name']), 'left', '', 'valign="top" nowrap' ) .
|
|
html_tag( 'td', ' ' .
|
|
html_tag( 'td', ' ' .
|