Bugzilla – Attachment 142744 Details for
Bug 27920
Add ability to update patron expiration dates when importing patrons
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 27920: (QA follow-up) Improve alignment of new option on patron form
Bug-27920-QA-follow-up-Improve-alignment-of-new-op.patch (text/plain), 1.89 KB, created by
Katrin Fischer
on 2022-10-27 21:38:43 UTC
(
hide
)
Description:
Bug 27920: (QA follow-up) Improve alignment of new option on patron form
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-10-27 21:38:43 UTC
Size:
1.89 KB
patch
obsolete
>From b5f6bb02885a78b1c9ad81480add6bd46632fc1a Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Thu, 27 Oct 2022 21:33:51 +0000 >Subject: [PATCH] Bug 27920: (QA follow-up) Improve alignment of new option on > patron form > >Switches from ul to ol as used by other options which improves the >alignment of the options. > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > .../intranet-tmpl/prog/en/modules/tools/import_borrowers.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt >index 82691cee91..48e35c4a35 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt >@@ -319,7 +319,7 @@ > > <li class="radio"> > <input type="radio" id="overwrite_cardnumberyes" name="overwrite_cardnumber" value="1" /><label for="overwrite_cardnumberyes">Overwrite the existing one with this</label> >- <ul> >+ <ol> > <li> > <label class="update_dateexpiry" for="update_dateexpiry">Renew existing patrons</label> > <select class="update_dateexpiry" type="select" id="update_dateexpiry" name="update_dateexpiry" disabled/> >@@ -332,7 +332,7 @@ > <input class="overwrite_passwords" type="checkbox" id="overwrite_passwords" name="overwrite_passwords" disabled/> > <label class="overwrite_passwords" for="overwrite_passwords">Replace patron passwords with those in the file (blank passwords will be ignored)</label> > </li> >- </ul> >+ </ol> > </li> > </ol> > </fieldset> >-- >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 27920
:
118079
|
119234
|
120940
|
120951
|
121885
|
121886
|
138524
|
139017
|
139018
|
139019
|
142176
|
142178
|
142738
|
142739
|
142740
|
142741
|
142742
|
142743
| 142744