Bugzilla – Attachment 5921 Details for
Bug 7044
branch selector in OPAC not selecting
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 7044 OPAC Branch Selector Fix
Bug-7044-OPAC-Branch-Selector-Fix.patch (text/plain), 1.41 KB, created by
Nicole C. Engard
on 2011-10-17 14:04:46 UTC
(
hide
)
Description:
Bug 7044 OPAC Branch Selector Fix
Filename:
MIME Type:
Creator:
Nicole C. Engard
Created:
2011-10-17 14:04:46 UTC
Size:
1.41 KB
patch
obsolete
>From 105ae8310a6afab7eb39113a5387526628c8c327 Mon Sep 17 00:00:00 2001 >From: Nicole C. Engard <nengard@bywatersolutions.com> >Date: Fri, 14 Oct 2011 22:39:56 -0400 >Subject: [PATCH] Bug 7044 OPAC Branch Selector Fix > >There was a typo in the OPAC branch selector added by >the OpacAddMastheadLibraryPulldown preference where the >current branch wasn't selected. This patch fixes that typo. >--- > koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc | 2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc b/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc >index b3672f4..92e58bc 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc >+++ b/koha-tmpl/opac-tmpl/prog/en/includes/masthead.inc >@@ -80,7 +80,7 @@ > <select name="limit" id="masthead_search" class="left" style="max-width:10em;width:10em;"> > <option value="">All Libraries</option> > [% FOREACH BranchesLoo IN BranchesLoop %] >- [% IF ( BranchesLoo.selected ) %]<option select="selected" value="branch:[% BranchesLoo.value %]">[% BranchesLoo.branchname %]</option> >+ [% IF ( BranchesLoo.selected ) %]<option selected="selected" value="branch:[% BranchesLoo.value %]">[% BranchesLoo.branchname %]</option> > [% ELSE %]<option value="branch:[% BranchesLoo.value %]">[% BranchesLoo.branchname %]</option>[% END %] > [% END %] > </select> >-- >1.7.2.3
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 7044
: 5921 |
5930