mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-10 18:23:28 +00:00
Fixed wrong comma display together with 'List display'
SVN revision: 1229
This commit is contained in:
parent
ec0857eca7
commit
5cebf76431
@ -6,6 +6,9 @@
|
|||||||
Contents: Web server program for Electronic Logbook ELOG
|
Contents: Web server program for Electronic Logbook ELOG
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.575 2005/03/02 14:20:16 ritt
|
||||||
|
Fixed wrong comma display together with 'List display'
|
||||||
|
|
||||||
Revision 1.574 2005/03/02 14:04:18 ritt
|
Revision 1.574 2005/03/02 14:04:18 ritt
|
||||||
Implemented support for thumbnail display
|
Implemented support for thumbnail display
|
||||||
|
|
||||||
@ -13402,6 +13405,7 @@ void display_line(LOGBOOK * lbs, int message_id, int number, char *mode,
|
|||||||
rsprintf("<b>");
|
rsprintf("<b>");
|
||||||
}
|
}
|
||||||
|
|
||||||
|
skip_comma = TRUE;
|
||||||
for (index = 0; index < n_attr_disp; index++) {
|
for (index = 0; index < n_attr_disp; index++) {
|
||||||
if (strieq(disp_attr[index], loc("ID"))) {
|
if (strieq(disp_attr[index], loc("ID"))) {
|
||||||
if (strieq(mode, "Threaded")) {
|
if (strieq(mode, "Threaded")) {
|
||||||
@ -13410,8 +13414,6 @@ void display_line(LOGBOOK * lbs, int message_id, int number, char *mode,
|
|||||||
else
|
else
|
||||||
rsprintf("<img border=0 src=\"reply.png\" alt=\"%s\"> ", loc("Reply"));
|
rsprintf("<img border=0 src=\"reply.png\" alt=\"%s\"> ", loc("Reply"));
|
||||||
|
|
||||||
skip_comma = TRUE;
|
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
rsprintf("<td class=\"%s\">", sclass);
|
rsprintf("<td class=\"%s\">", sclass);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user