Summary | Highlight search item |
Queue | Sesha |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | ralf.lang (at) ralf-lang (dot) de |
Requester | jan (at) horde (dot) org |
Created | 11/06/2012 (4624 days ago) |
Due | |
Updated | 11/28/2012 (4602 days ago) |
Assigned | |
Resolved | 11/28/2012 (4602 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | 1 |
Patch | No |
commit 9af8f495eb0013aa1ae6557446bc58bbd1c7982f
Author: Ralf Lang <lang@b1-systems.de>
Date: Wed Nov 28 21:27:48 2012 +0200
[#11656] Highlight sidebar search button when displaying search
results. Indicate it's a search listing and provide a link back to
full list
sesha/docs/CHANGES | 1 +
sesha/lib/Application.php | 13 +++++++++++--
sesha/lib/View/List.php | 11 ++++++-----
sesha/list.php | 6 ++++--
sesha/package.xml | 2 ++
sesha/templates/view/list.php | 2 +-
6 files changed, 25 insertions(+), 10 deletions(-)
http://git.horde.org/horde-git/-/commit/9af8f495eb0013aa1ae6557446bc58bbd1c7982f
be highlighted. There is no indication that you are seeing a
filtered list. Some reset button might be good too, like in the
filtered view of IMP.
Horde::sidebar and finally the application's menu method but how can I
access/modify that from a client page's PageOutput object?
We're in traditional mode so I guess playing around with JavaScript
modifying the class is not an option?
Priority ⇒ 1. Low
Patch ⇒ No
Milestone ⇒ 1
Assigned to Ralf Lang
Queue ⇒ Sesha
Summary ⇒ Highlight search item
Type ⇒ Bug
State ⇒ Assigned
be highlighted. There is no indication that you are seeing a filtered
list. Some reset button might be good too, like in the filtered view
of IMP.