[LON-CAPA-cvs] cvs: loncom /interface lonpreferences.pm
raeburn
raeburn@source.lon-capa.org
Sat, 17 Oct 2009 00:04:01 -0000
raeburn Sat Oct 17 00:04:01 2009 EDT
Modified files:
/loncom/interface lonpreferences.pm
Log:
- Bug 6085.
- Wording change, and consistent wording.
- Increase iframe height for tth to suppress scrollbars
Index: loncom/interface/lonpreferences.pm
diff -u loncom/interface/lonpreferences.pm:1.176 loncom/interface/lonpreferences.pm:1.177
--- loncom/interface/lonpreferences.pm:1.176 Fri Oct 16 23:52:20 2009
+++ loncom/interface/lonpreferences.pm Sat Oct 17 00:04:01 2009
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Preferences
#
-# $Id: lonpreferences.pm,v 1.176 2009/10/16 23:52:20 raeburn Exp $
+# $Id: lonpreferences.pm,v 1.177 2009/10/17 00:04:01 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -206,9 +206,9 @@
my $r = shift;
Apache::lonhtmlcommon::add_breadcrumb(
{ href => '/adm/preferences?action=changetexenginepref',
- text => 'Change How Math Equations Are Displayed'});
+ text => 'Math display settings'});
$r->print(Apache::loncommon::start_page('Content Display Settings'));
- $r->print(Apache::lonhtmlcommon::breadcrumbs('Change How Math Equations Are Displayed'));
+ $r->print(Apache::lonhtmlcommon::breadcrumbs('Math display settings'));
my $user = $env{'user.name'};
my $domain = $env{'user.domain'};
my %userenv = &Apache::lonnet::get('environment',['texengine']);
@@ -225,8 +225,8 @@
%mathchoices);
my $jsMath_start=&Apache::lontexconvert::jsMath_header();
my %lt=&Apache::lonlocal::texthash(
- 'headline' => 'Change Math Preferences',
- 'preftxt' => 'Preferred method to display Math',
+ 'headline' => 'Change how math is displayed',
+ 'preftxt' => 'Preferred method to display math',
'change' => 'Save',
'exmpl' => 'Examples',
'jsmath' => 'jsMath:',
@@ -281,7 +281,7 @@
<h3>$lt{'tth'}</h3>
<p>
-<iframe src="/res/adm/pages/math_example.tex?inhibitmenu=yes&texengine=tth" width="400" height="200"></iframe>
+<iframe src="/res/adm/pages/math_example.tex?inhibitmenu=yes&texengine=tth" width="400" height="220"></iframe>
</p>
ENDLSCREEN
if ($env{'environment.texengine'} ne 'jsMath') {
@@ -1898,12 +1898,12 @@
icon => 'sctr.png',
linktitle => 'Configure the roles hotlist.'
},
- { linktext => 'Display of Scientific Equations',
+ { linktext => 'Math display settings',
url => '/adm/preferences?action=changetexenginepref',
permission => 'F',
#help => '',
icon => 'stat.png',
- linktitle => 'Change how Scientific Equations are displayed.'
+ linktitle => 'Change how math is displayed.'
},
]
},