-
-
+
+
@@ -639,9 +640,9 @@ END
if ($dischash{$toggkey}) {
my $storebutton = &mt('Save read/unread changes');
$discussion.=''.
- ''."\n".
+ ''."\n".
''."\n".
+ ' onClick="this.form.submit();" />'."\n".
' | ';
}
$discussion .= (<'.
- '';
+ my $discussion = ' '.
+ '';
my $escsymb=&escape($ressymb);
if ($visible>2) {
- $discussion .= ''.
+ $discussion .= ' | '.
''.&mt('Chronological View').'
- '.(' ' x2);
} else {
- $discussion .= ' | ';
+ $discussion .= ' | | ';
if ($newpostsflag) {
if (!$markondisp) {
- $discussion .=''.
&mt('Preferences on what is marked as NEW').
@@ -1247,7 +1248,7 @@ sub build_posting_display {
| ';
}
- $$discussionitems[$idx] .= ' '.
+ $$discussionitems[$idx] .= ' | '.
''.$subject.' '.
$sender.' '.$vgrlink.' ('.
&Apache::lonlocal::locallocaltime($posttime).') | ';
@@ -1684,8 +1685,8 @@ END
END
} elsif ($env{'form.editdisc'}) {
$r->print(<
-
+
+
END
}
$r->print(<
-
-
-
+
+
+
END
@@ -2477,7 +2478,8 @@ sub redirect_back {
}
my $grouptag;
if ($group ne '') {
- $grouptag = ''; my $refarg;
+ $grouptag = '';
+ my $refarg;
if (exists($env{'form.ref'})) {
$refarg = '&ref='.$env{'form.ref'};
$grouptag .= '';
@@ -2935,7 +2937,7 @@ sub generate_preview_button {
return(<
$end_page
END
@@ -3106,8 +3108,8 @@ this.form.submit();" />
-
-
+
+
ENDATTACH
if (defined($deloldattach)) {
@@ -3316,7 +3318,7 @@ sub handler {
['hide','unhide','deldisc','postdata','preview','replydisc','editdisc','cmd','symb','onlyunread','allposts','onlyunmark','previous','markread','markonread','markondisp','toggoff','toggon','modifydisp','changes','navtime','navmaps','navurl','sortposts','applysort','rolefilter','statusfilter','sectionpick','groupick','posterlist','userpick','attach','origpage','currnewattach','deloldattach','keepold','allversions','export','sendmessageonly','group','ref']);
my $group = $env{'form.group'};
my %attachmax = (
- text => '(128 KB max size)',
+ text => &mt('(128 KB max size)'),
num => 131072,
);
if ($env{'form.editdisc'}) {
|
|
| | | |