Usefull client I use for my private mail :

Comments abount the delete button at the bottom of the list page...
Solution:-
Function re-written from mailbox_display.php


function mail_message_listing_end($num_msgs, $paginator_str, $msg_cnt_str,
$color) {
  if ($num_msgs) {
    /* space between list and footer */
    echo '<tr><td HEIGHT="5" BGCOLOR="'.$color[4].'" COLSPAN="1">';

    echo '</td></tr><tr><td>';
    echo html_tag( 'table',
            html_tag( 'tr',
                html_tag( 'td',
                    html_tag( 'table',
                        html_tag( 'tr',
                            html_tag( 'td','&nbsp;' ) .
                            html_tag( 'td',
    getButton('SUBMIT', 'markRead',_("Read")).
    getButton('SUBMIT', 'markUnread',_("Unread")).
    getButton('SUBMIT', 'delete',_("Delete")) ."&nbsp;\n",
                                                                                
        'right' )
                                                        ).
                        html_tag( 'tr',
                            html_tag( 'td', $paginator_str ) .
                            html_tag( 'td', $msg_cnt_str, 'right' )
                                )
                    , '', $color[4], 'width="100%" border="0"
cellpadding="1" cellspacing="0"' )
                        )
                    )
        , '', $color[9], 'width="100%" border="0" cellpadding="1"
cellspacing="0"' );
    echo '</td></tr>';
  }
    /* End of message-list table */

    do_hook('mailbox_index_after');
    echo "</FORM>\n";
}

best regards
paul aveyard







-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: [email protected]
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to