Bugzilla – Attachment 29513 Details for
Bug 12508
The removal of a contract which is linked to a basket does not display an error
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12508: Follow up - corrects capitalization
Bug-12508-Follow-up---corrects-capitalization.patch (text/plain), 1.88 KB, created by
Katrin Fischer
on 2014-07-06 16:47:37 UTC
(
hide
)
Description:
Bug 12508: Follow up - corrects capitalization
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2014-07-06 16:47:37 UTC
Size:
1.88 KB
patch
obsolete
>From d470af292b034df88195ca7aa85c97b2290b2736 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Sun, 6 Jul 2014 18:41:43 +0200 >Subject: [PATCH] Bug 12508: Follow up - corrects capitalization > >Corrects 2 strings: >- 'Delete this contract' >- 'Contract deleted' >--- > koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqcontract.tt | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqcontract.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqcontract.tt >index b4a6e0c..afbabfd 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqcontract.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/admin/aqcontract.tt >@@ -78,7 +78,7 @@ function Check(ff) { > › Confirm deletion of contract [% contractnumber %] > [% END %] > [% IF ( delete_confirmed ) %] >- <a href="/cgi-bin/koha/admin/aqcontract.pl?booksellerid=[% booksellerid %]">Contracts</a> › Contract Deleted >+ <a href="/cgi-bin/koha/admin/aqcontract.pl?booksellerid=[% booksellerid %]">Contracts</a> › Contract deleted > [% END %] > [% IF ( else ) %]Contracts[% END %] > </div> >@@ -156,7 +156,7 @@ function Check(ff) { > <input type="hidden" name="op" value="delete_confirmed" /> > <input type="hidden" name="booksellerid" value="[% booksellerid %]" /> > <input type="hidden" name="contractnumber" value="[% contractnumber %]" /> >- <input type="submit" value="Delete this Contract" /> >+ <input type="submit" value="Delete this contract" /> > <a class="cancel" href="/cgi-bin/koha/admin/aqcontract.pl?booksellerid=[% booksellerid %]&contractnumber=[% contractnumber %]">Cancel</a> > </fieldset> > </fieldset> >-- >1.9.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 12508
:
29392
|
29421
|
29512
| 29513