From: Art Cancro Date: Sat, 5 Nov 2005 05:51:39 +0000 (+0000) Subject: * The checkboxes are gone! Implemented ajax delete of selected messages, X-Git-Tag: v7.86~4480 X-Git-Url: https://code.citadel.org/?a=commitdiff_plain;h=b1e634d43ecccb9180205293be823d8f1b690ee3;p=citadel.git * The checkboxes are gone! Implemented ajax delete of selected messages, via either the Delete button or the Delete key. --- diff --git a/webcit/ChangeLog b/webcit/ChangeLog index 613890bd7..76de0260b 100644 --- a/webcit/ChangeLog +++ b/webcit/ChangeLog @@ -1,5 +1,9 @@ $Id$ +Sat Nov 5 00:50:25 EST 2005 ajc +* The checkboxes are gone! Implemented ajax delete of selected messages, + via either the Delete button or the Delete key. + Fri Nov 4 23:47:23 EST 2005 ajc * Multi select using ctrl now handles the condition of a message already being selected and the user doing ctrl-click to deselect it. diff --git a/webcit/messages.c b/webcit/messages.c index 270c34cf2..2988b7539 100644 --- a/webcit/messages.c +++ b/webcit/messages.c @@ -1354,11 +1354,6 @@ void display_summarized(int num) { escputs(datebuf); wprintf(""); - wprintf("", - WC->summ[num].msgnum - ); - wprintf(""); - wprintf("\n"); } @@ -2007,21 +2002,31 @@ void readloop(char *oper) } if (is_summary) { - wprintf(""); /* end of 'content' div */ + wprintf("\n"); /* end of 'content' div */ + + wprintf("\n" + ); + /* note that Date and Delete are now in the same column */ wprintf("
" "
\n" - "
\n" - "" "" "" "" - "" - "" + "" "\n" , _("Subject"), subjsort_button, @@ -2084,23 +2089,11 @@ void readloop(char *oper) } if (is_summary) { - wprintf("
%s %s%s %s%s %s%s %s" + " " + "" + "
" + wprintf("" "
\n"); /* end of 'fix_scrollbar_bug' div */ wprintf("
"); /* end of 'message_list' div */ wprintf("
"); /* The preview pane will initially be empty */ - - /* Now register each message (whose element ID is "m9999", - * where "9999" is the message number) as draggable. - * (NOTE: uses script.aculo.us draggables, which will probably not be - * adequate for this purpose.) - wprintf("\n"); - */ } /* Bump these because although we're thinking in zero base, the user @@ -2117,9 +2110,6 @@ void readloop(char *oper) if ((!is_tasks) && (!is_calendar) && (!is_addressbook) && (!is_notes) && (!is_singlecard) && (!is_summary)) { - wprintf("
\n"); - wprintf(_("Reading #"), lowest_displayed, highest_displayed); wprintf("