[LON-CAPA-cvs] cvs: rat(version_2_11_X) / lonratedt.pm

raeburn raeburn at source.lon-capa.org
Wed Jun 5 10:50:15 EDT 2013


raeburn		Wed Jun  5 14:50:15 2013 EDT

  Modified files:              (Branch: version_2_11_X)
    /rat	lonratedt.pm 
  Log:
  - For 2.11
    - Backport 1.108.
  
  
Index: rat/lonratedt.pm
diff -u rat/lonratedt.pm:1.105.2.4 rat/lonratedt.pm:1.105.2.5
--- rat/lonratedt.pm:1.105.2.4	Sun Dec 16 16:09:02 2012
+++ rat/lonratedt.pm	Wed Jun  5 14:50:15 2013
@@ -1,7 +1,7 @@
 # The LearningOnline Network with CAPA
 # Edit Handler for RAT Maps
 #
-# $Id: lonratedt.pm,v 1.105.2.4 2012/12/16 16:09:02 raeburn Exp $
+# $Id: lonratedt.pm,v 1.105.2.5 2013/06/05 14:50:15 raeburn Exp $
 #
 # Copyright Michigan State University Board of Trustees
 #
@@ -552,7 +552,7 @@
 
     &Apache::lonhtmlcommon::clear_breadcrumbs();
     &Apache::lonhtmlcommon::add_breadcrumb({
-        text  => 'Construction Space',
+        text  => 'Authoring Space',
         href  => &Apache::loncommon::authorspace($url),
         faq   => 6,
         bug   => 'RAT',
@@ -567,7 +567,7 @@
         href  => '',});
 
     # Breadcrumbs are included by &start_page
-    my $start_page = &Apache::loncommon::start_page('Construction Space',$js)
+    my $start_page = &Apache::loncommon::start_page('Authoring Space',$js)
                     .&Apache::loncommon::head_subbox(
                          &Apache::loncommon::CSTR_pageheader()
                         .&buttons(2));
@@ -653,10 +653,10 @@
    my ($path) = ($dir =~ m{^\Q$londocroot\E?(/priv/[^/]+/[^/]+/)});
    $dir=~s{^\Q$londocroot/priv/\E[^/]+/[^/]+}{};
    my $brcrum = [{'href' => &Apache::loncommon::authorspace($path),
-                  'text' => 'Construction Space'}];
+                  'text' => 'Authoring Space'}];
 #                 {'href' => '',
 #                  'text' => 'No such directory'}];
-   $r->print(&Apache::loncommon::start_page('Construction Space',
+   $r->print(&Apache::loncommon::start_page('Authoring Space',
                                             undef,
                                             {'bread_crumbs' => $brcrum,})
             .&Apache::loncommon::head_subbox(
@@ -675,7 +675,7 @@
 
     &Apache::lonhtmlcommon::clear_breadcrumbs();
     &Apache::lonhtmlcommon::add_breadcrumb({
-        text  => 'Construction Space',
+        text  => 'Authoring Space',
         href  => &Apache::loncommon::authorspace($url),
         faq   => 6,
         bug   => 'RAT',
@@ -712,7 +712,7 @@
              .'<th>'.&mt('Title in map').'</th>'
              .'<th>'.&mt('Filename of resource').'</th>'
              .'<th>'.&mt('Link to published resource').'</th>'
-             .'<th>'.&mt('Link to resource in Construction Space').'</th>'
+             .'<th>'.&mt('Link to resource in Authoring Space').'</th>'
              .&Apache::loncommon::end_data_table_header_row()
     );
     foreach (&LONCAPA::map::attemptread(&Apache::lonnet::filelocation('',$url))) {
@@ -750,7 +750,7 @@
             $r->print('</td><td>');
             if ($url) {
                $r->print('<a href="'.$cstrurl.'">'.
-                         &mt('Construction space').'</a>');
+                         &mt('Authoring space').'</a>');
             } else {
                 $r->print(' ');
             }




More information about the LON-CAPA-cvs mailing list