Bugzilla – Attachment 133714 Details for
Bug 28840
Better texts in batch record modification/deletion
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 28840: (QA follow-up) Update id to ID
Bug-28840-QA-follow-up-Update-id-to-ID.patch (text/plain), 4.58 KB, created by
Katrin Fischer
on 2022-04-24 12:31:21 UTC
(
hide
)
Description:
Bug 28840: (QA follow-up) Update id to ID
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2022-04-24 12:31:21 UTC
Size:
4.58 KB
patch
obsolete
>From e5160cc01a9cf24219087a455caf6e4b38511469 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <katrin.fischer.83@web.de> >Date: Sun, 24 Apr 2022 14:29:26 +0200 >Subject: [PATCH] Bug 28840: (QA follow-up) Update id to ID > >Signed-off-by: Katrin Fischer <katrin.fischer.83@web.de> >--- > .../prog/en/modules/tools/batch_delete_records.tt | 10 +++++----- > .../prog/en/modules/tools/batch_record_modification.tt | 8 ++++---- > 2 files changed, 9 insertions(+), 9 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt >index 6fb17d7619..4cf143958e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_delete_records.tt >@@ -70,7 +70,7 @@ > <ul> > <li><a href="#uploadfile_tab">Upload a file</a></li> > [% IF lists.count %]<li id="show_list_option"><a href="#shelves_tab">Select a list of records</a></li>[% END %] >- <li><a href="#enterlist_tab">Enter a list of record ids</a></li> >+ <li><a href="#enterlist_tab">Enter a list of record IDs</a></li> > </ul> > > <div id="uploadfile_tab"> >@@ -106,9 +106,9 @@ > <fieldset class="rows"> > <ol> > <li> >- <label for="recordnumber_list">Ids: </label> >+ <label for="recordnumber_list">IDs: </label> > <textarea rows="10" cols="30" id="recordnumber_list" name="recordnumber_list"></textarea> >- <div class="hint">Enter a list of biblionumbers or authority ids, one per line.</div> >+ <div class="hint">Enter a list of biblionumbers or authority IDs, one per line.</div> > </li> > </ol> > </fieldset> >@@ -172,7 +172,7 @@ > <thead> > <tr> > <th></th> >- <th>Authid</th> >+ <th>AuthID</th> > <th>Summary</th> > <th>Used in</th> > </tr> >@@ -198,7 +198,7 @@ > </fieldset> > </form> > [% ELSE %] >- There are no record ids defined. >+ There are no record IDs defined. > [% END %] > [% ELSIF op == 'enqueued' %] > <div class="dialog message"> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt >index 0378a8d97b..e0c70278f5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/tools/batch_record_modification.tt >@@ -78,7 +78,7 @@ > <ul> > <li><a href="#uploadfile_tab">Upload a file</a></li> > [% IF lists.count %]<li id="show_list_option"><a href="#shelves_tab">Select a list of records</a></li>[% END %] >- <li><a href="#enterlist_tab">Enter a list of record ids</a></li> >+ <li><a href="#enterlist_tab">Enter a list of record IDs</a></li> > </ul> > > <div id="uploadfile_tab"> >@@ -114,9 +114,9 @@ > <fieldset class="rows"> > <ol> > <li> >- <label for="recordnumber_list">Ids: </label> >+ <label for="recordnumber_list">IDs: </label> > <textarea rows="10" cols="30" id="recordnumber_list" name="recordnumber_list"></textarea> >- <div class="hint">Enter a list of biblionumbers or authority ids, one per line.</div> >+ <div class="hint">Enter a list of biblionumbers or authority IDs, one per line.</div> > </li> > </ol> > </fieldset> >@@ -212,7 +212,7 @@ > <thead> > <tr> > <th></th> >- <th>Authid</th> >+ <th>AuthID</th> > <th>Summary</th> > <th> </th> > </tr> >-- >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 28840
:
123723
|
123724
|
123725
|
131538
|
131781
|
133713
|
133714
|
133729