Diff for /loncom/interface/domainprefs.pm between versions 1.240 and 1.241

version 1.240, 2014/05/05 21:28:10 version 1.241, 2014/05/05 23:28:53
Line 4088  sub print_selfcreation { Line 4088  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.240  
changed lines
  Added in v.1.241


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