Bugzilla – Attachment 162148 Details for
Bug 36091
Spelling: Use "card number" instead of cardnumber in text
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 36091: Spelling: Use "card number" instead of cardnumber in text
Bug-36091-Spelling-Use-card-number-instead-of-card.patch (text/plain), 9.64 KB, created by
Owen Leonard
on 2024-02-14 14:33:27 UTC
(
hide
)
Description:
Bug 36091: Spelling: Use "card number" instead of cardnumber in text
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2024-02-14 14:33:27 UTC
Size:
9.64 KB
patch
obsolete
>From abb15986d8bfa883d3e8ae9f9acf18400fbf2653 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Wed, 14 Feb 2024 14:11:22 +0000 >Subject: [PATCH] Bug 36091: Spelling: Use "card number" instead of cardnumber > in text > >This patch replaces the term "cardnumber" with "card number" in labels >and text where the patron's library card number is referred to. Where >the database column is referenced "cardnumber" is kept. > >A full test plan would be very time-consuming and I think examining the >patch should be verification enough for changes which are limited to >adding a space. >--- > koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc | 2 +- > .../en/includes/csv_headers/reports/cash_register_stats.tt | 2 +- > .../intranet-tmpl/prog/en/includes/onboarding_messages.inc | 2 +- > .../prog/en/modules/admin/preferences/enhanced_content.pref | 2 +- > .../prog/en/modules/admin/preferences/patrons.pref | 2 +- > .../intranet-tmpl/prog/en/modules/circ/curbside_pickups.tt | 4 ++-- > koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt | 2 +- > .../intranet-tmpl/prog/en/modules/members/memberentrygen.tt | 4 ++-- > 8 files changed, 10 insertions(+), 10 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc >index f183253d9f..a768730419 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/circ-menu.inc >@@ -283,7 +283,7 @@ > </div> > [% ELSE %] > <div id="missing-cardnumber-picture-upload"> >- <p>The patron must have a cardnumber before a patron photo can be uploaded.</p> >+ <p>The patron must have a card number before a patron photo can be uploaded.</p> > </div> > [% END %] > </div> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/csv_headers/reports/cash_register_stats.tt b/koha-tmpl/intranet-tmpl/prog/en/includes/csv_headers/reports/cash_register_stats.tt >index 501aeaa734..4d9901f68d 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/csv_headers/reports/cash_register_stats.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/csv_headers/reports/cash_register_stats.tt >@@ -1,6 +1,6 @@ > [% FILTER collapse %] > [%- PROCESS 'i18n.inc' -%] > [%- BLOCK -%] >- "[% t("Manager name") | html %]"[% sep | html %]"[% t("Patron cardnumber") | html %]"[% sep | html %]"[% t("Patron name") | html %]"[% sep | html %]"[% t("Transaction library") | html %]"[% sep | html %]"[% t("Transaction date") | html %]"[% sep | html %]"[% t("Updated") | html %]"[% sep | html %]"[% t("Transaction type") | html %]"[% sep |html %]"[% t("Notes") | html %]"[% sep | html %]"[% t("Amount") | html %]"[% sep | html %]"[% t("Title") | html %]"[% sep | html %]"[% t("Barcode") | html %]"[% sep | html %]"[% t("Item type") | html %]" >+ "[% t("Manager name") | html %]"[% sep | html %]"[% t("Patron card number") | html %]"[% sep | html %]"[% t("Patron name") | html %]"[% sep | html %]"[% t("Transaction library") | html %]"[% sep | html %]"[% t("Transaction date") | html %]"[% sep | html %]"[% t("Updated") | html %]"[% sep | html %]"[% t("Transaction type") | html %]"[% sep |html %]"[% t("Notes") | html %]"[% sep | html %]"[% t("Amount") | html %]"[% sep | html %]"[% t("Title") | html %]"[% sep | html %]"[% t("Barcode") | html %]"[% sep | html %]"[% t("Item type") | html %]" > [%- END -%] > [%- END -%] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/includes/onboarding_messages.inc b/koha-tmpl/intranet-tmpl/prog/en/includes/onboarding_messages.inc >index 135cc43787..b417a8edf0 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/includes/onboarding_messages.inc >+++ b/koha-tmpl/intranet-tmpl/prog/en/includes/onboarding_messages.inc >@@ -11,7 +11,7 @@ > [% CASE 'success_on_insert_patron' %] > <div class="alert alert-success">Administrator account created!</div> > [% CASE 'error_on_insert_patron' %] >- <div class="alert alert-danger">The patron has not been created! Cardnumber or Userid may already exist.</div> >+ <div class="alert alert-danger">The patron has not been created! Card number or Userid may already exist.</div> > [% CASE 'ERROR_cardnumber_already_exists' %] > <div class="alert alert-danger">Card number already in use.</div> > [% CASE 'ERROR_cardnumber_length' %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/enhanced_content.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/enhanced_content.pref >index 61c62e69c7..9b3abf9e62 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/enhanced_content.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/enhanced_content.pref >@@ -366,7 +366,7 @@ Enhanced content: > - Overdrive uses the patron's > - pref: OverDriveUsername > choices: >- cardnumber: cardnumber >+ cardnumber: card number > userid: user name > - for user access to OverDrive. <br /> > - A password is >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref >index 09991d64b4..dedb1db92a 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/patrons.pref >@@ -198,7 +198,7 @@ Patrons: > email: primary email > emailpro: secondary email > B_email: alternate email >- cardnumber: cardnumber >+ cardnumber: card number > "OFF": first valid email address > - 'for sending out email notices.' > - '<br><strong>NOTE:</strong> If set to "first valid", the order in which the email addresses are checked is set in <a href="/cgi-bin/koha/admin/preferences.pl?op=search&searchfield=EmailFieldPrecedence">EmailFieldPrecedence</a>.' >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/curbside_pickups.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/curbside_pickups.tt >index 443f7bf2de..716ca2116b 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/curbside_pickups.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/curbside_pickups.tt >@@ -430,10 +430,10 @@ > </div> > [% END %] > <div class="form-group"> >- <label class="sr-only" for="input-patron-cardnumber">Cardnumber</label> >+ <label class="sr-only" for="input-patron-cardnumber">Card number</label> > <div class="input-group"> > <div class="input-group-addon">Search a patron</div> >- <input autocomplete="off" id="find-patron" class="form-control" type="text" style="width:25%" class="noEnterSubmit" placeholder="Enter patron cardnumber or name"//> >+ <input autocomplete="off" id="find-patron" class="form-control" type="text" style="width:25%" class="noEnterSubmit" placeholder="Enter patron card number or name"//> > </div> > </div> > [% ELSE %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt >index 0378eaa2bc..0b19e170ad 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/circ/overdue.tt >@@ -188,7 +188,7 @@ > </ol> > </fieldset> > <ol> >- <li><label>Name or cardnumber:</label><input type="text" name="borname" value="[% filters.borname | html %]" /></li> >+ <li><label>Name or card number:</label><input type="text" name="borname" value="[% filters.borname | html %]" /></li> > <li><label>Patron category:</label><select name="borcat" id="borcat"><option value="">Any</option> > [% FOREACH borcatloo IN borcatloop %] > [% IF ( borcatloo.selected ) %]<option value="[% borcatloo.value | html %]" selected="selected">[% borcatloo.catname | html %]</option>[% ELSE %]<option value="[% borcatloo.value | html %]">[% borcatloo.catname | html %]</option>[% END %] >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >index eda22f1f86..c9db762322 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt >@@ -135,10 +135,10 @@ legend:hover { > <li id="ERROR_login_exist">Username already exists or could not create unique new one.</li> > [% END %] > [% IF ERROR_cardnumber_already_exists %] >- <li id="ERROR_cardnumber">Cardnumber already in use.</li> >+ <li id="ERROR_cardnumber">Card number already in use.</li> > [% END %] > [% IF ERROR_cardnumber_length %] >- <li id="ERROR_cardnumber">Cardnumber length is incorrect.</li> >+ <li id="ERROR_cardnumber">Card number length is incorrect.</li> > [% END %] > [% IF ( ERROR_age_limitations ) %] > <li id="ERROR_age_limitations">Patron's age is incorrect for their category. >-- >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 36091
:
162148
|
162170
|
162370