version 1.102.2.14, 2010/04/14 05:16:47
|
version 1.102.2.15, 2010/08/20 04:03:56
|
Line 2030 sub print_contacts {
|
Line 2030 sub print_contacts {
|
'<input type="text" name="'.$type.'_others" '. |
'<input type="text" name="'.$type.'_others" '. |
'value="'.$otheremails{$type}.'" />'; |
'value="'.$otheremails{$type}.'" />'; |
if ($type eq 'helpdeskmail') { |
if ($type eq 'helpdeskmail') { |
$datatable .= '<br />'.&mt('Bcc').':'.(' 'x6). |
$datatable .= '<br />'.&mt('Bcc:').(' 'x6). |
'<input type="text" name="'.$type.'_bcc" '. |
'<input type="text" name="'.$type.'_bcc" '. |
'value="'.$bccemails{$type}.'" />'; |
'value="'.$bccemails{$type}.'" />'; |
} |
} |