--- loncom/interface/londocs.pm 2010/06/06 02:40:30 1.428
+++ loncom/interface/londocs.pm 2010/08/14 00:00:29 1.430
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Documents
#
-# $Id: londocs.pm,v 1.428 2010/06/06 02:40:30 raeburn Exp $
+# $Id: londocs.pm,v 1.430 2010/08/14 00:00:29 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -1607,13 +1607,12 @@ sub editor {
my $shown=0;
if (($ishidden) || ($isencrypted) || ($randompick>=0) || ($is_random_order)) {
$r->print('
'.
- '
'.&mt('Parameters:').
- '
'.
- ($randompick>=0?'- '.&mt('randomly pick [quant,_1,resource]',$randompick).'
':'').
- ($ishidden?'- '.&mt('contents hidden').'
':'').
- ($isencrypted?'- '.&mt('URLs hidden').'
':'').
- ($is_random_order?'- '.&mt('random order').'
':'').
- '
');
+ '
- '.&mt('Parameters:').'
'.
+ ($randompick>=0?'- • '.&mt('randomly pick [quant,_1,resource]',$randompick).'
':'').
+ ($ishidden?'- • '.&mt('contents hidden').'
':'').
+ ($isencrypted?'- • '.&mt('URLs hidden').'
':'').
+ ($is_random_order?'- • '.&mt('random order').'
':'').
+ '
');
if ($randompick>=0) {
$r->print('
'
.&mt('Caution: this folder is set to randomly pick a subset'
@@ -3062,14 +3061,18 @@ HIDDENFORM
$activeClass = 0;
}
}
- $r->print('
'.$tabtitles{'main'}{$crstype}.'');
+ $r->print('
'.$tabtitles{'main'}{$crstype}.'');
$active = '';
if (!$forcestandard || ($env{'form.folderpath'}=~/^supplemental/)) {
if($activeClass == 1){
$active = 'class="active"';
}
}
- $r->print('
'.$tabtitles{'supplemental'}{$crstype}.'');
+ $r->print('
'.$tabtitles{'supplemental'}{$crstype}.'');
$r->print('');
} else {
$r->print('
');
@@ -3532,7 +3535,9 @@ sub generate_edit_table {
}elsif($activetab eq $name){
$active = 'class="active"';
}
- $form .= '
'.&mt(${$orderhash{$name}}[0]).'';
+ $form .= '
'.&mt(${$orderhash{$name}}[0]).'';
} else {
$form .= '
'.${$orderhash{$name}}[1].'';