Bugzilla – Attachment 91822 Details for
Bug 1985
Email notification of new OPAC comments
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 1985: (follow-up) fix staff URL in other letters
Bug-1985-follow-up-fix-staff-URL-in-other-letters.patch (text/plain), 9.12 KB, created by
ByWater Sandboxes
on 2019-07-26 15:41:26 UTC
(
hide
)
Description:
Bug 1985: (follow-up) fix staff URL in other letters
Filename:
MIME Type:
Creator:
ByWater Sandboxes
Created:
2019-07-26 15:41:26 UTC
Size:
9.12 KB
patch
obsolete
>From d48361c387b97efef6efb1038b997f4c199c53cc Mon Sep 17 00:00:00 2001 >From: Mark Tompsett <mtompset@hotmail.com> >Date: Tue, 2 Jul 2019 18:45:52 +0000 >Subject: [PATCH] Bug 1985: (follow-up) fix staff URL in other letters > >Signed-off-by: Andrew Fuerste-Henry <andrew@bywatersolutions.com> >--- > installer/data/mysql/de-DE/mandatory/sample_notices.sql | 6 +++--- > installer/data/mysql/es-ES/mandatory/sample_notices.sql | 6 +++--- > installer/data/mysql/fr-FR/1-Obligatoire/sample_notices.sql | 6 +++--- > installer/data/mysql/it-IT/necessari/notices.sql | 6 +++--- > installer/data/mysql/nb-NO/1-Obligatorisk/sample_notices.sql | 6 +++--- > installer/data/mysql/pl-PL/mandatory/sample_notices.sql | 6 +++--- > installer/data/mysql/ru-RU/mandatory/sample_notices.sql | 6 +++--- > installer/data/mysql/uk-UA/mandatory/sample_notices.sql | 6 +++--- > 8 files changed, 24 insertions(+), 24 deletions(-) > >diff --git a/installer/data/mysql/de-DE/mandatory/sample_notices.sql b/installer/data/mysql/de-DE/mandatory/sample_notices.sql >index 1a18b33d32..3188e9904d 100644 >--- a/installer/data/mysql/de-DE/mandatory/sample_notices.sql >+++ b/installer/data/mysql/de-DE/mandatory/sample_notices.sql >@@ -170,13 +170,13 @@ We want to inform you that borrower <<borrowers.cardnumber>> has just created a > --- END COMMENT --- > > To approve: >-http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl?op=approve&reviewid=<<reviews.reviewid>> >+<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl?op=approve&reviewid=<<reviews.reviewid>> > > To delete: >-http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl?op=delete&reviewid=<<reviews.reviewid>> >+<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl?op=delete&reviewid=<<reviews.reviewid>> > > Or to review all comments: >-http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl >+<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl > > Check it out! > >diff --git a/installer/data/mysql/es-ES/mandatory/sample_notices.sql b/installer/data/mysql/es-ES/mandatory/sample_notices.sql >index be9a4d7f21..7ac0910b65 100644 >--- a/installer/data/mysql/es-ES/mandatory/sample_notices.sql >+++ b/installer/data/mysql/es-ES/mandatory/sample_notices.sql >@@ -158,13 +158,13 @@ We want to inform you that borrower <<borrowers.cardnumber>> has just created a > --- END COMMENT --- > > To approve: >-http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl?op=approve&reviewid=<<reviews.reviewid>> >+<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl?op=approve&reviewid=<<reviews.reviewid>> > > To delete: >-http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl?op=delete&reviewid=<<reviews.reviewid>> >+<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl?op=delete&reviewid=<<reviews.reviewid>> > > Or to review all comments: >-http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl >+<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl > > Check it out! > >diff --git a/installer/data/mysql/fr-FR/1-Obligatoire/sample_notices.sql b/installer/data/mysql/fr-FR/1-Obligatoire/sample_notices.sql >index 6ff178b497..e7b356bab4 100644 >--- a/installer/data/mysql/fr-FR/1-Obligatoire/sample_notices.sql >+++ b/installer/data/mysql/fr-FR/1-Obligatoire/sample_notices.sql >@@ -161,13 +161,13 @@ We want to inform you that borrower <<borrowers.cardnumber>> has just created a > --- END COMMENT --- > > To approve: >-http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl?op=approve&reviewid=<<reviews.reviewid>> >+<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl?op=approve&reviewid=<<reviews.reviewid>> > > To delete: >-http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl?op=delete&reviewid=<<reviews.reviewid>> >+<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl?op=delete&reviewid=<<reviews.reviewid>> > > Or to review all comments: >-http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl >+<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl > > Check it out! > >diff --git a/installer/data/mysql/it-IT/necessari/notices.sql b/installer/data/mysql/it-IT/necessari/notices.sql >index d0c7badf67..be0500a07c 100644 >--- a/installer/data/mysql/it-IT/necessari/notices.sql >+++ b/installer/data/mysql/it-IT/necessari/notices.sql >@@ -165,13 +165,13 @@ We want to inform you that borrower <<borrowers.cardnumber>> has just created a > --- END COMMENT --- > > To approve: >-http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl?op=approve&reviewid=<<reviews.reviewid>> >+<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl?op=approve&reviewid=<<reviews.reviewid>> > > To delete: >-http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl?op=delete&reviewid=<<reviews.reviewid>> >+<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl?op=delete&reviewid=<<reviews.reviewid>> > > Or to review all comments: >-http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl >+<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl > > Check it out! > >diff --git a/installer/data/mysql/nb-NO/1-Obligatorisk/sample_notices.sql b/installer/data/mysql/nb-NO/1-Obligatorisk/sample_notices.sql >index cd444f634a..6b7ee21daf 100644 >--- a/installer/data/mysql/nb-NO/1-Obligatorisk/sample_notices.sql >+++ b/installer/data/mysql/nb-NO/1-Obligatorisk/sample_notices.sql >@@ -182,13 +182,13 @@ We want to inform you that borrower <<borrowers.cardnumber>> has just created a > --- END COMMENT --- > > To approve: >-http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl?op=approve&reviewid=<<reviews.reviewid>> >+<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl?op=approve&reviewid=<<reviews.reviewid>> > > To delete: >-http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl?op=delete&reviewid=<<reviews.reviewid>> >+<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl?op=delete&reviewid=<<reviews.reviewid>> > > Or to review all comments: >-http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl >+<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl > > Check it out! > >diff --git a/installer/data/mysql/pl-PL/mandatory/sample_notices.sql b/installer/data/mysql/pl-PL/mandatory/sample_notices.sql >index 9e22c6f26c..939de0f2de 100644 >--- a/installer/data/mysql/pl-PL/mandatory/sample_notices.sql >+++ b/installer/data/mysql/pl-PL/mandatory/sample_notices.sql >@@ -160,13 +160,13 @@ We want to inform you that borrower <<borrowers.cardnumber>> has just created a > --- END COMMENT --- > > To approve: >-http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl?op=approve&reviewid=<<reviews.reviewid>> >+<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl?op=approve&reviewid=<<reviews.reviewid>> > > To delete: >-http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl?op=delete&reviewid=<<reviews.reviewid>> >+<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl?op=delete&reviewid=<<reviews.reviewid>> > > Or to review all comments: >-http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl >+<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl > > Check it out! > >diff --git a/installer/data/mysql/ru-RU/mandatory/sample_notices.sql b/installer/data/mysql/ru-RU/mandatory/sample_notices.sql >index 82697d6b6e..cc36211907 100644 >--- a/installer/data/mysql/ru-RU/mandatory/sample_notices.sql >+++ b/installer/data/mysql/ru-RU/mandatory/sample_notices.sql >@@ -160,13 +160,13 @@ We want to inform you that borrower <<borrowers.cardnumber>> has just created a > --- END COMMENT --- > > To approve: >-http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl?op=approve&reviewid=<<reviews.reviewid>> >+<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl?op=approve&reviewid=<<reviews.reviewid>> > > To delete: >-http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl?op=delete&reviewid=<<reviews.reviewid>> >+<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl?op=delete&reviewid=<<reviews.reviewid>> > > Or to review all comments: >-http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl >+<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl > > Check it out! > >diff --git a/installer/data/mysql/uk-UA/mandatory/sample_notices.sql b/installer/data/mysql/uk-UA/mandatory/sample_notices.sql >index 6e6c161e9a..b020b7cd7a 100644 >--- a/installer/data/mysql/uk-UA/mandatory/sample_notices.sql >+++ b/installer/data/mysql/uk-UA/mandatory/sample_notices.sql >@@ -254,13 +254,13 @@ We want to inform you that borrower <<borrowers.cardnumber>> has just created a > --- END COMMENT --- > > To approve: >-http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl?op=approve&reviewid=<<reviews.reviewid>> >+<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl?op=approve&reviewid=<<reviews.reviewid>> > > To delete: >-http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl?op=delete&reviewid=<<reviews.reviewid>> >+<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl?op=delete&reviewid=<<reviews.reviewid>> > > Or to review all comments: >-http://<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl >+<<staffClientBaseURL>>/cgi-bin/koha/reviews/reviewswaiting.pl > > Check it out! > >-- >2.11.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 1985
:
33916
|
33918
|
36065
|
36516
|
36517
|
36521
|
36522
|
36613
|
36614
|
36628
|
36629
|
36643
|
36644
|
36645
|
36677
|
36678
|
36720
|
38908
|
38909
|
38910
|
39062
|
63746
|
63747
|
63748
|
63749
|
63750
|
63751
|
63752
|
63761
|
63762
|
63763
|
74760
|
74761
|
74762
|
74763
|
74764
|
74769
|
74770
|
74771
|
91190
|
91191
|
91192
|
91193
|
91194
|
91195
|
91196
|
91197
|
91198
|
91818
|
91819
|
91820
|
91821
| 91822 |
91823