[LON-CAPA-cvs] cvs: loncom(version_2_11_X) /homework structuretags.pm

raeburn raeburn at source.lon-capa.org
Wed Jun 5 11:37:26 EDT 2013


raeburn		Wed Jun  5 15:37:26 2013 EDT

  Modified files:              (Branch: version_2_11_X)
    /loncom/homework	structuretags.pm 
  Log:
  - For 2.11
    - Backport 1.513.
  
  
Index: loncom/homework/structuretags.pm
diff -u loncom/homework/structuretags.pm:1.512.2.2 loncom/homework/structuretags.pm:1.512.2.3
--- loncom/homework/structuretags.pm:1.512.2.2	Sun May 12 13:36:53 2013
+++ loncom/homework/structuretags.pm	Wed Jun  5 15:37:26 2013
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA 
 # definition of tags that give a structure to a document
 #
-# $Id: structuretags.pm,v 1.512.2.2 2013/05/12 13:36:53 raeburn Exp $
+# $Id: structuretags.pm,v 1.512.2.3 2013/06/05 15:37:26 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -379,10 +379,10 @@
     } elsif (!defined($found{'body'}) 
 	     && $env{'request.state'} eq 'construct') {
 	if ($target eq 'web' || $target eq 'edit') {
-        # Breadcrumbs for Construction Space
+        # Breadcrumbs for Authoring Space
         &Apache::lonhtmlcommon::clear_breadcrumbs();
         &Apache::lonhtmlcommon::add_breadcrumb({
-            'text'  => 'Construction Space',
+            'text'  => 'Authoring Space',
             'href'  => &Apache::loncommon::authorspace($env{'request.uri'}),
         });
         # breadcrumbs (and tools) will be created 




More information about the LON-CAPA-cvs mailing list