--- loncom/interface/londocs.pm 2009/05/16 21:01:07 1.367 +++ loncom/interface/londocs.pm 2009/05/23 20:43:24 1.368 @@ -1,7 +1,7 @@ # The LearningOnline Network # Documents # -# $Id: londocs.pm,v 1.367 2009/05/16 21:01:07 droeschl Exp $ +# $Id: londocs.pm,v 1.368 2009/05/23 20:43:24 truskell Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2774,7 +2774,7 @@ sub handler { 'title' => 'Title', 'comment' => 'Comment', 'parse' => 'Upload embedded images/multimedia files if HTML file!', - 'nd' => 'New Document', + 'nd' => 'Upload Document', 'pm' => 'Published Map', 'sd' => 'Special Document', 'mo' => 'More Options', @@ -3124,7 +3124,7 @@ if($env{'form.pagepath'}) { } my %orderhash = ( - 'aa' => ['New Document',$fileuploadform.'
'.$newfolderform], + 'aa' => ['Upload Document',$fileuploadform.'
'.$newfolderform], 'bb' => ['Published Documents',$simpleeditdefaultform], 'cc' => ['Special Documents',$specialdocumentsform], 'dd' => ['Tools',$extresourcesform.'
'.$imspform.'
'.$recoverform.'
'.&generate_admin_options($containertag,$uploadtag,\%help,\%env)], @@ -3245,7 +3245,7 @@ SNAMFORM my %suporderhash = ( - 'ee' => ['New Document',$supupdocform.'
'.$supnewfolderform], + 'ee' => ['Upload Document',$supupdocform.'
'.$supnewfolderform], 'ff' => ['Special Documents',$supnewextform.'
'.$supnewsylform.'
'.$supnewaboutmeform], 'zz' => ['Hide all Options'], );