<?xml version="1.0" encoding="UTF-8"?> 
<?xml-stylesheet href="https://dev.horde.org/themes/horde//default/feed-rss.xsl" type="text/xsl"?> 
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"> 
 <channel> 
  <title>disappearing bottom navbar</title> 
  <pubDate>Fri, 10 Apr 2026 09:35:38 +0000</pubDate> 
  <link>https://bugs.horde.org/ticket/7747</link> 
  <atom:link rel="self" type="application/rss+xml" title="disappearing bottom navbar" href="https://bugs.horde.org/ticket/7747/rss" /> 
  <description>disappearing bottom navbar</description> 
 
   
   
  <item> 
   <title>The navbar at the bottom of the mailbox listing is supposed </title> 
   <description>The navbar at the bottom of the mailbox listing is supposed to display if there are more than 20 messages on the page.  But the code tests the number of messages in the mailbox, not the number on the current page.</description> 
   <pubDate>Tue, 02 Dec 2008 17:52:13 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7747#t51031</link> 
  </item> 
   
  <item> 
   <title># diff -c mailbox.php.orig mailbox.php

*** mailbox.php.orig</title> 
   <description># 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-&gt;fetch(IMP_TEMPLATES . &#039;/mailbox/message_footers.html&#039;);



  /* If there are 20 messages or less, don&#039;t show the actions/navbar again. */

! if ($pageOb-&gt;msgcount &gt; 20) {

      $a_template-&gt;set(&#039;isbottom&#039;, true);

      echo $a_template-&gt;fetch(IMP_TEMPLATES . &#039;/mailbox/actions.html&#039;);

      if ($n_template-&gt;get(&#039;use_folders&#039;)) {

--- 885,891 ----

  echo $mf_template-&gt;fetch(IMP_TEMPLATES . &#039;/mailbox/message_footers.html&#039;);



  /* If there are 20 messages or less, don&#039;t show the actions/navbar again. */

!  if ($pageOb-&gt;end - $pageOb-&gt;begin &gt; 20) {

      $a_template-&gt;set(&#039;isbottom&#039;, true);

      echo $a_template-&gt;fetch(IMP_TEMPLATES . &#039;/mailbox/actions.html&#039;);

      if ($n_template-&gt;get(&#039;use_folders&#039;)) {

</description> 
   <pubDate>Tue, 02 Dec 2008 17:53:04 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7747#t51032</link> 
  </item> 
   
  <item> 
   <title>Duplicate of Ticket #7442.</title> 
   <description>Duplicate of Ticket #7442.</description> 
   <pubDate>Tue, 02 Dec 2008 18:19:34 +0000</pubDate> 
   <link>https://bugs.horde.org/ticket/7747#t51033</link> 
  </item> 
   
   
 
 </channel> 
</rss> 
