mirror of https://github.com/BOINC/boinc.git
- web: swap positions of reply/delete buttons in private message display
svn path=/trunk/boinc/; revision=17850
This commit is contained in:
parent
5a88fb4028
commit
372b2a61c7
|
@ -4012,3 +4012,9 @@ David 19 Apr 2009
|
|||
cpu_sched.cpp
|
||||
lib/
|
||||
coproc.cpp,h
|
||||
|
||||
David 20 Apr 2009
|
||||
- web: swap positions of reply/delete buttons in private message display
|
||||
|
||||
html/user/
|
||||
pm.php
|
||||
|
|
|
@ -139,8 +139,8 @@ function do_read($logged_in_user) {
|
|||
echo "<tr><th>".tra("Date")."</th><td>".time_str($message->date)."</td></tr>";
|
||||
echo "<tr><th>".tra("Message")."</th><td>".output_transform($message->content, $options)."</td></tr>";
|
||||
echo "<tr><td class=\"pm_footer\"></td><td>\n";
|
||||
echo "<a href=\"pm.php?action=delete&id=$id\">".tra("Delete")."</a>\n";
|
||||
echo " | <a href=\"pm.php?action=new&replyto=$id\">".tra("Reply")."</a>\n";
|
||||
echo "<a href=\"pm.php?action=new&replyto=$id\">".tra("Reply")."</a>\n";
|
||||
echo " | <a href=\"pm.php?action=delete&id=$id\">".tra("Delete")."</a>\n";
|
||||
echo " | <a href=\"pm.php?action=inbox\">".tra("Inbox")."</a>\n";
|
||||
end_table();
|
||||
|
||||
|
|
Loading…
Reference in New Issue