Bugzilla – Attachment 35970 Details for
Bug 13707
Adding a new column datereceived for items and biblioitems
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
KD-245 - Bug 13707 - 5. Prepared searches. NOT FOR MASTER
KD-245---Bug-13707---5-Prepared-searches-NOT-FOR-M.patch (text/plain), 3.03 KB, created by
Olli-Antti Kivilahti
on 2015-02-17 14:43:23 UTC
(
hide
)
Description:
KD-245 - Bug 13707 - 5. Prepared searches. NOT FOR MASTER
Filename:
MIME Type:
Creator:
Olli-Antti Kivilahti
Created:
2015-02-17 14:43:23 UTC
Size:
3.03 KB
patch
obsolete
>From 3ddf044d260dab7d4665d8172fc8615ce171ed7b Mon Sep 17 00:00:00 2001 >From: Olli-Antti Kivilahti <olli-antti.kivilahti@jns.fi> >Date: Tue, 17 Feb 2015 16:18:38 +0200 >Subject: [PATCH] KD-245 - Bug 13707 - 5. Prepared searches. NOT FOR MASTER > >An example on how to utilize this new search index. >--- > .../opac-tmpl/bootstrap/en/includes/masthead.inc | 12 ++++++++++++ > 1 file changed, 12 insertions(+) > >diff --git a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >index 904c232..720b89b 100644 >--- a/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >+++ b/koha-tmpl/opac-tmpl/bootstrap/en/includes/masthead.inc >@@ -65,6 +65,18 @@ > </ul> <!-- / .dropdown-menu --> > </li> <!-- / .dropdown --> > [% END # / IF virtualshelves %] >+ <li class="dropdown"> <!-- Prepared searches --> >+ <a href="#" class="dropdown-toggle" id="preparedSearches" data-toggle="dropdown" role="button"><i class="icon-search icon-white"></i> <span class="listslabel">Searches</span> <b class="caret"></b></a> >+ <ul aria-labelledby="preparedSearches" role="menu" class="dropdown-menu"> >+ <li role="presentation"><a href="#" tabindex="-1" class="menu-inactive" role="menuitem"><strong>Just received:</strong></a></li> >+ <li class="divider" role="presentation"></li> >+ <li role="presentation"><a href="/cgi-bin/koha/opac-search.pl?q=ccl%3Ditype%3DKI+and+notforloan%3D0&sort_by=datereceived_dsc" tabindex="-1" role="menuitem">Books</a></li> >+ <li role="presentation"><a href="/cgi-bin/koha/opac-search.pl?q=ccl%3Ditype%3DKA+or+itype%3DCD+or+itype%3DMP+or+itype%3DNU+or+itype%3DLE+and+notforloan%3D0&sort_by=datereceived_dsc" tabindex="-1" role="menuitem">Music</a></li> >+ <li role="presentation"><a href="/cgi-bin/koha/opac-search.pl?q=ccl%3Ditype%3DKP+and+notforloan%3D0&sort_by=datereceived_dsc" tabindex="-1" role="menuitem">Console games</a></li> >+ <li role="presentation"><a href="/cgi-bin/koha/opac-search.pl?q=ccl%3Ditype%3DBR+or+itype%3DDV+or+itype%3DVI+and+notforloan%3D0&sort_by=datereceived_dsc" tabindex="-1" role="menuitem">Videos</a></li> >+ <li role="presentation"><a href="/cgi-bin/koha/opac-search.pl?q=ccl%3Dlocation%3DKUV+or+location%3DLAP+or+location%3DNUO+or+location%3DNUA+and+notforloan%3D0&sort_by=datereceived_dsc" tabindex="-1" role="menuitem">Childrens material</a></li> >+ </ul> <!-- / .dropdown-menu --> >+ </li> <!-- / prepared searches .dropdown --> > </ul> <!-- / .nav --> > [% IF Koha.Preference( 'virtualshelves' ) == 1 %]<div id="listsDetails"></div>[% END %] > [% IF Koha.Preference( 'opacuserlogin' ) == 1 || EnableOpacSearchHistory %] >-- >1.7.9.5
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 13707
:
35908
|
35909
|
35910
|
35917
|
35933
|
35944
|
35945
|
35946
|
35966
|
35967
|
35968
| 35970 |
42391
|
42394
|
64343
|
64344