From bugzilla-daemon@bugs.koha-community.org Mon Sep 17 00:15:48 2018 From: bugzilla-daemon@bugs.koha-community.org To: koha-bugs@lists.koha-community.org Subject: [Koha-bugs] [Bug 13272] Many inputs lack a type attribute Date: Sun, 16 Sep 2018 22:15:43 +0000 Message-ID: In-Reply-To: MIME-Version: 1.0 Content-Type: multipart/mixed; boundary="===============7676040132740931104==" --===============7676040132740931104== Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=3D13272 --- Comment #3 from Christopher Brannon --- Comment on attachment 79018 --> https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=3D79018 Bug 13272: Adds type=3D"text" to inputs missing it >From e7b302d7bec099e387a4689c084acea7cf4fab23 Mon Sep 17 00:00:00 2001 >From: Christopher Brannon >Date: Sun, 16 Sep 2018 22:06:10 +0000 >Subject: [PATCH] Bug 13272: Adds type=3D"text" to inputs missing it > >TEST PLAN: >1) Apply the patch. >2) Track the changes in the patch and make sure the changes don't alter beha= vior of the text box or page. >--- > koha-tmpl/intranet-tmpl/prog/en/includes/borrower_debarments.inc | 4 ++-- > koha-tmpl/intranet-tmpl/prog/en/includes/cat-search.inc | 5 +++= -- > koha-tmpl/intranet-tmpl/prog/en/includes/circ-search.inc | 4 ++-- > koha-tmpl/intranet-tmpl/prog/en/includes/home-search.inc | 4 ++-- > koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc | 4 ++-- > koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt | 6 +++= --- > .../intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt | 6 +++= --- > koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt | 6 +++= --- > koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt | 4 ++-- > koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt | 4 ++-- > 17 files changed, 31 insertions(+), 30 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/borrower_debarments.in= c b/koha-tmpl/intranet-tmpl/prog/en/includes/borrower_debarments.inc >index b49fd5d..8d665d8 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/borrower_debarments.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/borrower_debarments.inc >@@ -59,8 +59,8 @@ >
> Add manual restriction >
    >-
  1. >-
  2. >+
  3. >+
  4. > Clear date
  5. >
>
Cancel
>diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-search.inc b/koha-= tmpl/intranet-tmpl/prog/en/includes/cat-search.inc >index 0737885..215ebaf 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-search.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/cat-search.inc >@@ -9,14 +9,15 @@ >
>

Scan a barcode to check in:

>
>- >+ >+ > >
>
>
>

Scan a barcode to renew:

>
>- >+ > >
>
>diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-search.inc b/koha= -tmpl/intranet-tmpl/prog/en/includes/circ-search.inc >index 6cb15b0..e94b3e4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-search.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-search.inc >@@ -8,14 +8,14 @@ >
>

Scan a barcode to check in:

>
>- >+ > >
>
>
>

Scan a barcode to renew:

>
>- >+ > >
>
>diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/home-search.inc b/koha= -tmpl/intranet-tmpl/prog/en/includes/home-search.inc >index 9c4f4ee..3b6d0a0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/home-search.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/home-search.inc >@@ -8,14 +8,14 @@ >
>

Scan a barcode to check in:

>
>- >+ > >
>
>
>

Scan a barcode to renew:

>
>- >+ > >
>
>diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc b/ko= ha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc >index 72405d8..b56fab9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc >@@ -123,14 +123,14 @@ >
>

Scan a barcode to check in:

>
>- >+ > >
>
>
>

Scan a barcode to renew:

>
>- >+ > >
>
>diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt b= /koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt >index 79bd43b..6ceb352 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt >@@ -167,7 +167,7 @@ tr.selected { background-color : #FFFFCC; } tr.selected = td { background-color : > [% IF ( show_nextbutton ) %] > > [% END %] >-
Go to page : >+
Go to page : > >=20 > [% ELSE %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt b/= koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt >index 5bc7e00..e90dd87 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt >@@ -532,9 +532,9 @@ > [% END %] > > >- >- >- >+ >+ >+ >
>diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline.tt b/koha-= tmpl/intranet-tmpl/prog/en/modules/circ/offline.tt >index 3bd92c2..4cd0174 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline.tt >@@ -94,7 +94,7 @@ >
> Check In > >- >+ > >
> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt b/koha-tm= pl/intranet-tmpl/prog/en/modules/circ/renew.tt >index 11c3eca..39c6b70 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt >@@ -153,7 +153,7 @@ >=20 >