diff --git a/elogd.c b/elogd.c index bd34e4d3..0c841f79 100755 --- a/elogd.c +++ b/elogd.c @@ -6,6 +6,9 @@ Contents: Web server program for Electronic Logbook ELOG $Log$ + Revision 2.106 2002/11/28 16:28:59 midas + Fixed bug with config and German + Revision 2.105 2002/11/28 08:20:32 midas Fixed bug with missing attributes in search all logbooks @@ -5609,7 +5612,7 @@ int i; rsprintf("
\n", gt("Menu1 BGColor"));
-
- rsprintf("");
+ rsprintf("| \n", gt("Menu1 BGColor"));
+ rsprintf("");
rsprintf("%s \n", loc("Goto page"));
+ }
if (page_n > 1)
{
@@ -6654,7 +6659,10 @@ char ref[256];
rsprintf("%s\n", ref, loc("All"));
}
- rsprintf(" | \n", gt("Menu1 BGColor"));
+ if (n_msg > n_page)
+ rsprintf(" | \n");
+
+ rsprintf("\n", gt("Menu1 BGColor"));
if (top)
{
| |