From f11f663eb4b3358d9042c570896aceb1dda78876 Mon Sep 17 00:00:00 2001 From: Pedro Amorim 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 @@
DVD details -
    -
  1. - - -
  2. -
  3. - - -
  4. -
  5. - - -
  6. -
  7. - - -
  8. -
  9. - - -
  10. -
  11. - - -
  12. -
  13. - - -
  14. +
      + [% 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 %]
-- 2.39.5