--- loncom/interface/lonprintout.pm 2007/07/25 20:39:57 1.505 +++ loncom/interface/lonprintout.pm 2007/07/25 23:20:38 1.506 @@ -2,7 +2,7 @@ # The LearningOnline Network # Printout # -# $Id: lonprintout.pm,v 1.505 2007/07/25 20:39:57 albertel Exp $ +# $Id: lonprintout.pm,v 1.506 2007/07/25 23:20:38 albertel Exp $ # # Copyright Michigan State University Board of Trustees # @@ -2885,7 +2885,7 @@ CHOOSE_FROM_ANY_SEQUENCE Apache::lonhelper::dropdown->new(); addMessage("". - ''. + ': "); $paramHash = Apache::lonhelper::getParamHash(); @@ -2937,6 +2937,7 @@ CHOOSE_FROM_ANY_SEQUENCE my $stylevalue='$Apache::lonnet::env{"construct.style"}'; my $randseedtext=&mt("Use random seed"); my $stylefiletext=&mt("Use style file"); + my $selectfiletext=&mt("Select style file"); my $xmlfrag .= <<"RNDSEED"; @@ -2954,9 +2955,9 @@ CHOOSE_FROM_ANY_SEQUENCE return $stylevalue; -   Select style file +   $selectfiletext - Show all foils? + Show all foils RNDSEED @@ -3065,6 +3066,8 @@ sub render { my $PageLayout=&mt('Page layout'); my $NumberOfColumns=&mt('Number of columns'); my $PaperType=&mt('Paper type'); + my $landscape=&mt('Landscape'); + my $portrait=&mt('Portrait'); $result .= < @@ -3076,8 +3079,8 @@ sub render { -
- +
+