mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-12 19:06:50 +00:00
Highlight previous entry in full list mode
SVN revision: 1591
This commit is contained in:
parent
0b90ab05a5
commit
25b16f2257
@ -14204,9 +14204,12 @@ void display_line(LOGBOOK * lbs, int message_id, int number, char *mode,
|
|||||||
else
|
else
|
||||||
strcpy(sclass, "list2");
|
strcpy(sclass, "list2");
|
||||||
}
|
}
|
||||||
} else if (strieq(mode, "Full"))
|
} else if (strieq(mode, "Full")) {
|
||||||
strcpy(sclass, "list1");
|
if (highlight_mid == message_id)
|
||||||
else if (strieq(mode, "Threaded")) {
|
strcpy(sclass, "list1h");
|
||||||
|
else
|
||||||
|
strcpy(sclass, "list1");
|
||||||
|
} else if (strieq(mode, "Threaded")) {
|
||||||
if (highlight) {
|
if (highlight) {
|
||||||
if (highlight == message_id)
|
if (highlight == message_id)
|
||||||
strcpy(sclass, "thread");
|
strcpy(sclass, "thread");
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user