* iconbar no longer uses the beginbox/endbox semantics, but instead lives
authorArt Cancro <ajc@citadel.org>
Fri, 28 Jan 2005 05:25:43 +0000 (05:25 +0000)
committerArt Cancro <ajc@citadel.org>
Fri, 28 Jan 2005 05:25:43 +0000 (05:25 +0000)
  directly inside the iconbar div.

webcit/ChangeLog
webcit/iconbar.c
webcit/static/head.html

index 45e71a3c84146e38a8b048504737054bdd752f6d..7d5b649ceb4fe428ae3f9c846a7ad0902a12411d 100644 (file)
@@ -1,4 +1,8 @@
 $Log$
+Revision 528.25  2005/01/28 05:25:43  ajc
+* iconbar no longer uses the beginbox/endbox semantics, but instead lives
+  directly inside the iconbar div.
+
 Revision 528.24  2005/01/28 05:13:02  ajc
 * GroupDAV object URL's are now based on the EUID of a message (which is
   derived from the UID of the groupware object itself) instead of the
@@ -2247,3 +2251,4 @@ Sun Dec  6 19:50:55 EST 1998 Art Cancro <ajc@uncnsrd.mt-kisco.ny.us>
 
 1998-12-03 Nathan Bryant <bryant@cs.usm.maine.edu>
        * webserver.c: warning fix
+
index 6f14bd35ec1e73da370868ddfffce302bf606fb4..3b02defd11d77947003fa0300376dfe3bd6364ac 100644 (file)
@@ -78,8 +78,6 @@ void do_iconbar(void) {
                if (!strcasecmp(key, "ib_citadel")) ib_citadel = atoi(value);
        }
 
-       do_template("beginbox_nt");
-
        wprintf("<center>\n");
 
        if (ib_logo) if (ib_displayas != IB_TEXTONLY) wprintf(
@@ -285,7 +283,6 @@ void do_iconbar(void) {
        );
 
        wprintf("</CENTER>\n");
-       do_template("endbox");
 }
 
 
index bad4cadc944e42db738318f2681b2ac1aab1124e..83436cf4fbef0c3315648629249169c4398bf30b 100644 (file)
@@ -34,7 +34,7 @@ body {
        left:0px;
        width: 10%;
        height:100%;
-       background:transparent;
+       background: #ffffff;
 }
 
 * html #iconbar {
@@ -44,7 +44,7 @@ body {
        left:0px;
        width: 10%;
        height:100%;
-       background:transparent;
+       background: #ffffff;
 }
 
 #banner {