[LON-CAPA-cvs] cvs: loncom /interface lonmsg.pm
albertel
lon-capa-cvs@mail.lon-capa.org
Thu, 17 Feb 2005 04:02:48 -0000
albertel Wed Feb 16 23:02:48 2005 EDT
Modified files:
/loncom/interface lonmsg.pm
Log:
- some of the </a> were in really weird places
Index: loncom/interface/lonmsg.pm
diff -u loncom/interface/lonmsg.pm:1.134 loncom/interface/lonmsg.pm:1.135
--- loncom/interface/lonmsg.pm:1.134 Wed Feb 16 22:36:05 2005
+++ loncom/interface/lonmsg.pm Wed Feb 16 23:02:47 2005
@@ -1,7 +1,7 @@
# The LearningOnline Network with CAPA
# Routines for messaging
#
-# $Id: lonmsg.pm,v 1.134 2005/02/17 03:36:05 albertel Exp $
+# $Id: lonmsg.pm,v 1.135 2005/02/17 04:02:47 albertel Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -987,9 +987,9 @@
}
$r->print('</th><th>');
if ($ENV{'form.sortedby'} eq "revstatus") {
- $r->print('<a href = "?sortedby=status'.$fsqs.'">'.&mt('Status').'</th>');
+ $r->print('<a href = "?sortedby=status'.$fsqs.'">'.&mt('Status').'</a></th>');
} else {
- $r->print('<a href = "?sortedby=revstatus'.$fsqs.'">'.&mt('Status').'</th>');
+ $r->print('<a href = "?sortedby=revstatus'.$fsqs.'">'.&mt('Status').'</a></th>');
}
$r->print("</tr>\n");
for (my $n=$firstdis;$n<=$lastdis;$n++) {
@@ -1004,10 +1004,10 @@
} else {
$r->print('<tr bgcolor="#99BBBB">');
}
- $r->print('<td></a><input type=checkbox name="delmark_'.$origID.'" /></td><td><a href="/adm/email?display='.$origID.$sqs.
+ $r->print('<td><input type=checkbox name="delmark_'.$origID.'" /></td><td><a href="/adm/email?display='.$origID.$sqs.
'">'.&mt('Open').'</a></td><td>'.
($folder ne 'trash'?'<a href="/adm/email?markdel='.$origID.$sqs.
- '">'.&mt('Delete'):' ').'</td>'.
+ '">'.&mt('Delete'):' ').'</a></td>'.
'<td>'.&Apache::lonlocal::locallocaltime($sendtime).'</td><td>'.
$fromname.'</td><td>'.$fromdomain.'</td><td>'.
&Apache::lonnet::unescape($shortsubj).'</td><td>'.