Bugzilla – Attachment 45503 Details for
Bug 8085
Rename 'Reserve slip' to 'Hold slip'
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 8085: Rename 'Reserve slip' to 'Hold slip'
Bug-8085-Rename-Reserve-slip-to-Hold-slip.patch (text/plain), 5.77 KB, created by
Jonathan Druart
on 2015-12-08 16:02:58 UTC
(
hide
)
Description:
Bug 8085: Rename 'Reserve slip' to 'Hold slip'
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2015-12-08 16:02:58 UTC
Size:
5.77 KB
patch
obsolete
>From 493a8a473223e0225409b5ad561b2d2b3c8794a5 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Sun, 22 Nov 2015 01:32:26 +0100 >Subject: [PATCH] Bug 8085: Rename 'Reserve slip' to 'Hold slip' > >This patch changes all occurrences of 'Reserve slip' >to 'Hold slip' in the sample notices files and >in one of the system preferences. > >To test: >- Make sure the sample_notices.sql are correctly > changed. >- Verify the description of the SlipCSS system > preference has been changed correctly. > >Checked the working in system preferences and re-loaded notices from the >updated English sample notices SQL. Changes look correct. > >Signed-off-by: Owen Leonard <oleonard@myacpl.org> > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > installer/data/mysql/en/mandatory/sample_notices.sql | 2 +- > installer/data/mysql/es-ES/mandatory/sample_notices.sql | 2 +- > installer/data/mysql/it-IT/necessari/notices.sql | 2 +- > installer/data/mysql/pl-PL/mandatory/sample_notices.sql | 2 +- > installer/data/mysql/ru-RU/mandatory/sample_notices.sql | 2 +- > installer/data/mysql/uk-UA/mandatory/sample_notices.sql | 2 +- > .../intranet-tmpl/prog/en/modules/admin/preferences/staff_client.pref | 2 +- > 7 files changed, 7 insertions(+), 7 deletions(-) > >diff --git a/installer/data/mysql/en/mandatory/sample_notices.sql b/installer/data/mysql/en/mandatory/sample_notices.sql >index 50bee6b..ec07c94 100644 >--- a/installer/data/mysql/en/mandatory/sample_notices.sql >+++ b/installer/data/mysql/en/mandatory/sample_notices.sql >@@ -77,7 +77,7 @@ Barcode: <<items.barcode>><br /> > Date due: <<issues.date_due>><br /> > </p> > </checkedout>', 1), >-('circulation','RESERVESLIP','Reserve Slip','Reserve Slip', '<h5>Date: <<today>></h5> >+('circulation','RESERVESLIP','Hold Slip','Hold Slip', '<h5>Date: <<today>></h5> > > <h3> Transfer to/Hold in <<branches.branchname>></h3> > >diff --git a/installer/data/mysql/es-ES/mandatory/sample_notices.sql b/installer/data/mysql/es-ES/mandatory/sample_notices.sql >index 6f1d6fe..e2141a6 100644 >--- a/installer/data/mysql/es-ES/mandatory/sample_notices.sql >+++ b/installer/data/mysql/es-ES/mandatory/sample_notices.sql >@@ -69,7 +69,7 @@ Barcode: <<items.barcode>><br /> > Date due: <<issues.date_due>><br /> > </p> > </checkedout>', 1), >-('circulation','RESERVESLIP','Reserve Slip','Reserve Slip', '<h5>Date: <<today>></h5> >+('circulation','RESERVESLIP','Hold Slip','Hold Slip', '<h5>Date: <<today>></h5> > > <h3> Transfer to/Hold in <<branches.branchname>></h3> > >diff --git a/installer/data/mysql/it-IT/necessari/notices.sql b/installer/data/mysql/it-IT/necessari/notices.sql >index 7ba1b83..e6cc9f4 100644 >--- a/installer/data/mysql/it-IT/necessari/notices.sql >+++ b/installer/data/mysql/it-IT/necessari/notices.sql >@@ -71,7 +71,7 @@ Codice a barre: <<items.barcode>><br /> > Data di scadenza: <<issues.date_due>><br /> > </p> > </checkedout>', 1), >-('circulation','RESERVESLIP','Reserve Slip','Ricevuta (prenotazione)', '<h5>Data: <<today>></h5> >+('circulation','RESERVESLIP','Hold Slip','Ricevuta (prenotazione)', '<h5>Data: <<today>></h5> > > <h3> Trasferita a/Prenotata in <<branches.branchname>></h3> > >diff --git a/installer/data/mysql/pl-PL/mandatory/sample_notices.sql b/installer/data/mysql/pl-PL/mandatory/sample_notices.sql >index 5fef900..be95f0d 100644 >--- a/installer/data/mysql/pl-PL/mandatory/sample_notices.sql >+++ b/installer/data/mysql/pl-PL/mandatory/sample_notices.sql >@@ -70,7 +70,7 @@ Barcode: <<items.barcode>><br /> > Date due: <<issues.date_due>><br /> > </p> > </checkedout>', 1), >-('circulation','RESERVESLIP','Reserve Slip','Reserve Slip', '<h5>Date: <<today>></h5> >+('circulation','RESERVESLIP','Hold Slip','Hold Slip', '<h5>Date: <<today>></h5> > > <h3> Transfer to/Hold in <<branches.branchname>></h3> > >diff --git a/installer/data/mysql/ru-RU/mandatory/sample_notices.sql b/installer/data/mysql/ru-RU/mandatory/sample_notices.sql >index fbd53d9..b51660d 100644 >--- a/installer/data/mysql/ru-RU/mandatory/sample_notices.sql >+++ b/installer/data/mysql/ru-RU/mandatory/sample_notices.sql >@@ -70,7 +70,7 @@ Barcode: <<items.barcode>><br /> > Date due: <<issues.date_due>><br /> > </p> > </checkedout>', 1), >-('circulation','RESERVESLIP','Reserve Slip','Reserve Slip', '<h5>Date: <<today>></h5> >+('circulation','RESERVESLIP','Hold Slip','Hold Slip', '<h5>Date: <<today>></h5> > > <h3> Transfer to/Hold in <<branches.branchname>></h3> > >diff --git a/installer/data/mysql/uk-UA/mandatory/sample_notices.sql b/installer/data/mysql/uk-UA/mandatory/sample_notices.sql >index 8b0963a..cd4da03 100644 >--- a/installer/data/mysql/uk-UA/mandatory/sample_notices.sql >+++ b/installer/data/mysql/uk-UA/mandatory/sample_notices.sql >@@ -69,7 +69,7 @@ Barcode: <<items.barcode>><br /> > Date due: <<issues.date_due>><br /> > </p> > </checkedout>', 1), >-('circulation','RESERVESLIP','Reserve Slip','Reserve Slip', '<h5>Date: <<today>></h5> >+('circulation','RESERVESLIP','Hold Slip','Hold Slip', '<h5>Date: <<today>></h5> > > <h3> Transfer to/Hold in <<branches.branchname>></h3> > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_client.pref b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_client.pref >index 992f412..75dfe0e 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_client.pref >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/preferences/staff_client.pref >@@ -90,7 +90,7 @@ Staff Client: > - Include the stylesheet at > - pref: SlipCSS > class: url >- - on Issue and Reserve Slips. (This should be a complete URL, starting with <code>http://</code>.) >+ - on Issue and Hold Slips. (This should be a complete URL, starting with <code>http://</code>.) > Options: > - > - pref: viewMARC >-- >2.1.0
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 8085
:
45075
|
45119
|
45352
|
45492
|
45503
|
45504
|
167631