version 1.440, 2024/05/01 15:18:58
|
version 1.442, 2024/07/14 16:08:04
|
Line 13637 sub modify_authordefaults {
|
Line 13637 sub modify_authordefaults {
|
$shown = $titles{'none'}; |
$shown = $titles{'none'}; |
} |
} |
} elsif ($key eq 'archive') { |
} elsif ($key eq 'archive') { |
|
$domdefaults{$key} = $confhash{$key}; |
$shown = ($confhash{$key} ? &mt('Yes') : &mt('No')); |
$shown = ($confhash{$key} ? &mt('Yes') : &mt('No')); |
} |
} |
$resulttext .= '<li>'.&mt('[_1] set to: [_2]',$titles{$key},$shown).'</li>'; |
$resulttext .= '<li>'.&mt('[_1] set to: [_2]',$titles{$key},$shown).'</li>'; |
Line 14849 sub modify_quotas {
|
Line 14850 sub modify_quotas {
|
$resulttext .= '<li>'.&mt('Validated course requests identified as processed by: [_1]', |
$resulttext .= '<li>'.&mt('Validated course requests identified as processed by: [_1]', |
'<b>'.$changes{'validation'}{'dc'}.'</b>').'</li>'; |
'<b>'.$changes{'validation'}{'dc'}.'</b>').'</li>'; |
} |
} |
|
$resulttext .= '</ul></li>'; |
} |
} |
} |
} |
} |
} |