6.0.0-beta6
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
4/10/26
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#7747] disappearing bottom navbar
*
Your Email Address
*
Spam protection
Enter the letters below:
.__ .. . __..___ [ __ |\ /(__ [__ [_./\__| \/ .__)|
Comment
> # 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')) { > >
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers