Bugzilla – Attachment 10457 Details for
Bug 7368
General staff client typo omnibus
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Corrects 2 typos see comment #9
Bug-8272---OPAC--date-expiration-format.patch (text/plain), 3.22 KB, created by
Marc Véron
on 2012-06-25 07:51:39 UTC
(
hide
)
Description:
Corrects 2 typos see comment #9
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2012-06-25 07:51:39 UTC
Size:
3.22 KB
patch
obsolete
>From e24650b1d41b7791ae93fefd68a9c33800a23e9a Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Tue, 19 Jun 2012 13:08:28 -0400 >Subject: [PATCH] Bug 8272 - OPAC : date expiration format >Content-Type: text/plain; charset="utf-8" > >Adding TT date filter to output of expiration date >on OPAC user page. > >Signed-off-by: Chris Cormack <chrisc@catalyst.net.nz> >Signed-off-by: Delaye Stephane <stephane.delaye@biblibre.com> >Signed-off-by: Paul Poulain <paul.poulain@biblibre.com> > >http://bugs.koha-community.org/show_bug.cgi?id=7368 >--- > .../prog/en/modules/help/acqui/basketheader.tt | 2 +- > .../modules/help/admin/auth_subfields_structure.tt | 2 +- > koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt | 2 +- > 3 files changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/basketheader.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/basketheader.tt >index 1df42ef..9f8dddd 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/basketheader.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/acqui/basketheader.tt >@@ -6,7 +6,7 @@ > > <p>If you have added contracts to the vendor from whom you are ordering, you will also have an option to choose which contract you are ordering those items under.</p> > >-<p>When finished, click 'Save.'</p> >+<p>When finished, click 'Save'.</p> > > <h2>Editing Basket Headers</h2> > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/auth_subfields_structure.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/auth_subfields_structure.tt >index 2ce350d..8a4333c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/auth_subfields_structure.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/help/admin/auth_subfields_structure.tt >@@ -15,7 +15,7 @@ > </ul> > </li> > <li>From the list of subfields, you can click 'Delete' to the right of each to erase the subfield in question.</li> >- <li>To edit the subfields, click 'Edit Subfields.'</li> >+ <li>To edit the subfields, click 'Edit Subfields'.</li> > <li>For each subfield, you can set the following values: > <ul> > <li>'Text for librarian' is what appears before the subfield in the librarian interface.</li> >diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt >index 0b8930f..8ae9a77 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-user.tt >@@ -83,7 +83,7 @@ $.tablesorter.addParser({ > > [% IF ( BORROWER_INF.warndeparture ) %] > <div class="dialog alert" id="warndeparture"> >- <strong>Please note:</strong><span> Your card will expire on <span id="warndeparture_date">[% BORROWER_INF.warndeparture %]</span>. Please contact the library for more information.</span> >+ <strong>Please note:</strong><span> Your card will expire on <span id="warndeparture_date">[% BORROWER_INF.warndeparture | $KohaDates %]</span>. Please contact the library for more information.</span> > [% IF ( BORROWER_INF.returnbeforeexpiry ) %]<span id="warndeparture_returnbeforeexpiry"> Also note that you must return all checked out items before your card expires.</span>[% END %] > </div> > [% END %] >-- >1.7.2.5
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 7368
:
6867
|
8179
|
8925
|
9496
|
9497
|
9564
|
10191
|
10457
|
10458
|
10937
|
10939
|
10956
|
11048
|
11069
|
11189
|
11760
|
11761
|
13395
|
13443
|
13446
|
13971
|
14114
|
14115
|
14263
|
16095
|
17182
|
17183
|
17452
|
17785
|
17817
|
18400
|
18401
|
18407
|
19206
|
19208
|
19230
|
19258