From: Art Cancro Date: Wed, 13 Jul 2005 16:55:59 +0000 (+0000) Subject: * Use the new icons in more places. X-Git-Tag: v7.86~4794 X-Git-Url: https://code.citadel.org/?p=citadel.git;a=commitdiff_plain;h=5929a78522dca78fab3093baee148f5d6680595a * Use the new icons in more places. --- diff --git a/webcit/ChangeLog b/webcit/ChangeLog index 1810e6236..01ffb0638 100644 --- a/webcit/ChangeLog +++ b/webcit/ChangeLog @@ -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 1998-12-03 Nathan Bryant * webserver.c: warning fix - diff --git a/webcit/calendar.c b/webcit/calendar.c index 24ccd3136..a697ecc26 100644 --- a/webcit/calendar.c +++ b/webcit/calendar.c @@ -510,8 +510,9 @@ void display_edit_individual_task(icalcomponent *supplied_vtodo, long msgnum) { output_headers(1, 1, 2, 0, 0, 0, 0); wprintf("
\n" - "
" - "Edit task" + "" + "" + "
Edit task" "
\n" "\n
\n" ); diff --git a/webcit/calendar_view.c b/webcit/calendar_view.c index 4059bc9a9..5bfe3497d 100644 --- a/webcit/calendar_view.c +++ b/webcit/calendar_view.c @@ -651,6 +651,8 @@ void do_tasks_view(void) { WC->disp_cal[i].cal_msgnum ); urlescputs(WC->wc_roomname); wprintf("\">"); + wprintf(" "); if (p != NULL) { escputs((char *)icalproperty_get_comment(p)); } diff --git a/webcit/userlist.c b/webcit/userlist.c index 176a175eb..e8876e2b3 100644 --- a/webcit/userlist.c +++ b/webcit/userlist.c @@ -129,8 +129,9 @@ void showuser(void) output_headers(1, 1, 2, 0, 0, 0, 0); wprintf("
\n" - ""); @@ -169,7 +169,7 @@ void whobbs(void) wprintf("
" - "User profile" + "" + "" + "
User profile" "
\n" "\n
\n" ); @@ -163,8 +164,8 @@ void showuser(void) wprintf("
" - "" - "  " + "  " "Click here to send an instant message to "); escputs(who); wprintf("\n"); diff --git a/webcit/who.c b/webcit/who.c index ec6e19e86..f506e2d6b 100644 --- a/webcit/who.c +++ b/webcit/who.c @@ -115,8 +115,8 @@ void whobbs(void) wprintf("
" - " "); wprintf("
\n" "
" "Click on a name to read user info. Click on " - "\"(p)\" to send an instant message to that user.
\n"); wDumpContent(1); }