Bugzilla – Attachment 149883 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.75 KB, created by
Martin Renvoize (ashimema)
on 2023-04-19 12:51:56 UTC
(
hide
)
Description:
Bug 33355: Fix is_perpetual radio buttons in AgreementsFormAdd
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2023-04-19 12:51:56 UTC
Size:
2.75 KB
patch
obsolete
>From 87ccaee0a0d3ae5a4e5e0a89d344e6f6cc08668e 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 > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com> >--- > .../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 bafe8ee118..db4d5cea68 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.40.0
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