Diff for /loncom/interface/domainprefs.pm between versions 1.135 and 1.136

version 1.135, 2010/05/21 15:54:44 version 1.136, 2010/06/21 06:23:24
Line 2077  sub print_contacts { Line 2077  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').':'.('&nbsp;'x6).              $datatable .= '<br />'.&mt('Bcc:').('&nbsp;'x6).
                           '<input type="text" name="'.$type.'_bcc" '.                            '<input type="text" name="'.$type.'_bcc" '.
                           'value="'.$bccemails{$type}.'"  />';                            'value="'.$bccemails{$type}.'"  />';
         }          }

Removed from v.1.135  
changed lines
  Added in v.1.136


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>