mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +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
|
||||
strcpy(sclass, "list2");
|
||||
}
|
||||
} else if (strieq(mode, "Full"))
|
||||
strcpy(sclass, "list1");
|
||||
else if (strieq(mode, "Threaded")) {
|
||||
} else if (strieq(mode, "Full")) {
|
||||
if (highlight_mid == message_id)
|
||||
strcpy(sclass, "list1h");
|
||||
else
|
||||
strcpy(sclass, "list1");
|
||||
} else if (strieq(mode, "Threaded")) {
|
||||
if (highlight) {
|
||||
if (highlight == message_id)
|
||||
strcpy(sclass, "thread");
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user