[LON-CAPA-cvs] cvs: loncom /interface domainprefs.pm
raeburn
raeburn@source.lon-capa.org
Thu, 11 Dec 2008 16:37:42 -0000
raeburn Thu Dec 11 16:37:42 2008 EDT
Modified files:
/loncom/interface domainprefs.pm
Log:
- 'User affiliation' preferred to 'User type'
- Capitalization
- Add an LC_nobreak.
Index: loncom/interface/domainprefs.pm
diff -u loncom/interface/domainprefs.pm:1.76 loncom/interface/domainprefs.pm:1.77
--- loncom/interface/domainprefs.pm:1.76 Thu Dec 11 13:53:44 2008
+++ loncom/interface/domainprefs.pm Thu Dec 11 16:37:42 2008
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Handler to set domain-wide configuration settings
#
-# $Id: domainprefs.pm,v 1.76 2008/12/11 13:53:44 raeburn Exp $
+# $Id: domainprefs.pm,v 1.77 2008/12/11 16:37:42 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -107,7 +107,7 @@
'quotas' =>
{ text => 'User blogs, home pages and portfolios',
help => 'Domain_Configuration_Quotas',
- header => [{col1 => 'User type',
+ header => [{col1 => 'User affiliation',
col2 => 'Available tools',
col3 => 'Portfolio quota',}],
},
@@ -175,7 +175,7 @@
}],
},
'serverstatuses' =>
- {text => 'Access to Server Status Pages',
+ {text => 'Access to server status pages',
help => 'Domain_Configuration_Server_Status',
header => [{col1 => 'Status Page',
col2 => 'Other named users',
@@ -1321,7 +1321,8 @@
'" value="_LC_adv" '.$checked.'/>'.$titles{$item}.
'</label></span> ';
}
- $datatable .= '('.&mt('overrides affiliation').')</td></tr>';
+ $datatable .= '<span class="LC_nobreak">('.&mt('overrides affiliation').
+ ')</span</td></tr>';
$$rowtotal += $typecount;
return $datatable;
}