[LON-CAPA-cvs] cvs: loncom(version_2_9_X) /interface lonfeedback.pm
raeburn
raeburn@source.lon-capa.org
Mon, 25 Jan 2010 03:30:24 -0000
raeburn Mon Jan 25 03:30:24 2010 EDT
Modified files: (Branch: version_2_9_X)
/loncom/interface lonfeedback.pm
Log:
- Backport 1.281, 1.287, 1.288.
Index: loncom/interface/lonfeedback.pm
diff -u loncom/interface/lonfeedback.pm:1.273.4.4 loncom/interface/lonfeedback.pm:1.273.4.5
--- loncom/interface/lonfeedback.pm:1.273.4.4 Sun Jan 24 23:20:16 2010
+++ loncom/interface/lonfeedback.pm Mon Jan 25 03:30:23 2010
@@ -1,7 +1,7 @@
# The LearningOnline Network
# Feedback
#
-# $Id: lonfeedback.pm,v 1.273.4.4 2010/01/24 23:20:16 raeburn Exp $
+# $Id: lonfeedback.pm,v 1.273.4.5 2010/01/25 03:30:23 raeburn Exp $
#
# Copyright Michigan State University Board of Trustees
#
@@ -567,7 +567,7 @@
<table border="0" cellpadding="0" cellspacing="4">
<tr>
<td>
- <font size="-1"><b>$lt{'cuse'}</b>:</td>
+ <font size="-1"><b>$lt{'cuse'}</b>:</font></td>
<td> </td>
<td><font size="-1">
END
@@ -589,7 +589,7 @@
</font></td>
<td> </td>
<td align="left">
- <font size="-1"><b><a href="$chglink">$lt{'chgt'}</a>?</font></b>
+ <font size="-1"><b><a href="$chglink">$lt{'chgt'}</a>?</b></font>
</td>
</tr>
</table>
@@ -813,7 +813,7 @@
&mt('Preferences on what is marked as NEW').
'</a><br /><a href="/adm/feedback?markread=1&symb='.$escsymb;
$discussion .= &group_args($group);
- $discussion .= '">'.&mt('Mark NEW posts no longer new').'</a>';
+ $discussion .= '">'.&mt('Mark NEW posts no longer new').'</a></td>';
} else {
$discussion .= '<td> </td>';
}
@@ -1014,6 +1014,7 @@
$contrib{$idx.':senderdomain'}).' ('.
$contrib{$idx.':sendername'}.':'.
$contrib{$idx.':senderdomain'}.')';
+ $sender = '<b>'.$sender.'</b>';
if ($contrib{$idx.':anonymous'}) {
$sender.=' <font color="red"><b>['.$$anonhash{$key}.']</b></font> '.
$screenname;
@@ -1021,6 +1022,7 @@
if ($see_anonymous) {
$sender.=&Apache::loncommon::student_image_tag($contrib{$idx.':senderdomain'},$contrib{$idx.':sendername'});
}
+ $sender = '<b>'.$sender.'</b>';
# Set up for sorting by domain, then username
unless (defined($$usernamesort{$contrib{$idx.':senderdomain'}})) {
%{$$usernamesort{$contrib{$idx.':senderdomain'}}} = ();
@@ -1253,7 +1255,7 @@
}
$$discussionitems[$idx] .= '<td align="left"> '.
'<b>'.$subject.'</b> '.
- $sender.'</b> '.$vgrlink.' ('.
+ $sender.' '.$vgrlink.' ('.
&Apache::lonlocal::locallocaltime($posttime).')</td>';
if ($$dischash{$toggkey}) {
$$discussionitems[$idx].='<td align="right"> '.
@@ -2129,17 +2131,17 @@
<br /><br />
<table border="0">
<tr>
- <td><b>$lt{'soor'}</b></td>
- <td> </td>
- <td><b>$lt{'sprs'}</b></td>
- <td> </td>
- <td><b>$lt{'spur'}</b></td>
- <td> </td>
- <td><b>$lt{'spse'}</b></td>
- <td> </td>
- <td><b>$lt{'spgr'}</b></td>
- <td> </td>
- <td><b>$lt{'psub'}</b></td>
+ <th>$lt{'soor'}</th>
+ <th> </th>
+ <th>$lt{'sprs'}</th>
+ <th> </th>
+ <th>$lt{'spur'}</th>
+ <th> </th>
+ <th>$lt{'spse'}</th>
+ <th> </th>
+ <th>$lt{'spgr'}</th>
+ <th> </th>
+ <th>$lt{'psub'}</th>
</tr>
<tr>
<td align="center" valign="top">
@@ -3041,7 +3043,7 @@
<table class="LC_data_table">
<tr>
<td colspan="2">
- <b>Subject:</b> $subject</b><br /><br />
+ <b>Subject:</b> <b>$subject</b><br /><br />
END
if ($idx) {
if ($attachmenturls) {