* Use the new icons in more places.
authorArt Cancro <ajc@citadel.org>
Wed, 13 Jul 2005 16:55:59 +0000 (16:55 +0000)
committerArt Cancro <ajc@citadel.org>
Wed, 13 Jul 2005 16:55:59 +0000 (16:55 +0000)
webcit/ChangeLog
webcit/calendar.c
webcit/calendar_view.c
webcit/userlist.c
webcit/who.c

index 1810e623607285183a494960d8825d5e357ef8cb..01ffb06380fb41824b6ed5a29f725e1157ec9103 100644 (file)
@@ -1,4 +1,7 @@
 $Log$
+Revision 619.22  2005/07/13 16:55:59  ajc
+* Use the new icons in more places.
+
 Revision 619.21  2005/07/13 01:59:20  ajc
 * Installed the final batch of new icons
 
@@ -2692,4 +2695,3 @@ 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 24ccd313618c89e6659609be933403c7b9bd2733..a697ecc26302dd84a2274338188686e619c81c5c 100644 (file)
@@ -510,8 +510,9 @@ void display_edit_individual_task(icalcomponent *supplied_vtodo, long msgnum) {
 
        output_headers(1, 1, 2, 0, 0, 0, 0);
        wprintf("<div id=\"banner\">\n"
-               "<TABLE WIDTH=100%% BORDER=0 BGCOLOR=\"#444455\"><TR><TD>"
-               "<SPAN CLASS=\"titlebar\">Edit task</SPAN>"
+               "<TABLE WIDTH=100%% BORDER=0 BGCOLOR=\"#444455\"><TR>"
+               "<TD><IMG SRC=\"/static/taskmanag_48x.gif\"></TD>"
+               "<td><SPAN CLASS=\"titlebar\">Edit task</SPAN>"
                "</TD></TR></TABLE>\n"
                "</div>\n<div id=\"content\">\n"
        );
index 4059bc9a9f690eb9c85205234931d14800c3c7e0..5bfe3497d45faefa9ae8bdae9c0acd17f3065939 100644 (file)
@@ -651,6 +651,8 @@ void do_tasks_view(void) {
                        WC->disp_cal[i].cal_msgnum );
                urlescputs(WC->wc_roomname);
                wprintf("\">");
+               wprintf("<IMG ALIGN=MIDDLE "
+                       "SRC=\"/static/taskmanag_16x.gif\" BORDER=0>&nbsp;");
                if (p != NULL) {
                        escputs((char *)icalproperty_get_comment(p));
                }
index 176a175ebf5175d86f5aa4c540cd0277d0a8c7c6..e8876e2b396100e4d46bba3a7de9bacdf69ec9a2 100644 (file)
@@ -129,8 +129,9 @@ void showuser(void)
 
        output_headers(1, 1, 2, 0, 0, 0, 0);
        wprintf("<div id=\"banner\">\n"
-               "<TABLE WIDTH=100%% BORDER=0 BGCOLOR=\"#444455\"><TR><TD>"
-               "<SPAN CLASS=\"titlebar\">User profile</SPAN>"
+               "<TABLE WIDTH=100%% BORDER=0 BGCOLOR=\"#444455\"><TR>"
+               "<TD><IMG SRC=\"/static/usermanag_48x.gif\"></TD>"
+               "<td align=left><SPAN CLASS=\"titlebar\">User profile</SPAN>"
                "</TD></TR></TABLE>\n"
                "</div>\n<div id=\"content\">\n"
        );
@@ -163,8 +164,8 @@ void showuser(void)
        wprintf("<br /><A HREF=\"/display_page?recp=");
        urlescputs(who);
        wprintf("\">"
-               "<IMG SRC=\"/static/page.gif\" ALIGN=MIDDLE BORDER=0>"
-               "&nbsp;&nbsp;"
+               "<IMG SRC=\"/static/citadelchat_24x.gif\" "
+               "ALIGN=MIDDLE BORDER=0>&nbsp;&nbsp;"
                "Click here to send an instant message to ");
        escputs(who);
        wprintf("</A>\n");
index ec6e19e86f58bca50eb62585fe2f6f9c975e1489..f506e2d6b60073bc35eceda3446564fac6b28e42 100644 (file)
@@ -115,8 +115,8 @@ void whobbs(void)
                        wprintf("<TD><A HREF=\"/display_page?recp=");
                        urlescputs(user);
                        wprintf("\">"
-                               "<IMG ALIGN=MIDDLE WIDTH=20 HEIGHT=15 "
-                               "SRC=\"/static/page.gif\" "
+                               "<IMG ALIGN=MIDDLE "
+                               "SRC=\"/static/citadelchat_24x.gif\" "
                                "ALT=\"(p)\""
                                " BORDER=0></A>&nbsp;");
                        wprintf("</TD>");
@@ -169,7 +169,7 @@ void whobbs(void)
        wprintf("</TABLE></div>\n"
                "<div align=center>"
                "Click on a name to read user info.  Click on "
-               "<IMG ALIGN=MIDDLE SRC=\"/static/page.gif\" ALT=\"(p)\" "
+               "<IMG ALIGN=MIDDLE SRC=\"/static/citadelchat_16x.gif\" ALT=\"(p)\" "
                "BORDER=0> to send an instant message to that user.</div>\n");
        wDumpContent(1);
 }