[Tickets #7747] Re: disappearing bottom navbar

bugs at horde.org bugs at horde.org
Tue Dec 2 17:53:04 UTC 2008


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/7747
------------------------------------------------------------------------------
  Ticket             | 7747
  Updated By         | earl.fogel at usask.ca
  Summary            | disappearing bottom navbar
  Queue              | IMP
  Version            | 4.3
  Type               | Bug
  State              | Unconfirmed
  Priority           | 1. Low
  Milestone          |
  Patch              | 1
  Owners             |
------------------------------------------------------------------------------


earl.fogel at usask.ca (2008-12-02 12:53) wrote:

# diff -c mailbox.php.orig mailbox.php
*** mailbox.php.orig    2008-09-22 11:28:35.000000000 -0600
--- mailbox.php 2008-12-02 11:52:02.000000000 -0600
***************
*** 885,891 ****
   echo $mf_template->fetch(IMP_TEMPLATES . '/mailbox/message_footers.html');

   /* If there are 20 messages or less, don't show the actions/navbar again. */
! if ($pageOb->msgcount > 20) {
       $a_template->set('isbottom', true);
       echo $a_template->fetch(IMP_TEMPLATES . '/mailbox/actions.html');
       if ($n_template->get('use_folders')) {
--- 885,891 ----
   echo $mf_template->fetch(IMP_TEMPLATES . '/mailbox/message_footers.html');

   /* If there are 20 messages or less, don't show the actions/navbar again. */
!  if ($pageOb->end - $pageOb->begin > 20) {
       $a_template->set('isbottom', true);
       echo $a_template->fetch(IMP_TEMPLATES . '/mailbox/actions.html');
       if ($n_template->get('use_folders')) {






More information about the bugs mailing list