[LON-CAPA-cvs] cvs: doc /loncapafiles loncapafiles.lpml loncom/homework outputtags.pm loncom/html/res/adm/pages camanager.png coauthors.png loncom/interface loncreateuser.pm lonviewcoauthors.pm
raeburn
raeburn at source.lon-capa.org
Sun Nov 5 15:06:06 EST 2023
raeburn Sun Nov 5 20:06:06 2023 EDT
Added files:
/loncom/html/res/adm/pages camanager.png coauthors.png
Modified files:
/loncom/homework outputtags.pm
/loncom/interface lonviewcoauthors.pm loncreateuser.pm
/doc/loncapafiles loncapafiles.lpml
Log:
- Bug 5273
- Add icons for User Management Mens in Authoring Space.
Index: loncom/homework/outputtags.pm
diff -u loncom/homework/outputtags.pm:1.58.4.1 loncom/homework/outputtags.pm:1.58.4.1.2.1
--- loncom/homework/outputtags.pm:1.58.4.1 Tue Sep 11 14:39:47 2018
+++ loncom/homework/outputtags.pm Mon Jul 10 02:26:50 2023
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# tags that create controlled output
#
-# $Id: outputtags.pm,v 1.58.4.1 2018/09/11 14:39:47 raeburn Exp $
+# $Id: outputtags.pm,v 1.58.4.1.2.1 2023/07/10 02:26:50 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -308,7 +308,7 @@
my $args;
my $width=&Apache::lonxml::get_param('width',$parstack,$safeeval);
if ($width) { $args.=" width=\"$width\" "; }
- my $height=&Apache::lonxml::get_param('heigth',$parstack,$safeeval);
+ my $height=&Apache::lonxml::get_param('height',$parstack,$safeeval);
if ($height) { $args.=" height=\"$height\" "; }
my $align=&Apache::lonxml::get_param('align',$parstack,$safeeval);
if ($align) { $args.=" align=\"$align\" "; }
Index: loncom/interface/lonviewcoauthors.pm
diff -u loncom/interface/lonviewcoauthors.pm:1.3 loncom/interface/lonviewcoauthors.pm:1.4
--- loncom/interface/lonviewcoauthors.pm:1.3 Sat Nov 4 01:56:04 2023
+++ loncom/interface/lonviewcoauthors.pm Sun Nov 5 20:06:04 2023
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Handler to display the coauthors
#
-# $Id: lonviewcoauthors.pm,v 1.3 2023/11/04 01:56:04 raeburn Exp $
+# $Id: lonviewcoauthors.pm,v 1.4 2023/11/05 20:06:04 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -96,7 +96,7 @@
# Print page header
my $args = { 'bread_crumbs' => $brcrum };
- $r->print(&Apache::loncommon::start_page('Co-authors listing',undef,
+ $r->print(&Apache::loncommon::start_page('Co-author listing',undef,
$args));
if (($canedit) && ($env{'form.forceedit'})) {
@@ -218,7 +218,7 @@
'coauthorlist','coauthoroptin');
my %titles = &Apache::lonlocal::texthash (
coauthorlist => 'List availability',
- coauthoroptin => 'User agreement needed for listing',
+ coauthoroptin => "Co-author's agreement needed for listing",
);
my %options = &Apache::lonlocal::texthash (
role => "List only same type of co-author role as viewer",
Index: loncom/interface/loncreateuser.pm
diff -u loncom/interface/loncreateuser.pm:1.472 loncom/interface/loncreateuser.pm:1.473
--- loncom/interface/loncreateuser.pm:1.472 Sat Nov 4 00:06:00 2023
+++ loncom/interface/loncreateuser.pm Sun Nov 5 20:06:04 2023
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Create a user
#
-# $Id: loncreateuser.pm,v 1.472 2023/11/04 00:06:00 raeburn Exp $
+# $Id: loncreateuser.pm,v 1.473 2023/11/05 20:06:04 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -279,7 +279,7 @@
'aboutme' => "Personal Information Page",
'webdav' => "WebDAV access to Authoring Spaces (https)",
'editors' => "Available Editors",
- 'managers' => "Co-authors who can add/revoke co-authors",
+ 'managers' => "Co-authors who can add/revoke roles",
'portfolio' => "Personal User Portfolio",
'portaccess' => "Portfolio Shareable",
'timezone' => "Can set Time Zone",
@@ -4025,7 +4025,7 @@
'prvs' => 'Previous Value:',
'chto' => 'Changed To:',
'editors' => "Available Editors in Authoring Space",
- 'managers' => "Co-authors who can add/revoke co-authors",
+ 'managers' => "Co-authors who can add/revoke roles",
'edit' => 'Standard editor (Edit)',
'xml' => 'Text editor (EditXML)',
'daxe' => 'Daxe editor (Daxe)',
@@ -6350,7 +6350,7 @@
if (($permission->{cusr}) && ($context eq 'author')) {
push(@{$brcrum},
{href => '/adm/createuser?action=camanagers',
- text => 'Co-authors who manage',
+ text => 'Co-author Managers',
help => 'Author_Manage_Coauthors'});
if ($env{'form.state'} eq 'process') {
push(@{$brcrum},
@@ -6919,15 +6919,15 @@
},
{
linktext => 'Co-author Managers',
- icon => 'helpdesk-access.png',
+ icon => 'camanager.png',
#help => 'Coauthor_Management',
url => '/adm/createuser?action=camanagers',
permission => $permission->{'author'},
linktitle => 'Assign/Revoke right to manage co-author roles',
},
{
- linktext => 'Configure Coauthor Listing',
- icon => 'helpdesk-access.png',
+ linktext => 'Configure Co-author Listing',
+ icon => 'coauthors.png',
#help => 'Coauthor_Settings',
url => '/adm/createuser?action=calist&forceedit=1',
permission => ($permission->{'cusr'}),
Index: doc/loncapafiles/loncapafiles.lpml
diff -u doc/loncapafiles/loncapafiles.lpml:1.1045 doc/loncapafiles/loncapafiles.lpml:1.1046
--- doc/loncapafiles/loncapafiles.lpml:1.1045 Fri Nov 3 01:12:18 2023
+++ doc/loncapafiles/loncapafiles.lpml Sun Nov 5 20:06:05 2023
@@ -2,7 +2,7 @@
"http://lpml.sourceforge.net/DTD/lpml.dtd">
<!-- loncapafiles.lpml -->
-<!-- $Id: loncapafiles.lpml,v 1.1045 2023/11/03 01:12:18 raeburn Exp $ -->
+<!-- $Id: loncapafiles.lpml,v 1.1046 2023/11/05 20:06:05 raeburn Exp $ -->
<!--
@@ -8506,9 +8506,11 @@
addClickerInfoFile.png;
anonsurveythreshold.png;
bubblesheet.png;
+camanager.png;
ccatconf.png;
ccat-22x22.png;
chat.png;
+coauthors.png;
comblock.png;
contact-new.png;
contact-new-22x22.png;
More information about the LON-CAPA-cvs
mailing list