- '.$$lt{'auad'}.':
+ '.$$lt{'auad'}.':
'.&mt('on').' '.&mt('off').'');
if ($action eq 'modify') {
$r->print(' ('.&mt('Currently set to [_1].',''.$$lt{$add}.'').')');
}
$r->print('
-
- '.$$lt{'auex'}.':
+
+ '.$$lt{'auex'}.':
'.&mt('on').' '.&mt('off').'');
if ($action eq 'modify') {
$r->print(' ('.&mt('Currently set to [_1].',''.$$lt{$drop}.'').')');
}
- $r->print('
'.$$lt{'mapr'});
+ $r->print('
'.$$lt{'mapr'});
}
sub mapping_settings {
@@ -3705,16 +3705,16 @@ sub member_privs_entries {
if ($privcount == 3) {
$dynamic .= '
';
}
- $dynamic .='
';
+ '';
}
}
- $r->print('
'.$fixed.'
'.$dynamic.'
');
+ $r->print('
'.$fixed.'
'.$dynamic.'
');
} else {
$r->print('
'.$tool.'
');
}
@@ -3741,8 +3741,8 @@ sub date_setting_table {
my $endform = &Apache::lonhtmlcommon::date_setter($formname,
'enddate',$endtime);
my $perpetual =
- ''.
- &mt('None').'';
+ ''.
+ &mt('None').'';
my $table = "
\n".
'
'.&mt('Start:').'
'.
'
'.$startform.'
'.
@@ -3786,7 +3786,7 @@ sub add_group_folder {
if ($delresult ne 'ok') {
$warning = $delresult;
}
- return $outcome;
+ return $outcome.$warning;
}
}
my $delresult = &release_folder_lock($cdom,$cnum,'group_allfolders');
@@ -3796,7 +3796,7 @@ sub add_group_folder {
} else {
$outcome = ''
.&mt('Could not obtain exclusive lock to check status of the folder for all groups. No group folder added.')
- .'';
+ .'';
return $outcome;
}
my $grpfolder = &mt($ucgpterm.' Folder - [_1]',$description);