Bugzilla – Attachment 33437 Details for
Bug 12779
Capitalization: strings on subscription add page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 12779: Capitalization on add/edit subscription form
Bug-12779-Capitalization-on-addedit-subscription-f.patch (text/plain), 3.19 KB, created by
Marc Véron
on 2014-11-10 17:51:59 UTC
(
hide
)
Description:
Bug 12779: Capitalization on add/edit subscription form
Filename:
MIME Type:
Creator:
Marc Véron
Created:
2014-11-10 17:51:59 UTC
Size:
3.19 KB
patch
obsolete
>From 531de2a8a31eb6b282cd0bd7ffca74b402cec217 Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Sun, 9 Nov 2014 23:27:47 +0100 >Subject: [PATCH] Bug 12779: Capitalization on add/edit subscription form >MIME-Version: 1.0 >Content-Type: text/plain; charset=UTF-8 >Content-Transfer-Encoding: 8bit > >To test: >- Add or edit a new or existing subscription in the serials > module > >Patch changes "biblio" to "record" and fixes capitalization: >Search for record | Create record > >Patch behaves as expected. >Signed-off-by: Marc Véron <veron@veron.ch> >--- > .../intranet-tmpl/prog/en/modules/serials/subscription-add.tt | 8 ++++---- > 1 file changed, 4 insertions(+), 4 deletions(-) > >diff --git a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt >index 62da614..e69649c 100644 >--- a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt >+++ b/koha-tmpl/intranet-tmpl/prog/en/modules/serials/subscription-add.tt >@@ -482,15 +482,15 @@ $(document).ready(function() { > <input type="text" name="aqbooksellerid" id="aqbooksellerid" value="[% aqbooksellerid %]" size="8" /> (<input type="text" name="aqbooksellername" value="[% aqbooksellername %]" disabled="disabled" readonly="readonly" />) <a href="#" onclick="FindAcqui(f)">Search for a vendor</a> > </li> > <li> >- <label for="biblionumber" class="required" title="Subscriptions must be associated with a bibliographic record">Biblio:</label> >+ <label for="biblionumber" class="required" title="Subscriptions must be associated with a bibliographic record">Record:</label> > <input type="text" name="biblionumber" id="biblionumber" value="[% bibnum %]" size="8" /> > (<input type="text" name="title" value="[% bibliotitle %]" disabled="disabled" readonly="readonly" />) <span class="required" title="Subscriptions must be associated with a bibliographic record">Required</span> >- <div class="inputnote"> <a href="#" onclick="Plugin(f)">Search for Biblio</a> >+ <div class="inputnote"> <a href="#" onclick="Plugin(f)">Search for record</a> > [% IF ( CAN_user_editcatalogue ) %] > [% IF ( modify ) %] >- | <a href="#" onclick="addbiblioPopup([% bibnum %]); return false;">Edit biblio</a> >+ | <a href="#" onclick="addbiblioPopup([% bibnum %]); return false;">Edit record</a> > [% ELSE %] >- | <a href="#" onclick="addbiblioPopup(); return false;">Create Biblio</a> >+ | <a href="#" onclick="addbiblioPopup(); return false;">Create record</a> > [% END %] > [% END %] > </div> >-- >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 12779
:
33398
|
33437
|
33471