[LON-CAPA-cvs] cvs: loncom /interface londocs.pm

raeburn raeburn at source.lon-capa.org
Tue Jan 8 23:01:16 EST 2013


raeburn		Wed Jan  9 04:01:16 2013 EDT

  Modified files:              
    /loncom/interface	londocs.pm 
  Log:
  - Remove some phrases from a lonlocal::texthash() call which are o longer used.
  
  
Index: loncom/interface/londocs.pm
diff -u loncom/interface/londocs.pm:1.527 loncom/interface/londocs.pm:1.528
--- loncom/interface/londocs.pm:1.527	Fri Jan  4 00:11:59 2013
+++ loncom/interface/londocs.pm	Wed Jan  9 04:01:16 2013
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Documents
 #
-# $Id: londocs.pm,v 1.527 2013/01/04 00:11:59 raeburn Exp $
+# $Id: londocs.pm,v 1.528 2013/01/09 04:01:16 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -3457,9 +3457,6 @@
   } elsif ((!$showdoc) && (!$uploadphase)) {
 # -----------------------------------------------------------------------------
        my %lt=&Apache::lonlocal::texthash(
-                'uplm' => 'Upload a new main '.lc($crstype).' document',
-                'upls' => 'Upload a new supplemental '.lc($crstype).' document',
-                'impp' => 'Import a document',
 		'copm' => 'All documents out of a published map into this folder',
                 'upfi' => 'Upload File',
                 'upld' => 'Import Content',
@@ -3469,10 +3466,8 @@
                 'impm' => 'Import from Assembled Map',
                 'selm' => 'Select Map',
                 'load' => 'Load Map',
-                'reco' => 'Recover Deleted Documents',
                 'newf' => 'New Folder',
                 'newp' => 'New Composite Page',
-                'extr' => 'External Resource',
                 'syll' => 'Syllabus',
                 'navc' => 'Table of Contents',
                 'sipa' => 'Simple Course Page',
@@ -3483,7 +3478,7 @@
                 'mypi' => 'My Personal Information Page',
                 'grpo' => 'Group Portfolio',
                 'rost' => 'Course Roster',
-				'abou' => 'Personal Information Page for a User',
+                'abou' => 'Personal Information Page for a User',
                 'imsf' => 'IMS Import',
                 'imsl' => 'Import IMS package',
                 'cms'  => 'Origin of IMS package',
@@ -3491,9 +3486,6 @@
                 'file' =>  'File',
                 'title' => 'Title',
                 'comment' => 'Comment',
-                'url'  => 'URL',
-                'prev' => 'Preview',
-                'lnk'  => 'Add Link', 
                 'parse' => 'Upload embedded images/multimedia files if HTML file',
 					  );
 # -----------------------------------------------------------------------------




More information about the LON-CAPA-cvs mailing list