Re: [SM-USERS] Changing the UI views in current dev SM

2008-11-13 Thread Alan in Toronto
On Thu, November 13, 2008 3:58 pm, Paul Lesniewski wrote: > On Thu, Nov 13, 2008 at 7:31 AM, Alan in Toronto > <[EMAIL PROTECTED]> wrote: >> It's absolutely possible, and could be adjusted easily by users, if we could >> encourage those developers who write core and plugins code to use better >>

Re: [SM-USERS] How to disable "Show all messages" option

2008-11-13 Thread Tomasz
> Tomasz-13 wrote: >> >> Hello, >> >> Is there a way to disable "Show all" option? >> > functions/mailbox_display.php > get_paginator_str() function > find lines with > > /* If necessary, compute the 'show all' string. */ > if (($prv_str != '') || ($nxt_str != '')) { > > and add $

Re: [SM-USERS] Changing the UI views in current dev SM

2008-11-13 Thread Paul Lesniewski
On Thu, Nov 13, 2008 at 7:31 AM, Alan in Toronto <[EMAIL PROTECTED]> wrote: > On Wed, November 12, 2008 8:31 pm, Scott Haneda wrote: >> Currently I would like to improve on the issue in this image: >> http://www.newgeo.com/web/misc/172910-sm.png >> There is plenty of room to show more of the name,

Re: [SM-USERS] How to disable "Show all messages" option

2008-11-13 Thread Tomas Kuliavas
Tomasz-13 wrote: > > Hello, > > Is there a way to disable "Show all" option? > functions/mailbox_display.php get_paginator_str() function find lines with /* If necessary, compute the 'show all' string. */ if (($prv_str != '') || ($nxt_str != '')) { and add $num_msgs variable test

Re: [SM-USERS] Changing the UI views in current dev SM

2008-11-13 Thread Alan in Toronto
On Wed, November 12, 2008 8:31 pm, Scott Haneda wrote: > Currently I would like to improve on the issue in this image: > http://www.newgeo.com/web/misc/172910-sm.png > There is plenty of room to show more of the name, how can I accomplish > this? > > As seen in this image, there is a grey area to t