diff --git a/src/elogd.c b/src/elogd.c index aa4ce6b7..01c20777 100755 --- a/src/elogd.c +++ b/src/elogd.c @@ -6,6 +6,9 @@ Contents: Web server program for Electronic Logbook ELOG $Log$ + Revision 1.127 2003/07/04 16:06:50 midas + Removed width from attrname cells (should be in CSS now) + Revision 1.126 2003/07/04 15:28:29 midas Implemented attribute formats @@ -10950,7 +10953,7 @@ BOOL first; rsprintf("%s\n", str); } - rsprintf("\n"); + rsprintf("\n"); for (i=0 ; in_attr ; i++) rsprintf("\n", attr_list[i], attrib[i]); @@ -11057,7 +11060,7 @@ BOOL first; rsprintf(""); sprintf(lattr, "l%s", attr_list[i]); - rsprintf("
", class_name); + rsprintf("", class_name); if (getcfg(lbs->name, "Filtered browsing", str) && atoi(str) == 1) @@ -11127,7 +11130,7 @@ BOOL first; rsprintf("
\n"); } - rsputs("\n"); + rsputs("\n"); /*---- message text ----*/ diff --git a/themes/default/default.css b/themes/default/default.css index 2401dbe2..84197b8e 100755 --- a/themes/default/default.css +++ b/themes/default/default.css @@ -239,6 +239,7 @@ td { border-top:1px solid white; border-left:1px solid white; padding:3px; + width:100px; } .attribvalue {