[LON-CAPA-cvs] cvs: loncom /html/adm/help/tex Course_Setting_Parameters.tex /interface lonhelpmenu.pm lonparmset.pm
www
lon-capa-cvs@mail.lon-capa.org
Fri, 14 Jul 2006 17:44:12 -0000
www Fri Jul 14 13:44:12 2006 EDT
Modified files:
/loncom/html/adm/help/tex Course_Setting_Parameters.tex
/loncom/interface lonhelpmenu.pm lonparmset.pm
Log:
* don't direct folks to the general help in the same location where they expect specific help
* fix help file access and content for table mode parameter setting
Index: loncom/html/adm/help/tex/Course_Setting_Parameters.tex
diff -u loncom/html/adm/help/tex/Course_Setting_Parameters.tex:1.6 loncom/html/adm/help/tex/Course_Setting_Parameters.tex:1.7
--- loncom/html/adm/help/tex/Course_Setting_Parameters.tex:1.6 Tue May 3 13:29:53 2005
+++ loncom/html/adm/help/tex/Course_Setting_Parameters.tex Fri Jul 14 13:44:02 2006
@@ -16,10 +16,10 @@
\begin{enumerate}
\item Entire course - everything in the top-level sequence. Click on the
-bar "\_\_" in any of the problems under the \textbf{general} heading.
-\item Enclosing map. Click on the bar "\_\_" in one of the problems in the
+cursor icon in any of the problems under the \textbf{general} heading.
+\item Enclosing map. Click on the cursor icon in one of the problems in the
enclosing map under \textbf{for Enclosing Map} heading.
-\item One particular resource. Click on the bar "\_\_" in the particular
+\item One particular resource. Click on the cursor icon in the particular
problem you want to set parameters for under the \textbf{for Resource} heading.
\end{enumerate}
Index: loncom/interface/lonhelpmenu.pm
diff -u loncom/interface/lonhelpmenu.pm:1.29 loncom/interface/lonhelpmenu.pm:1.30
--- loncom/interface/lonhelpmenu.pm:1.29 Mon Jun 26 18:13:13 2006
+++ loncom/interface/lonhelpmenu.pm Fri Jul 14 13:44:11 2006
@@ -208,8 +208,6 @@
'disp' => 'Display the page in the inline help system that covers this topic.',
'crac' => 'Create an account for yourself in the LON-CAPA Bugzilla tracking system, if you wish to report bugs you have encountered in the LON-CAPA software, or if you have suggestions for improvements in LON-CAPA.',
'inhs' => 'Topical help system for',
- 'noto' => 'There is no specific topical help item for',
- 'coth' => 'Consult the inline help system for this topic.',
'cont' => 'Contact the LON-CAPA support team',
'suhr' => 'Submit a help request to the team responsible for LON-CAPA support at this institution.',
'stuq' => 'Questions about course content should not be directed to the support team, but instead should be sent to the course instructor',
@@ -228,12 +226,13 @@
{'add_entries' => \%body_layout,
'only_body' => 1,});
$r->print($start_page);
- $r->print($lt{'chen'});
+ $r->print('<b>'.$lt{'chen'});
if ($requestmail =~ m/^[^\@]+\@[^\@]+$/) {
$r->print(', '.$lt{'orto'});
} else {
$r->print(".");
}
+ $r->print('</b>');
if ($topic) {
if ( ($component_url) || ($env{'user.adv'}) ) {
if ($component_url) {
@@ -243,11 +242,6 @@
</ul>
<p>$lt{'disp'}</p>
");
- } elsif ($env{'user.adv'}) {
- $r->print("
- <ul>
- <li><td align=\"center\"> <a href=\"/adm/help/nohelptopic.html\">$lt{'noto'} $topic</a></li></ul>
- <p>$lt{'coth'}</p>");
}
}
}
Index: loncom/interface/lonparmset.pm
diff -u loncom/interface/lonparmset.pm:1.320 loncom/interface/lonparmset.pm:1.321
--- loncom/interface/lonparmset.pm:1.320 Fri Jul 14 13:18:24 2006
+++ loncom/interface/lonparmset.pm Fri Jul 14 13:44:11 2006
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Handler to set parameters for assessments
#
-# $Id: lonparmset.pm,v 1.320 2006/07/14 17:18:24 www Exp $
+# $Id: lonparmset.pm,v 1.321 2006/07/14 17:44:11 www Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -660,7 +660,7 @@
&page_js(),
{'add_entries' => \%loaditems,});
my $breadcrumbs =
- &Apache::lonhtmlcommon::breadcrumbs('Table Mode Parameter Setting');
+ &Apache::lonhtmlcommon::breadcrumbs('Table Mode Parameter Setting','Table_Mode');
$r->print(<<ENDHEAD);
$start_page
$breadcrumbs