Bugzilla – Attachment 16762 Details for
Bug 5343
Subscription cost (Link serial and acqui modules)
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 5343: Fix non english string
Bug-5343-Fix-non-english-string.patch (text/plain), 3.20 KB, created by
Jonathan Druart
on 2013-03-22 10:54:42 UTC
(
hide
)
Description:
Bug 5343: Fix non english string
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2013-03-22 10:54:42 UTC
Size:
3.20 KB
patch
obsolete
>From 890d0a6a09f88d9245082cdf55017b935e045f32 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@biblibre.com> >Date: Fri, 22 Mar 2013 11:40:02 +0100 >Subject: [PATCH] Bug 5343: Fix non english string > >Replace "Not orderable" with "Cannot be ordered" >and 3 others typos >--- > .../intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt | 2 +- > .../intranet-tmpl/prog/en/modules/serials/subscription-detail.tt | 6 +++--- > 2 files changed, 4 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt >index d5b049a..ea9bc32 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/newordersubscription.tt >@@ -96,7 +96,7 @@ > Order > </a> > [% ELSE %] >- <a title="This subscription depends on another supplier" style="cursor:help">Not orderable</a> >+ <a title="This subscription depends on another supplier" style="cursor:help">Cannot be ordered</a> > [% END %] > </td> > </tr> >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt >index 1dea871..a7b9e83 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-detail.tt >@@ -136,7 +136,7 @@ $(document).ready(function() { > <h2>Acquisition details</h2> > <table> > <thead> >- <tr><th></th><th>Price exc. taxes</th><th>Price inc. taxes</th><th>fund</th><th></th></tr> >+ <tr><th></th><th>Price exc. taxes</th><th>Price inc. taxes</th><th>Fund</th><th></th></tr> > </thead> > <tbody> > <tr> >@@ -146,7 +146,7 @@ $(document).ready(function() { > <td>[% budget_name_ordered %]</td> > <td> > [% IF ( ordered_exists ) %] >- <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno %]">See basket informations</a> >+ <a href="/cgi-bin/koha/acqui/basket.pl?basketno=[% basketno %]">See basket information</a> > [% END %] > </td> > </tr> >@@ -157,7 +157,7 @@ $(document).ready(function() { > <td>[% budget_name_spent %]</td> > <td> > [% IF ( spent_exists ) %] >- <a href="/cgi-bin/koha/acqui/invoice.pl?invoiceid=[% invoiceid %]">See invoice informations</a> >+ <a href="/cgi-bin/koha/acqui/invoice.pl?invoiceid=[% invoiceid %]">See invoice information</a> > [% END %] > </td> > </tr> >-- >1.7.10.4
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 5343
:
13010
|
13011
|
15840
|
16321
|
16482
|
16492
|
16510
|
16624
|
16625
|
16626
|
16641
|
16723
|
16724
|
16725
|
16726
|
16728
|
16733
|
16735
|
16736
|
16737
|
16738
|
16739
|
16748
|
16754
|
16762
|
16764
|
16765
|
16766
|
16767
|
16768
|
16769
|
16770