Bugzilla – Attachment 173940 Details for
Bug 36221
Improve styling of Standard backend create OPAC form
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36221: (QA follow-up): Apply styling improvements to DVD
Bug-36221-QA-follow-up-Apply-styling-improvements-.patch (text/plain), 3.07 KB, created by
Pedro Amorim
on 2024-11-04 17:03:17 UTC
(
hide
)
Description:
Bug 36221: (QA follow-up): Apply styling improvements to DVD
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2024-11-04 17:03:17 UTC
Size:
3.07 KB
patch
obsolete
>From f11f663eb4b3358d9042c570896aceb1dda78876 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Mon, 4 Nov 2024 15:28:11 -0100 >Subject: [PATCH] Bug 36221: (QA follow-up): Apply styling improvements to DVD > >qa tools throw: >ill_text_input_field: not found > >But I believe this is a false positive. >We can clearly see it working by going to: > >http://localhost:8080/cgi-bin/koha/opac-illrequests.pl?op=add_form&backend=Standard > >And picking 'DVD' or any other type. >--- > .../ILL/Backend/shared-includes/forms/dvd.inc | 37 ++++--------------- > 1 file changed, 8 insertions(+), 29 deletions(-) > >diff --git a/Koha/ILL/Backend/shared-includes/forms/dvd.inc b/Koha/ILL/Backend/shared-includes/forms/dvd.inc >index e90a581987..380c429ee7 100644 >--- a/Koha/ILL/Backend/shared-includes/forms/dvd.inc >+++ b/Koha/ILL/Backend/shared-includes/forms/dvd.inc >@@ -1,33 +1,12 @@ > <fieldset id="dvd-standard-fieldset" class="rows"> > <legend>DVD details</legend> >- <ol id="publication-standard-fields"> >- <li> >- <label for="title">Title:</label> >- <input type="text" name="title" id="title" value="[% whole.value.other.title | html %]" /> >- </li> >- <li> >- <label for="author">Author:</label> >- <input type="text" name="author" id="author" value="[% whole.value.other.author | html %]" /> >- </li> >- <li> >- <label for="studio">Studio:</label> >- <input type="text" name="studio" id="studio" value="[% whole.value.other.studio | html %]" /> >- </li> >- <li> >- <label for="genre">Genre:</label> >- <input type="text" name="genre" id="genre" value="[% whole.value.other.genre | html %]" /> >- </li> >- <li> >- <label for="year">Year:</label> >- <input type="text" name="year" id="year" value="[% whole.value.other.year | html %]" /> >- </li> >- <li> >- <label for="format">Format:</label> >- <input type="text" name="format" id="format" value="[% whole.value.other.format | html %]" /> >- </li> >- <li> >- <label for="language">Language:</label> >- <input type="text" name="language" id="language" value="[% whole.value.other.language | html %]" /> >- </li> >+ <ol id="dvd-standard-fields"> >+ [% PROCESS ill_text_input_field id = 'title' label = t('Title') value = whole.value.other.title %] >+ [% PROCESS ill_text_input_field id = 'author' label = t('Author') value = whole.value.other.author %] >+ [% PROCESS ill_text_input_field id = 'studio' label = t('Studio') value = whole.value.other.studio %] >+ [% PROCESS ill_text_input_field id = 'genre' label = t('Genre') value = whole.value.other.genre %] >+ [% PROCESS ill_text_input_field id = 'year' label = t('Year') value = whole.value.other.year %] >+ [% PROCESS ill_text_input_field id = 'format' label = t('Format') value = whole.value.other.format %] >+ [% PROCESS ill_text_input_field id = 'language' label = t('Language') value = whole.value.other.language %] > </ol> > </fieldset> >-- >2.39.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 36221
:
162715
|
162716
|
162933
|
162934
|
162948
|
162949
|
162970
|
162971
|
165462
|
165463
|
165464
|
165465
|
173706
|
173752
|
173753
|
173754
|
173755
|
173756
|
173939
|
173940
|
173941
|
173965
|
173969
|
174017
|
174018
|
174019
|
174020
|
174021
|
174022
|
174023
|
174024
|
174025
|
174026
|
174027
|
174385
|
174398
|
174454