[LON-CAPA-cvs] cvs: loncom(version_2_11_X) /xml lonxml.pm
raeburn
raeburn at source.lon-capa.org
Wed Jun 5 11:39:34 EDT 2013
raeburn Wed Jun 5 15:39:34 2013 EDT
Modified files: (Branch: version_2_11_X)
/loncom/xml lonxml.pm
Log:
- For 2.11
- Backport 1.541
Index: loncom/xml/lonxml.pm
diff -u loncom/xml/lonxml.pm:1.531.2.8 loncom/xml/lonxml.pm:1.531.2.9
--- loncom/xml/lonxml.pm:1.531.2.8 Sun May 12 13:32:16 2013
+++ loncom/xml/lonxml.pm Wed Jun 5 15:39:34 2013
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# XML Parser Module
#
-# $Id: lonxml.pm,v 1.531.2.8 2013/05/12 13:32:16 raeburn Exp $
+# $Id: lonxml.pm,v 1.531.2.9 2013/06/05 15:39:34 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1905,7 +1905,7 @@
my $brcrum;
if ($env{'request.state'} eq 'construct') {
$brcrum = [{'href' => &Apache::loncommon::authorspace($request->uri),
- 'text' => 'Construction Space'},
+ 'text' => 'Authoring Space'},
{'href' => '',
'text' => $breadcrumbtext}];
} else {
@@ -1967,7 +1967,7 @@
if ($env{'request.state'} eq 'construct') {
$options{'bread_crumbs'} = [{
'href' => &Apache::loncommon::authorspace($request->uri),
- 'text' => 'Construction Space'},
+ 'text' => 'Authoring Space'},
{'href' => '',
'text' => $breadcrumbtext}];
$header = &Apache::loncommon::head_subbox(
@@ -2002,7 +2002,7 @@
$title = substr($title, rindex($title, '/') + 1);
}
$result = "<script type='text/javascript'>top.document.title = '$title - LON-CAPA "
- .&mt('Construction Space')."';</script>";
+ .&mt('Authoring Space')."';</script>";
}
return $result;
}
More information about the LON-CAPA-cvs
mailing list