From f6ad81f22b2b0b7da723a39fb7a70af68741337d Mon Sep 17 00:00:00 2001 From: Stefan Ritt Date: Thu, 12 Dec 2002 13:25:59 +0000 Subject: [PATCH] Make active logbook tab also a link SVN revision: 307 --- elogd.c | 29 +++++++++++++---------------- 1 file changed, 13 insertions(+), 16 deletions(-) diff --git a/elogd.c b/elogd.c index 361b7154..477f8469 100755 --- a/elogd.c +++ b/elogd.c @@ -6,6 +6,9 @@ Contents: Web server program for Electronic Logbook ELOG $Log$ + Revision 2.114 2002/12/12 13:25:59 midas + Make active logbook tab also a link + Revision 2.113 2002/12/12 12:42:37 midas Added 'quick filter' option @@ -3781,28 +3784,22 @@ int i, j; { rsprintf(" ", gt("Title fontcolor"), gt("Title BGColor")); - - for (j=0 ; j<(int)strlen(str) ; j++) - if (str[j] == ' ') - rsprintf(" "); - else - rsprintf("%c", str[j]); - - rsprintf("  \n"); + rsprintf("", gt("Title fontcolor"), ref); } else { rsprintf(" "); rsprintf("", ref); - - for (j=0 ; j<(int)strlen(str) ; j++) - if (str[j] == ' ') - rsprintf(" "); - else - rsprintf("%c", str[j]); - - rsprintf("  \n"); } + + + for (j=0 ; j<(int)strlen(str) ; j++) + if (str[j] == ' ') + rsprintf(" "); + else + rsprintf("%c", str[j]); + + rsprintf("  \n"); } rsprintf("\n\n");