Bugzilla – Attachment 148934 Details for
Bug 33355
ERM UI and markup has some issues
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 33355: Fix is_perpetual radio buttons in AgreementsFormAdd
Bug-33355-Fix-isperpetual-radio-buttons-in-Agreeme.patch (text/plain), 2.61 KB, created by
Pedro Amorim
on 2023-03-29 15:21:12 UTC
(
hide
)
Description:
Bug 33355: Fix is_perpetual radio buttons in AgreementsFormAdd
Filename:
MIME Type:
Creator:
Pedro Amorim
Created:
2023-03-29 15:21:12 UTC
Size:
2.61 KB
patch
obsolete
>From 02adc12472ed4f32da9a61fc3883f455d3901a12 Mon Sep 17 00:00:00 2001 >From: Pedro Amorim <pedro.amorim@ptfs-europe.com> >Date: Tue, 28 Mar 2023 14:23:04 +0000 >Subject: [PATCH] Bug 33355: Fix is_perpetual radio buttons in > AgreementsFormAdd > >--- > .../js/vue/components/ERM/AgreementsFormAdd.vue | 16 +++++++++------- > 1 file changed, 9 insertions(+), 7 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsFormAdd.vue b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsFormAdd.vue >index bafe8ee1184..db4d5cea688 100644 >--- a/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsFormAdd.vue >+++ b/koha-tmpl/intranet-tmpl/prog/js/vue/components/ERM/AgreementsFormAdd.vue >@@ -92,12 +92,13 @@ > /> > </li> > <li> >- <label >- for="agreement_is_perpetual" >- class="radio" >+ <label for="agreement_is_perpetual" > >{{ $__("Is perpetual") }}:</label > > >- <label for="agreement_is_perpetual_yes"> >+ <label >+ class="radio" >+ for="agreement_is_perpetual_yes" >+ >Yes > <input > type="radio" > name="is_perpetual" >@@ -105,9 +106,11 @@ > :value="true" > v-model="agreement.is_perpetual" > /> >- Yes > </label> >- <label for="agreement_is_perpetual_no"> >+ <label >+ class="radio" >+ for="agreement_is_perpetual_no" >+ >No > <input > type="radio" > name="is_perpetual" >@@ -115,7 +118,6 @@ > :value="false" > v-model="agreement.is_perpetual" > /> >- No > </label> > </li> > <li> >-- >2.30.2
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 33355
:
148885
|
148886
|
148887
|
148888
|
148934
|
148935
|
148936
|
149116
|
149117
|
149118
|
149760
|
149761
|
149883
|
149884
|
149885
|
150043
|
150044
|
150045
|
150163
|
150164
|
150165
|
150759
|
150760
|
150761