Diff for /loncom/interface/domainprefs.pm between versions 1.160.6.44 and 1.160.6.45

version 1.160.6.44, 2014/05/05 21:40:52 version 1.160.6.45, 2014/05/05 23:34:42
Line 4070  sub print_selfcreation { Line 4070  sub print_selfcreation {
         my $numperrow = 2;          my $numperrow = 2;
         my $css_class = $$rowtotal%2?' class="LC_odd_row"':'';          my $css_class = $$rowtotal%2?' class="LC_odd_row"':'';
         $datatable .= '<tr'.$css_class.'>'.          $datatable .= '<tr'.$css_class.'>'.
                      '<td class="LC_left_item">'.&mt('Shibboleth (SSO) Data').'</td>'.                       '<td class="LC_left_item">'.&mt('Mapping of Shibboleth environment variable names to user data fields (SSO auth)').'</td>'.
                      '<td class="LC_left_item">'."\n".                       '<td class="LC_left_item">'."\n".
                      '<table><tr><td>'."\n";                       '<table><tr><td>'."\n";
         for (my $i=0; $i<@fields; $i++) {          for (my $i=0; $i<@fields; $i++) {

Removed from v.1.160.6.44  
changed lines
  Added in v.1.160.6.45


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