mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
Renamed it to 'expand selection page'
SVN revision: 1289
This commit is contained in:
parent
bff1c39b59
commit
dc590f32ae
@ -6,6 +6,9 @@
|
|||||||
Contents: Web server program for Electronic Logbook ELOG
|
Contents: Web server program for Electronic Logbook ELOG
|
||||||
|
|
||||||
$Log$
|
$Log$
|
||||||
|
Revision 1.603 2005/03/29 07:52:06 ritt
|
||||||
|
Renamed it to 'expand selection page'
|
||||||
|
|
||||||
Revision 1.602 2005/03/29 07:50:15 ritt
|
Revision 1.602 2005/03/29 07:50:15 ritt
|
||||||
Implemented 'expand selection', defaulting to one
|
Implemented 'expand selection', defaulting to one
|
||||||
|
|
||||||
@ -19095,7 +19098,7 @@ void show_logbook_node(LBLIST plb, LBLIST pparent, int level, int btop)
|
|||||||
expand = 1;
|
expand = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (!getcfg(plb->name, "Expand selection", str, sizeof(str)) || atoi(str) == 1)
|
if (!getcfg(plb->name, "Expand selection page", str, sizeof(str)) || atoi(str) == 1)
|
||||||
expand_all = 1;
|
expand_all = 1;
|
||||||
else
|
else
|
||||||
expand_all = 0;
|
expand_all = 0;
|
||||||
@ -19354,7 +19357,7 @@ void show_selection_page()
|
|||||||
if (phier->member[i]->n_members == 0)
|
if (phier->member[i]->n_members == 0)
|
||||||
show_title = 1;
|
show_title = 1;
|
||||||
|
|
||||||
if (!getcfg("global", "Expand selection", str, sizeof(str)) || atoi(str) == 1)
|
if (!getcfg("global", "Expand selection page", str, sizeof(str)) || atoi(str) == 1)
|
||||||
expand_all = 1;
|
expand_all = 1;
|
||||||
else
|
else
|
||||||
expand_all = 0;
|
expand_all = 0;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user