--- loncom/interface/lonpopulate.pm 2009/04/04 21:47:41 1.60 +++ loncom/interface/lonpopulate.pm 2009/06/05 12:49:50 1.63 @@ -1,5 +1,5 @@ # automated enrollment configuration handler -# $Id: lonpopulate.pm,v 1.60 2009/04/04 21:47:41 bisitz Exp $ +# $Id: lonpopulate.pm,v 1.63 2009/06/05 12:49:50 bisitz Exp $ # # Copyright Michigan State University Board of Trustees # @@ -736,7 +736,7 @@ ENDTWO $r->print(" $xl - + "); $r->print(&Apache::loncommon::end_data_table_row()); } @@ -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'}.''); @@ -1168,14 +1168,14 @@ onclick="javascript:document.photoupdate if ($autocount > 0) { $cellcount ++; $r->print(<
 Change auto   +
Change auto  
END } if ($manualcount > 0) { $cellcount ++; $r->print(<
 Change manual   +
Change manual  
END } @@ -1185,7 +1185,7 @@ END } $cellcount ++; $r->print(<
 Lock manual   +
Lock manual  
END } @@ -1195,7 +1195,7 @@ END } $cellcount ++; $r->print(<
 Unlock manual   +
Unlock manual  
END } @@ -2413,10 +2413,10 @@ function agreement_result(caller) { - - - - + + + + '; } else { @@ -2471,10 +2471,10 @@ sub print_photos_response { if ($update) { $response .= '
'.$commentary.'

- - - + +
'; } }