--- loncom/interface/londocs.pm 2012/05/10 17:56:58 1.484.2.3 +++ loncom/interface/londocs.pm 2012/05/13 22:59:39 1.484.2.4 @@ -1,7 +1,7 @@ # The LearningOnline Network # Documents # -# $Id: londocs.pm,v 1.484.2.3 2012/05/10 17:56:58 raeburn Exp $ +# $Id: londocs.pm,v 1.484.2.4 2012/05/13 22:59:39 raeburn Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2540,6 +2540,7 @@ sub handler { 'upld' => 'Import Document', 'srch' => 'Search', 'impo' => 'Import', + 'book' => 'Import Bookmarks', 'selm' => 'Select Map', 'load' => 'Load Map', 'reco' => 'Recover Deleted Documents', @@ -2607,6 +2608,7 @@ SEDFFORM my @simpleeditdefaultforma = ( { ''.$lt{srch}.'' => "$uploadtag$lt{'srch'}" }, { ''.$lt{impo}.'' => "$lt{'impo'}$help{'Importing_LON-CAPA_Resource'}" }, + { ''.$lt{book}.'' => "$lt{'book'}" }, ); $simpleeditdefaultform .= &create_form_ul(&create_list_elements(@simpleeditdefaultforma)); $simpleeditdefaultform .=(<'.$backtext.''."\n"; if ($tid == 1) { $form .= '
  • '. - ''. + ''. &mt('Undo Delete').'
  • '."\n"; if ($env{'form.docslog'}) { $form .= '
  • ';