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 |
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.
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...
Summary ⇒ refresh-button for sidebar
State ⇒ Rejected
State ⇒ New
Priority ⇒ 1. Low
Type ⇒ Enhancement
Summary ⇒ refresh-button for sidepar
Queue ⇒ Horde Base
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?