Bugzilla – Attachment 54636 Details for
Bug 13501
Allow autocompletion on drop-down lists
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13501: Move "Required" and checkbox after input/select
Bug-13501-Move-Required-and-checkbox-after-inputse.patch (text/plain), 2.23 KB, created by
Julian Maurice
on 2016-08-19 13:35:41 UTC
(
hide
)
Description:
Bug 13501: Move "Required" and checkbox after input/select
Filename:
MIME Type:
Creator:
Julian Maurice
Created:
2016-08-19 13:35:41 UTC
Size:
2.23 KB
patch
obsolete
>From 47772ddc5e704cc0b6f945bccdf9ba8cd3322fa0 Mon Sep 17 00:00:00 2001 >From: Julian Maurice <julian.maurice@biblibre.com> >Date: Fri, 30 Oct 2015 13:49:56 +0100 >Subject: [PATCH] Bug 13501: Move "Required" and checkbox after input/select > >Signed-off-by: Aleisha <aleishaamohia@hotmail.com> >--- > .../intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt | 12 ++++++------ > 1 file changed, 6 insertions(+), 6 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt >index 662c35f..5eb138e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batchMod-edit.tt >@@ -197,12 +197,6 @@ $(document).ready(function(){ > [% ite.subfield %] - [% ite.marc_lib %] > </label> > >- [% UNLESS ( ite.mandatory ) %] >- <input type="checkbox" id="row[% ite.tag %][% ite.subfield %][% ite.random %]" title="Check to delete subfield [% ite.subfield %]" name="disable_input" value="[% ite.subfield %]" /> >- [% ELSE %] >- <span class="required">Required</span> >- [% END %] >- > [% SET mv = ite.marc_value %] > [% IF ( mv.type == 'select' ) -%] > <select name="[%- mv.name -%]" id="[%- mv.id -%]" size="1" tabindex="1" class="input_marceditor"> >@@ -233,6 +227,12 @@ $(document).ready(function(){ > <textarea tabindex="1" id="[%- mv.id -%]" name="field_value" class="input_marceditor" size="50" maxlength="255">[%- mv.value -%]"</textarea> > [%- END -%] > >+ [% UNLESS ( ite.mandatory ) %] >+ <input type="checkbox" id="row[% ite.tag %][% ite.subfield %][% ite.random %]" title="Check to delete subfield [% ite.subfield %]" name="disable_input" value="[% ite.subfield %]" /> >+ [% ELSE %] >+ <span class="required">Required</span> >+ [% END %] >+ > <input type="hidden" name="tag" value="[% ite.tag %]" /> > <input type="hidden" name="subfield" value="[% ite.subfield %]" /> > <input type="hidden" name="mandatory" value="[% ite.mandatory %]" /> >-- >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 13501
:
34830
|
34831
|
34855
|
34856
|
34857
|
34897
|
34898
|
40654
|
40708
|
44213
|
44214
|
44215
|
44216
|
44217
|
44218
|
45966
|
48368
|
48369
|
48370
|
54634
|
54635
|
54636
|
54637
|
54638
|
54674
|
54675
|
54676
|
54677
|
54678