Bugzilla – Attachment 18855 Details for
Bug 10406
Remove obsolete CSS related to YUI autocomplete
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10406 - (followup) YUI-ac related code
Bug-10406---followup-YUI-ac-related-code.patch (text/plain), 2.28 KB, created by
Tomás Cohen Arazi (tcohen)
on 2013-06-11 18:29:03 UTC
(
hide
)
Description:
Bug 10406 - (followup) YUI-ac related code
Filename:
MIME Type:
Creator:
Tomás Cohen Arazi (tcohen)
Created:
2013-06-11 18:29:03 UTC
Size:
2.28 KB
patch
obsolete
>From bffe11d594de121184112eb2606673db99bd2e18 Mon Sep 17 00:00:00 2001 >From: Tomas Cohen Arazi <tomascohen@gmail.com> >Date: Tue, 11 Jun 2013 15:25:38 -0300 >Subject: [PATCH] Bug 10406 - (followup) YUI-ac related code >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >Some other stuff that might be removed. >To test: >- Apply, the search form doesn't break. > >Sponsored-by: Universidad Nacional de Córdoba >--- > .../intranet-tmpl/prog/en/css/right-to-left.css | 5 ----- > .../prog/en/includes/patron-search-box.inc | 2 -- > 2 files changed, 7 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/css/right-to-left.css b/koha-tmpl/intranet-tmpl/prog/en/css/right-to-left.css >index 1390e38..440bb47 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/css/right-to-left.css >+++ b/koha-tmpl/intranet-tmpl/prog/en/css/right-to-left.css >@@ -226,11 +226,6 @@ div.listgroup, > width: 70%; > } > >-#borrowerautocomplete >-{ >- width: auto; >-} >- > .holdcount > { > line-height: 150%; >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search-box.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search-box.inc >index 6b7e34a..388c467 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search-box.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search-box.inc >@@ -25,7 +25,6 @@ $(document).ready(function(){ > <form action="/cgi-bin/koha/circ/circulation.pl" id="patronsearch" method="post"> > [% IF ( CircAutocompl ) %] > <div class="autocomplete"> >- <div id="borrowerautocomplete" class="autocomplete"> > <input autocomplete="off" id="findborrower" name="findborrower" size="40" class="focus" type="text" /> <input id="autocsubmit" type="submit" class="submit" value="Submit" /> > <input name="branch" value="[% branch %]" type="hidden" /> > <input name="printer" value="" type="hidden" /> >@@ -33,7 +32,6 @@ $(document).ready(function(){ > <input type="hidden" name="duedatespec" value="[% duedatespec %]" /> > <input type="hidden" name="stickyduedate" value="[% stickyduedate %]" /> > [% END %] >- </div> > </div> > [% ELSE %] > <input id="findborrower" name="findborrower" size="40" class="focus" type="text" /> >-- >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 10406
:
18644
|
18689
|
18815
|
18855
|
18856
|
18898