6.0.0-beta1
7/22/25

[#1497] refresh-button for sidebar
Summary refresh-button for sidebar
Queue Horde Base
Queue Version 3.0.3
Type Enhancement
State Rejected
Priority 1. Low
Owners
Requester horde (at) micbits (dot) de
Created 03/06/2005 (7443 days ago)
Due
Updated 03/06/2005 (7443 days ago)
Assigned
Resolved 03/06/2005 (7443 days ago)
Milestone
Patch No

History
03/06/2005 07:17:32 PM horde (at) micbits (dot) de Comment #5 Reply to this comment
ok, i didn't know about the previous discussions around this feature..
03/06/2005 06:46:25 PM Jan Schneider Comment #4 Reply to this comment
Such a button has been removed already twice from the code. We won't 
add it a third time. Instead we need support for refreshing the 
sidebar on demand, see the mailing list archive and/or this ticket 
system for discussions about this topic.
03/06/2005 06:43:09 PM horde (at) micbits (dot) de Comment #3 Reply to this comment
you're right.

but i think, a high frequent refresh-rate is often not necessary. in 
this case, an additional possibility to manually refresh the sidebar 
makes sense.

but the following code should be better than my first post:



<span style="float:left">

   <?php echo Horde::link('#', 'Refresh Sidebar', '', '', 'update(); 
return false;', 'Refresh Sidebar') . Horde::img('reload.png') . '</a>' 
?>

</span>



only multi-language-support is still missing...
03/06/2005 05:31:45 PM Jan Schneider Comment #2
Summary ⇒ refresh-button for sidebar
State ⇒ Rejected
Reply to this comment
You can set the refresh interval in your options to a lower value.
03/06/2005 05:23:22 PM horde (at) micbits (dot) de Comment #1
State ⇒ New
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ refresh-button for sidepar
Queue ⇒ Horde Base
Reply to this comment
i think, it would be nice to have a refresh-button in the sidebar to 
manually reload the sidebar, when the content has changed (e.g. the 
mailbox-structure) but the refresh-interval is very long.

i added the following code to ~/templates/portal/sidebar.inc

(in line 5, after the toggle-menu-link)



<span style="float:left">

   <?php echo Horde::link('#', 'Refresh Sidebar', '', '', 
'location.reload(); return false;', 'Refresh Sidebar') . 
Horde::img('reload.png') . '</a>' ?>

</span>



perhaps, you want integrate this in the next release?


Saved Queries