Bugzilla – Attachment 184395 Details for
Bug 39066
Fix "To screen into the browser"
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 39066: Update output terminology for reports
Bug-39066-Update-output-terminology-for-reports.patch (text/plain), 14.97 KB, created by
Emily Lamancusa (emlam)
on 2025-07-18 14:58:17 UTC
(
hide
)
Description:
Bug 39066: Update output terminology for reports
Filename:
MIME Type:
Creator:
Emily Lamancusa (emlam)
Created:
2025-07-18 14:58:17 UTC
Size:
14.97 KB
patch
obsolete
>From 0ea6c459069e5f65d4d08b78187fab8c55d13428 Mon Sep 17 00:00:00 2001 >From: katy rayn <katherine.rayn@catalyst.net.nz> >Date: Thu, 17 Jul 2025 22:21:26 +0000 >Subject: [PATCH] Bug 39066: Update output terminology for reports > >This patch updates the terminology for the output for >reports from "To screen into the browser" to >"To screen in the browser" ("into" changed to "to"). > >Test plan: >1. Go to Reports >2. Click on Acquisitions >3. Check output language is To screen in the browser >4. Go to Report >5. Click on Patrons >6. Check output langugae is To screen in the browser >7. Go to Reports >8. Click on Catalogy >9. Check output language is To screen in the browser >10. Go to Reports >11. Click Circulation >12. Check output language is To screen in the browser >13. Go to Reports >14. Click Serials >15. Check output language is To screen in the browser >16. Got to Reports >17. Click Cash register >18. Check output language is To screen in the browser >19. Go to Reports >20. Click Holds >21. Check output language is To screen in the browser >22. Go to Reports >23. Click Patrons with the most checkouts >24. Check output language is To screen in the browser >25. Go to Reports >26. Click Most-circulated items >27. Check output language is To screen in the browser >28. Go to Report >29. Click Patrons who haven't checked out >30. Check output language is To screen in the browser > >Signed-off-by: David Nind <david@davidnind.com> >Signed-off-by: Emily Lamancusa <emily.lamancusa@montgomerycountymd.gov> >--- > .../intranet-tmpl/prog/en/modules/reports/acquisitions_stats.tt | 2 +- > .../intranet-tmpl/prog/en/modules/reports/bor_issues_top.tt | 2 +- > .../intranet-tmpl/prog/en/modules/reports/borrowers_out.tt | 2 +- > .../intranet-tmpl/prog/en/modules/reports/borrowers_stats.tt | 2 +- > .../prog/en/modules/reports/cash_register_stats.tt | 2 +- > .../intranet-tmpl/prog/en/modules/reports/cat_issues_top.tt | 2 +- > .../intranet-tmpl/prog/en/modules/reports/catalogue_stats.tt | 2 +- > .../intranet-tmpl/prog/en/modules/reports/issues_avg_stats.tt | 2 +- > koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_stats.tt | 2 +- > .../intranet-tmpl/prog/en/modules/reports/orders_by_budget.tt | 2 +- > .../intranet-tmpl/prog/en/modules/reports/reserves_stats.tt | 2 +- > .../intranet-tmpl/prog/en/modules/reports/serials_stats.tt | 2 +- > 12 files changed, 12 insertions(+), 12 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/acquisitions_stats.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/acquisitions_stats.tt >index 8ecc7a3f2e..c7a796ed28 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/acquisitions_stats.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/acquisitions_stats.tt >@@ -301,7 +301,7 @@ > <fieldset class="rows"> > <legend>Output</legend> > <ol> >- <li> <label for="outputscreen">To screen into the browser: </label><input type="radio" checked="checked" name="output" id="outputscreen" value="screen" /> </li> >+ <li> <label for="outputscreen">To screen in the browser: </label><input type="radio" checked="checked" name="output" id="outputscreen" value="screen" /> </li> > <li> > <label for="outputfile">To a file:</label> <input type="radio" name="output" value="file" id="outputfile" /> <label class="inline" for="basename">Named: </label> > <input type="text" name="basename" id="basename" value="Export" /> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/bor_issues_top.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/bor_issues_top.tt >index 664f61595f..bf357904f9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/bor_issues_top.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/bor_issues_top.tt >@@ -202,7 +202,7 @@ > <fieldset class="rows"> > <legend>Output</legend> > <ol >- ><li><label for="outputscreen">To screen into the browser: </label><input type="radio" checked="checked" name="output" id="outputscreen" value="screen" /></li> >+ ><li><label for="outputscreen">To screen in the browser: </label><input type="radio" checked="checked" name="output" id="outputscreen" value="screen" /></li> > <li > ><label for="outputfile">To a file: </label><input type="radio" name="output" value="file" id="outputfile" /> <label class="inline" for="basename">Named: </label > ><input type="text" name="basename" id="basename" value="Export" /> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_out.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_out.tt >index 779fd5beb1..af791d8372 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_out.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_out.tt >@@ -118,7 +118,7 @@ > <fieldset class="rows"> > <legend>Output</legend> > <ol> >- <li> <label for="outputscreen">To screen into the browser: </label><input type="radio" checked="checked" name="output" id="outputscreen" value="screen" /> </li> >+ <li> <label for="outputscreen">To screen in the browser: </label><input type="radio" checked="checked" name="output" id="outputscreen" value="screen" /> </li> > <li> > <label for="outputfile">To a file:</label> <input type="radio" name="output" value="file" id="outputfile" /> <label class="inline" for="basename">Named: </label > ><input type="text" name="basename" id="basename" value="Export" /> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_stats.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_stats.tt >index 4a488a7813..26338d50f6 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_stats.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/borrowers_stats.tt >@@ -295,7 +295,7 @@ > <fieldset class="rows"> > <legend>Output</legend> > <ol> >- <li> <label for="outputscreen">To screen into the browser: </label><input type="radio" checked="checked" name="output" id="outputscreen" value="screen" /> </li> >+ <li> <label for="outputscreen">To screen in the browser: </label><input type="radio" checked="checked" name="output" id="outputscreen" value="screen" /> </li> > <li> > <label for="outputfile">To a file:</label> <input type="radio" name="output" value="file" id="outputfile" /> <label class="inline" for="basename">Named: </label > ><input type="text" name="basename" id="basename" value="Export" /> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt >index 2ee3a5b9f0..dc10781e51 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cash_register_stats.tt >@@ -133,7 +133,7 @@ > <legend>Output</legend> > <ol> > <li> >- <label for="outputscreen">To screen into the browser: </label> >+ <label for="outputscreen">To screen in the browser: </label> > <input type="radio" checked="checked" name="output" id="outputscreen" value="screen" /> > </li> > <li> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cat_issues_top.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cat_issues_top.tt >index cc93170aef..a0bc24909e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cat_issues_top.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/cat_issues_top.tt >@@ -193,7 +193,7 @@ > <fieldset class="rows"> > <legend>Output</legend> > <ol> >- <li> <label for="outputscreen">To screen into the browser: </label><input type="radio" checked="checked" name="output" id="outputscreen" value="screen" /> </li> >+ <li> <label for="outputscreen">To screen in the browser: </label><input type="radio" checked="checked" name="output" id="outputscreen" value="screen" /> </li> > <li> > <label for="outputfile">To a file:</label> <input type="radio" name="output" value="file" id="outputfile" /> <label class="inline" for="basename">Named: </label > ><input type="text" name="basename" id="basename" value="Export" /> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_stats.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_stats.tt >index 53362b7c7a..d22f295e73 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_stats.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/catalogue_stats.tt >@@ -305,7 +305,7 @@ > <fieldset class="rows"> > <legend>Output</legend> > <ol >- ><li><label for="outputscreen">To screen into the browser: </label><input type="radio" checked="checked" name="output" id="outputscreen" value="screen" /></li> >+ ><li><label for="outputscreen">To screen in the browser: </label><input type="radio" checked="checked" name="output" id="outputscreen" value="screen" /></li> > <li > ><label for="outputfile">To a file: </label><input type="radio" name="output" value="file" id="outputfile" /> <label class="inline" for="basename">Named: </label > ><input type="text" name="basename" id="basename" value="Export" /> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_avg_stats.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_avg_stats.tt >index bdcd4b6de3..f3bccaa5b5 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_avg_stats.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_avg_stats.tt >@@ -218,7 +218,7 @@ > <fieldset class="rows"> > <legend>Output</legend> > <ol> >- <li> <label for="outputscreen">To screen into the browser: </label><input type="radio" checked="checked" name="output" id="outputscreen" value="screen" /> </li> >+ <li> <label for="outputscreen">To screen in the browser: </label><input type="radio" checked="checked" name="output" id="outputscreen" value="screen" /> </li> > <li> > <label for="outputfile">To a file:</label> <input type="radio" name="output" value="file" id="outputfile" /> <label class="inline" for="basename">Named: </label > ><input type="text" name="basename" id="basename" value="Export" /> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_stats.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_stats.tt >index 53036c74e5..a43da66ef4 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_stats.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/issues_stats.tt >@@ -431,7 +431,7 @@ > <fieldset class="rows"> > <legend>Output</legend> > <ol> >- <li> <label for="outputscreen">To screen into the browser: </label><input type="radio" checked="checked" name="output" id="outputscreen" value="screen" /> </li> >+ <li> <label for="outputscreen">To screen in the browser: </label><input type="radio" checked="checked" name="output" id="outputscreen" value="screen" /> </li> > <li> > <label for="outputfile">To a file:</label> <input type="radio" name="output" value="file" id="outputfile" /> <label class="inline" for="basename">Named: </label > ><input type="text" name="basename" id="basename" value="Export" /> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/orders_by_budget.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/orders_by_budget.tt >index 4f3710ab61..b2e0042fcb 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/orders_by_budget.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/orders_by_budget.tt >@@ -130,7 +130,7 @@ > <fieldset class="rows"> > <legend>Output</legend> > <ol >- ><li><label for="outputscreen">To screen into the browser: </label><input type="radio" checked="checked" name="output" id="outputscreen" value="screen" /> </li> >+ ><li><label for="outputscreen">To screen in the browser: </label><input type="radio" checked="checked" name="output" id="outputscreen" value="screen" /> </li> > <li > ><label for="outputfile">To a file:</label> > <input type="radio" name="output" value="file" id="outputfile" /> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reserves_stats.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reserves_stats.tt >index 8a90fde48d..1bf8beef1f 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reserves_stats.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/reserves_stats.tt >@@ -363,7 +363,7 @@ > <fieldset class="rows"> > <legend>Output</legend> > <ol> >- <li> <label for="outputscreen">To screen into the browser: </label><input type="radio" checked="checked" name="output" id="outputscreen" value="screen" /> </li> >+ <li> <label for="outputscreen">To screen in the browser: </label><input type="radio" checked="checked" name="output" id="outputscreen" value="screen" /> </li> > <li> > <label for="outputfile">To a file:</label> <input type="radio" name="output" value="file" id="outputfile" /> <label class="inline" for="basename">Named: </label > ><input type="text" name="basename" id="basename" value="Export" /> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/serials_stats.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/serials_stats.tt >index 4a185e469f..cbdc39dfe9 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/reports/serials_stats.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/reports/serials_stats.tt >@@ -111,7 +111,7 @@ > <fieldset class="rows"> > <legend>Output</legend> > <ol> >- <li> <label for="outputscreen">To screen into the browser: </label><input type="radio" checked="checked" name="output" id="outputscreen" value="screen" /> </li> >+ <li> <label for="outputscreen">To screen in the browser: </label><input type="radio" checked="checked" name="output" id="outputscreen" value="screen" /> </li> > <li> > <label for="outputfile">To a file:</label> <input type="radio" name="output" value="file" id="outputfile" /> <label class="inline" for="basename">Named: </label > ><input type="text" name="basename" id="basename" value="Export" /> >-- >2.34.1
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 39066
:
184251
|
184262
| 184395