--- loncom/interface/londocs.pm 2012/05/29 20:56:34 1.484.2.6
+++ loncom/interface/londocs.pm 2012/05/15 01:41:27 1.487
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Documents
#
-# $Id: londocs.pm,v 1.484.2.6 2012/05/29 20:56:34 raeburn Exp $
+# $Id: londocs.pm,v 1.487 2012/05/15 01:41:27 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -2110,6 +2110,7 @@ sub startContentScreen {
if (($mode eq 'navmaps') || ($mode eq 'supplemental')) {
$output .= '
'.&mt('Content Overview').' '."\n";
$output .= ' '.&mt('Content Search').' '."\n";
+ $output .= ' '.&mt('Content Index').' '."\n";
$output .= ''.&mt('Supplemental Content').'';
} else {
$output .= ' '.&mt('Content Editor').' '."\n";
@@ -2542,7 +2543,7 @@ sub handler {
'upld' => 'Import Document',
'srch' => 'Search',
'impo' => 'Import',
- 'lnks' => 'Import from Stored Links',
+ 'lnks' => 'Import from Stored Links',
'selm' => 'Select Map',
'load' => 'Load Map',
'reco' => 'Recover Deleted Documents',
@@ -2610,7 +2611,7 @@ SEDFFORM
my @simpleeditdefaultforma = (
{ '
' => "$uploadtag" },
{ '
' => "$help{'Importing_LON-CAPA_Resource'}" },
- { '
' => "" },
+ { '
' => "" },
);
$simpleeditdefaultform .= &create_form_ul(&create_list_elements(@simpleeditdefaultforma));
$simpleeditdefaultform .=(<