First wanted to say, this is the most amazingly supported software 
package I've ever seen, live-response-direct-from-the-developers-wise.
I don't know how you guys are finding time to do any developing with
all the questions you answer, all so fast.

Second, I would humbly suggest a minor change: I've moved the "Toggle
All" (and Select Range, with that plugin) links down to the bar that
has the move/forward/flag/etc. buttons in it, where it makes much more
visual sense (the toggle button is next to the actions performed on the
toggled messages), and which also cleans up the paginator bar nicely.  
The diff against 1.4.1's mailbox_display.php follows here, if you want it.
If this suggestion should have gone somewhere else, like the developers
list, then I beg your pardon.

Thanks!
      adam

# diff mailbox_display-orig.php mailbox_display.php
696a697,700
>     /* Last but not least, get the value for the toggle all link. */
>     $tgl_str = '';
>     $tgl_str = get_selectall_link($start_msg, $sort);
>
704c708,709
<               getSmallStringCell(_("Move Selected To"), 'left', 'nowrap') .
---
>               "<td>&nbsp;</td>" .
>               getSmallStringCell(_("Move Selected To"), 'left', 'nowrap', 
> 'width=50%') .
708c713,715
<             . html_tag( 'td', '', 'left', '', 'valign="middle" nowrap' );
---
>             . '<td width=30%>' . $tgl_str . '</td>'
>
>             . html_tag( 'td', '', 'left', '', 'valign="middle" nowrap width=50%' );
989d995
<     $tgl_str = '';
1154,1156d1159
<     /* Last but not least, get the value for the toggle all link. */
<     $tgl_str = get_selectall_link($start_msg, $sort);
<
1167d1169
<     $result .= ($result  != '' ? $sep . $spc . $tgl_str: $tgl_str);



-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps
--
squirrelmail-users mailing list
List Address: [EMAIL PROTECTED]
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