');
# --------------------------------------------------------- Standard documents
if (($standard) && ($allowed) && (!$forcesupplement)) {
@@ -3264,9 +3276,12 @@ my $error = &editor($r,$coursenum,$cours
if ($error) {
$r->print('
'.$error.'
');
}
-$r->print('
print('');
}
}
+$r->print('');
+$r->print(&generate_admin_options($containertag,$uploadtag,\%help,\%env));
+$r->print('
');
$r->print('');
if ($allowed) {
$r->print('
@@ -3292,24 +3307,18 @@ $r->print('');
}
sub generate_admin_options {
- my ($containertag,$uploadtag,$lt_ref,$help_ref,$env_ref) = @_;
- my %lt = %{$lt_ref};
+ my ($containertag,$uploadtag,$help_ref,$env_ref) = @_;
+ my %lt=&Apache::lonlocal::texthash(
+ 'vc' => 'Verify Content',
+ 'cv' => 'Check/Set Resource Versions',
+ 'ls' => 'List Symbs',
+ 'sl' => 'Show Log'
+ );
my %help = %{$help_ref};
my %env = %{$env_ref};
my $dumpbut=&dumpbutton();
my $exportbut=&exportbutton();
return (<