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

raeburn raeburn at source.lon-capa.org
Wed Jul 17 10:18:36 EDT 2013


raeburn		Wed Jul 17 14:18:36 2013 EDT

  Modified files:              
    /loncom/interface	londocs.pm 
  Log:
  - Add icon/link to Course Editor for Docs_Dropbox help item.
  
  
Index: loncom/interface/londocs.pm
diff -u loncom/interface/londocs.pm:1.553 loncom/interface/londocs.pm:1.554
--- loncom/interface/londocs.pm:1.553	Tue Jul 16 14:08:18 2013
+++ loncom/interface/londocs.pm	Wed Jul 17 14:18:36 2013
@@ -1,7 +1,7 @@
 # The LearningOnline Network
 # Documents
 #
-# $Id: londocs.pm,v 1.553 2013/07/16 14:08:18 raeburn Exp $
+# $Id: londocs.pm,v 1.554 2013/07/17 14:18:36 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -4098,7 +4098,8 @@
 	               'Supplemental','Score_Upload_Form','Adding_Pages',
 	               'Importing_LON-CAPA_Resource','Importing_IMS_Course',
                        'Uploading_From_Harddrive',
-	               'Check_Resource_Versions','Verify_Content') {
+	               'Check_Resource_Versions','Verify_Content',
+                       'Course_Roster','Web_Page','Dropbox') {
 	$help{$topic}=&Apache::loncommon::help_open_topic('Docs_'.$topic);
     }
     # Composite help files
@@ -4114,8 +4115,6 @@
 		  'Docs_About_My_Personal_Info,Docs_Editing_Templated_Pages');
     $help{'Group Portfolio'} = &Apache::loncommon::help_open_topic('Docs_About_Group_Files');
     $help{'Caching'} = &Apache::loncommon::help_open_topic('Caching');
-    $help{'Course Roster'} = &Apache::loncommon::help_open_topic('Docs_Course_Roster');
-    $help{'Web Page'} =  &Apache::loncommon::help_open_topic('Docs_Web_Page');
  
     my $allowed;
 # URI is /adm/supplemental when viewing supplemental docs in non-edit mode.
@@ -4658,6 +4657,7 @@
 	$pathitem
 	<input type="hidden" name="importdetail" value="" />
 	<a class="LC_menubuttons_link" href="javascript:makedropbox();">$lt{'drbx'}</a>
+        $help{'Dropbox'}
 	</form>
 NDBFORM
 
@@ -4728,7 +4728,7 @@
         $pathitem
         <input type="hidden" name="importdetail" value="$newwebpage" />
         <a class="LC_menubuttons_link" href="javascript:makewebpage();">$lt{'webp'}</a>
-        $help{'Web Page'}
+        $help{'Web_Page'}
         </form>
 NWEBFORM
  
@@ -4945,7 +4945,7 @@
         $pathitem
         <input type="hidden" name="importdetail" value="$supwebpage" />
         <a class="LC_menubuttons_link" href="javascript:makewebpage('supp');">$lt{'webp'}</a>
-        $help{'Web Page'}
+        $help{'Web_ Page'}
         </form>
 SWEBFORM
 




More information about the LON-CAPA-cvs mailing list