mirror of
https://gitea.psi.ch/ELOG/elog.git
synced 2026-09-08 17:13:56 +00:00
For printable output, display all pages
SVN revision: 542
This commit is contained in:
parent
5d7e2ccc2d
commit
9bb43e2ead
@ -4,6 +4,7 @@ Version 2.3.8, released June xxth, 2003
|
||||
- remove message lock on "back" button
|
||||
- On config user page, don't go back to logbook page after changing a user as admin
|
||||
- Check for .gif & co files in resource directory, then in themes directory
|
||||
- for printable search result output, display all pages
|
||||
|
||||
Version 2.3.7, released May 15th, 2003
|
||||
======================================
|
||||
|
||||
@ -6,6 +6,9 @@
|
||||
Contents: Web server program for Electronic Logbook ELOG
|
||||
|
||||
$Log$
|
||||
Revision 1.112 2003/05/22 22:07:52 midas
|
||||
For printable output, display all pages
|
||||
|
||||
Revision 1.111 2003/05/20 00:11:51 midas
|
||||
Check for .jpg & co files in resource dir, then in themes dir
|
||||
|
||||
@ -8441,6 +8444,10 @@ LOGBOOK *lbs_cur;
|
||||
|
||||
printable = atoi(getparam("Printable"));
|
||||
|
||||
/* in printable mode, display all pages */
|
||||
if (printable)
|
||||
page_n = -1;
|
||||
|
||||
if (*getparam("Reverse"))
|
||||
reverse = atoi(getparam("Reverse"));
|
||||
else
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user