[LON-CAPA-cvs] cvs: loncom /interface domainprefs.pm
raeburn
lon-capa-cvs-allow@mail.lon-capa.org
Thu, 07 Jun 2007 23:36:33 -0000
raeburn Thu Jun 7 19:36:33 2007 EDT
Modified files:
/loncom/interface domainprefs.pm
Log:
Eliminating the help icons for now.
Re-enable once the help files to which they refer have been created.
Index: loncom/interface/domainprefs.pm
diff -u loncom/interface/domainprefs.pm:1.21 loncom/interface/domainprefs.pm:1.22
--- loncom/interface/domainprefs.pm:1.21 Thu Jun 7 19:19:42 2007
+++ loncom/interface/domainprefs.pm Thu Jun 7 19:36:32 2007
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Handler to set domain-wide configuration settings
#
-# $Id: domainprefs.pm,v 1.21 2007/06/07 23:19:42 raeburn Exp $
+# $Id: domainprefs.pm,v 1.22 2007/06/07 23:36:32 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -198,9 +198,12 @@
$r->print('
<table class="LC_nested_outer">
<tr>
- <th>'.&mt($item->{text}).' '.
- &Apache::loncommon::help_open_topic($item->{'help'}).'</th>
- </tr>');
+ <th>'.&mt($item->{text}).' </th></tr>');
+#
+# FIXME - put the help link back in when the help files exist
+# <th>'.&mt($item->{text}).' '.
+# &Apache::loncommon::help_open_topic($item->{'help'}).'</th>
+# </tr>');
if (($action eq 'autoupdate') || ($action eq 'rolecolors')) {
my $colspan = ($action eq 'rolecolors')?' colspan="2"':'';
$r->print('