Bugzilla – Attachment 177708 Details for
Bug 38979
Standardize word spacing for Cardnumber
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 38979: Correct instances of "cardnumber" to "card number"
Bug-38979-Correct-instances-of-cardnumber-to-card-.patch (text/plain), 3.99 KB, created by
Owen Leonard
on 2025-02-10 18:27:35 UTC
(
hide
)
Description:
Bug 38979: Correct instances of "cardnumber" to "card number"
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2025-02-10 18:27:35 UTC
Size:
3.99 KB
patch
obsolete
>From 534b630ec7b6b7308b0f6ea72968d3420cf3f1f4 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 28 Jan 2025 18:18:03 +0000 >Subject: [PATCH] Bug 38979: Correct instances of "cardnumber" to "card number" > >The patron list detail page template has several instances of >"cardnumber" which should be corrected to "card number." > >To test, apply the patch and go to Tools -> Patron lists. > >- Create a patron list if necessary. >- When viewing the patron list, click "Add multiple patrons." >- Under "Choose type of IDs to enter," you should see "Card numbers". >- Add some patrons to the list. >- Try to add one or more of the same patrons to the list using the "Add > multiple patrons" link.. > - You should see a warning message, "Warning, the following card > numbers..." > - The table showing the duplicate card numbers should have the heading > "Card numbers already in list". >- Use the "Add multiple patrons" link to add card numbers which do not > exist. > - You should see a warning message, "Warning, the following card > numbers..." > - The table showing the unknown card numbers should have the heading > "Card numbers not found". > >Sponsored-by: Athens County Public Libraries >--- > .../intranet-tmpl/prog/en/modules/patron_lists/list.tt | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt >index ed695703574..bb80336879e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/patron_lists/list.tt >@@ -62,14 +62,14 @@ > [% IF id_column == 'borrowernumbers' %] > <div class="alert alert-warning"><p>Warning, the following borrowernumbers were not found:</p></div> > [% ELSE %] >- <div class="alert alert-warning"><p>Warning, the following cardnumbers were not found:</p></div> >+ <div class="alert alert-warning"><p>Warning, the following card numbers were not found:</p></div> > [% END %] > <table style="margin:auto;"> > <thead> > [% IF id_column == 'borrowernumbers' %] > <tr><th>Borrowernumbers not found</th></tr> > [% ELSE %] >- <tr><th>Cardnumbers not found</th></tr> >+ <tr><th>Card numbers not found</th></tr> > [% END %] > </thead> > <tbody> >@@ -84,14 +84,14 @@ > [% IF id_column == 'borrowernumbers' %] > <div class="alert alert-warning"><p>Warning, the following borrowernumbers were already in this list:</p></div> > [% ELSE %] >- <div class="alert alert-warning"><p>Warning, the following cardnumbers were already in this list:</p></div> >+ <div class="alert alert-warning"><p>Warning, the following card numbers were already in this list:</p></div> > [% END %] > <table style="margin:auto;"> > <thead> > [% IF id_column == 'borrowernumbers' %] > <tr><th>Borrowernumbers already in list</th></tr> > [% ELSE %] >- <tr><th>Cardnumbers already in list</th></tr> >+ <tr><th>Card numbers already in list</th></tr> > [% END %] > </thead> > <tbody> >@@ -122,7 +122,7 @@ > <li class="radio"> > <label class="id_choice" for="add_by_cardnumbers"> > <input id="add_by_cardnumbers" type="radio" name="id_column" value="cardnumbers" checked="checked"> >- <span class="add_by_cardnumbers">Cardnumbers</span> >+ <span class="add_by_cardnumbers">Card numbers</span> > </label> > <label class="id_choice" for="add_by_borrowernumbers"> > <input id="add_by_borrowernumbers" type="radio" name="id_column" value="borrowernumbers"> >-- >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 38979
:
177708
|
177944
|
177945
|
178117
|
178447