From bffe11d594de121184112eb2606673db99bd2e18 Mon Sep 17 00:00:00 2001 From: Tomas Cohen Arazi 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(){
[% IF ( CircAutocompl ) %]
-
@@ -33,7 +32,6 @@ $(document).ready(function(){ [% END %] -
[% ELSE %] -- 1.7.9.5