From c47bf7a41dceb3ed05572f8d6a2b2370bf20e93b Mon Sep 17 00:00:00 2001 From: Adam Dickmeiss Date: Fri, 5 Jan 1996 16:35:01 +0000 Subject: [PATCH] Minor changes. --- www/search.egw | 14 +++++++++++--- www/wproto.c | 6 +++++- 2 files changed, 16 insertions(+), 4 deletions(-) diff --git a/www/search.egw b/www/search.egw index edf0793..0920e0a 100644 --- a/www/search.egw +++ b/www/search.egw @@ -1,6 +1,6 @@ { -# $Id: search.egw,v 1.23 1996/01/03 15:19:41 adam Exp $ +# $Id: search.egw,v 1.24 1996/01/05 16:35:01 adam Exp $ proc start-scan {scanNo cache dir} { global sessionId @@ -238,7 +238,11 @@ proc buttons {setNo setMax startPos after} { } set r [z39.$setNo resultCount] set setOffset [z39.$setNo numberOfRecordsReturned] - html {

Records 1-} $setOffset " out of $r

\n" + if {$setOffset > 0} { + html {

Records 1-} $setOffset " out of $r

\n" + } else { + html "

No hits

\n" + } wflush html "