--- loncom/interface/slotrequest.pm 2009/04/23 17:33:54 1.95 +++ loncom/interface/slotrequest.pm 2009/10/15 23:53:46 1.104 @@ -1,7 +1,7 @@ # The LearningOnline Network with CAPA # Handler for requesting to have slots added to a students record # -# $Id: slotrequest.pm,v 1.95 2009/04/23 17:33:54 bisitz Exp $ +# $Id: slotrequest.pm,v 1.104 2009/10/15 23:53:46 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -707,7 +707,8 @@ $lt{'or'} STUFF if (!$inhibit_return_link) { - $r->print(&mt('or').'
').&return_link($r); + $r->print(&mt('or').''); + &return_link($r); } else { $r->print(''); } @@ -1434,8 +1435,6 @@ sub manage_reservations { .&mt('Instructors may use a reservation system to place restrictions on when and where assignments can be worked on.') .'' - .&mt('Your reservation status for any such assignments is listed below:') .'
' ); if (!defined($navmap)) { @@ -1450,7 +1449,11 @@ sub manage_reservations { my @backgrounds = ("LC_odd_row","LC_even_row"); my $numcolors = scalar(@backgrounds); my $location=&Apache::loncommon::lonhttpdurl("/adm/lonIcons/whitespace_21.gif"); - $r->print(''."\n");
for (my $i=0; $i<$depth; $i++) {
$r->print(' |
'.
+ $r->print(' '.
&mt('Reservation History').'';
}
if ($type eq 'page') {
- $output .= '
'."\n";
+ $output .= '
'."\n";
} else {
- $output .= '
'."\n";
+ $output .= '
'."\n";
}
$output .= $title.'
'. + &mt('Only changes made from servers running LON-CAPA [_1] or later are displayed.' + ,'2.9.0'); if ($version) { - $output .= ' '.&mt('This server is version [_3].','','',$version); + $output .= ' '.&mt('This LON-CAPA server is version [_1]',$version); } - $output .= '
'."\n"; - $result.=' '. - &mt('Specify a file containing the slot definitions.'). - ' |
'."\n";
- my $upfile_select=&Apache::loncommon::upfile_select_html();
- my $ignore=&mt('Ignore First Line');
- $result.=< - - -ENDUPFORM - $result.=' |