Bugzilla – Attachment 79595 Details for
Bug 13272
Many inputs lack a type attribute
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13272: Followup on tab issues
Bug-13272-Followup-on-tab-issues.patch (text/plain), 2.12 KB, created by
Owen Leonard
on 2018-09-28 13:38:00 UTC
(
hide
)
Description:
Bug 13272: Followup on tab issues
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2018-09-28 13:38:00 UTC
Size:
2.12 KB
patch
obsolete
>From 4ab89b85af5fb7279fe842b036c4b04c5908ed41 Mon Sep 17 00:00:00 2001 >From: Mark Tompsett <mtompset@hotmail.com> >Date: Wed, 19 Sep 2018 18:49:02 +0000 >Subject: [PATCH] Bug 13272: Followup on tab issues > >Cleaned up whitespace issues tab vs. space in template. >After applying all patches: > git diff -w origin/master >For the koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >only the changed type="text" lines will show, but without the >-w, there will be more whitespace changes. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> >--- > .../intranet-tmpl/prog/en/modules/circ/returns.tt | 18 +++++++++--------- > 1 file changed, 9 insertions(+), 9 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >index e1949f0..0bfc871 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt >@@ -607,16 +607,16 @@ > <div class="yui-g"> > <form id="checkin-form" method="post" action="/cgi-bin/koha/circ/returns.pl" autocomplete="off" > > <div class="yui-u first"> >- <fieldset> >- <legend>Check in</legend> >+ <fieldset> >+ <legend>Check in</legend> > <label for="barcode">Enter item barcode: </label> >- [% IF ( exemptfine ) %] >- <input name="barcode" id="barcode" size="14" class="focus alert" type="text" /> >- [% ELSIF ( dropboxmode ) %] >- <input name="barcode" id="barcode" size="14" class="focus alert" type="text" /> >- [% ELSE %] >- <input name="barcode" id="barcode" size="14" class="focus" type="text" /> >- [% END %] >+ [% IF ( exemptfine ) %] >+ <input name="barcode" id="barcode" size="14" class="focus alert" type="text" /> >+ [% ELSIF ( dropboxmode ) %] >+ <input name="barcode" id="barcode" size="14" class="focus alert" type="text" /> >+ [% ELSE %] >+ <input name="barcode" id="barcode" size="14" class="focus" type="text" /> >+ [% END %] > <input type="submit" class="submit" value="Submit" /> > > [% IF Koha.Preference('SpecifyReturnDate') %] >-- >2.1.4
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 13272
:
79018
|
79120
|
79123
|
79162
|
79163
|
79164
|
79333
|
79464
|
79593
|
79594
|
79595
|
79596
|
79622
|
79623
|
79624
|
79625