[LON-CAPA-cvs] cvs: loncom /interface lonparmset.pm
albertel
lon-capa-cvs-allow@mail.lon-capa.org
Tue, 19 Jun 2007 22:34:29 -0000
albertel Tue Jun 19 18:34:29 2007 EDT
Modified files:
/loncom/interface lonparmset.pm
Log:
- mt option
- xhtml
Index: loncom/interface/lonparmset.pm
diff -u loncom/interface/lonparmset.pm:1.368 loncom/interface/lonparmset.pm:1.369
--- loncom/interface/lonparmset.pm:1.368 Tue Jun 19 16:14:31 2007
+++ loncom/interface/lonparmset.pm Tue Jun 19 18:34:28 2007
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Handler to set parameters for assessments
#
-# $Id: lonparmset.pm,v 1.368 2007/06/19 20:14:31 albertel Exp $
+# $Id: lonparmset.pm,v 1.369 2007/06/19 22:34:28 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -2226,7 +2226,7 @@
' Tabloid [11x17 in], Executive [7 1/2x10 in], A2 [420x594 mm],'.
' A3 [297x420 mm], A4 [210x297 mm], A5 [148x210 mm], A6 [105x148 mm])',
'print_header_format'
- => '<b>Print header format; substitutions</b>: %n student name %c course id %a assignment note, numbers after the % limit the field size',
+ => &mtn('<b> Print header format; substitutions </b>: %n student name %c course id %a assignment note, numbers after the % limit the field size.').'</b>',
'anonymous_quiz'
=> '<b>'.&mt('Anonymous quiz/exam').'</b><br />'.
' (<tt><b>'.&mt('yes').'</b> '.&mt('to avoid print students names').' </tt>)',
@@ -2363,7 +2363,7 @@
$end_header_row
$output
$end_table
-<input type="submit" name="crsenv" value="$lt{'sce'}">
+<input type="submit" name="crsenv" value="$lt{'sce'}" />
</form>
$end_page
ENDENV