".
- ' | ");
$paramHash = Apache::lonhelper::getParamHash();
@@ -2929,9 +2963,10 @@ CHOOSE_FROM_ANY_SEQUENCE
}
if ($helper->{'VARS'}->{'construction'}) {
- my $stylevalue=$env{'construct.style'};
+ 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";
@@ -2945,9 +2980,13 @@ CHOOSE_FROM_ANY_SEQUENCE
|
$stylefiletext:
|
- Select style file |
+
+
+ return $stylevalue;
+
+ $selectfiletext | |
- Show all foils?
+ Show all foils
|
RNDSEED
@@ -3056,6 +3095,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 .= <
@@ -3067,8 +3108,8 @@ sub render {
|
- Landscape
- Portrait
+ $landscape
+ $portrait
|
|