--- loncom/interface/lonpopulate.pm 2009/03/25 15:49:47 1.58 +++ loncom/interface/lonpopulate.pm 2009/05/06 13:37:56 1.62 @@ -1,5 +1,5 @@ # automated enrollment configuration handler -# $Id: lonpopulate.pm,v 1.58 2009/03/25 15:49:47 bisitz Exp $ +# $Id: lonpopulate.pm,v 1.62 2009/05/06 13:37:56 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -370,13 +370,13 @@ ENDONE ENDTWO if ($enrollvar{autoadds}) { $r->print(" - + "); } else { $r->print(" - + "); } $r->print(" @@ -387,12 +387,12 @@ ENDTWO Removals based on classlist changes:  "); if ($enrollvar{autodrops}) { $r->print(" - + "); } else { $r->print(" - "); + "); } $r->print(" @@ -547,13 +547,13 @@ ENDTWO "); if ($notifycount) { $r->print(" - + "); } else { $r->print(" - + "); } $r->print(" @@ -734,9 +734,9 @@ ENDTWO my $colflag = $i%2; $r->print(&Apache::loncommon::start_data_table_row()); $r->print(" - + $xl - + "); $r->print(&Apache::loncommon::end_data_table_row()); } @@ -825,7 +825,7 @@ ENDTWO $r->print("Enrollment inactive"); } if ($shrflag) { - $r->print(""); + $r->print(""); } else { $r->print(""); } @@ -874,7 +874,7 @@ ENDTWO my $colflag = $j%2; $r->print(&Apache::loncommon::start_data_table_row()); $r->print(" - + $currsections[$j] "); @@ -931,13 +931,13 @@ ENDTWO "); if ($enrollvar{showphoto}) { $r->print(" - + "); } else { $r->print(" - + "); } $r->print(' @@ -1088,14 +1088,14 @@ Note: Any students previously added manu if ($update) { $r->print('
'.$commentary.'

- - - + +
'); } else { $r->print(&mt('Update of photos via the Automated Enrollment Manager is unavailable in this domain.') - .'

'); + .'

'); } } else { $r->print('Update of photos is unavailable, as import of student photos is currently disabled.
Enable this first via: '.$$tasktitleref{'photos'}.''); @@ -2413,10 +2413,10 @@ function agreement_result(caller) { - - - - + + + + '; } else { @@ -2471,10 +2471,10 @@ sub print_photos_response { if ($update) { $response .= '
'.$commentary.'

- - - + +
'; } }