Bugzilla – Attachment 20450 Details for
Bug 10750
Correct capitalization on suggestion form in OPAC
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 10750: Correct capitalization on suggestion form in OPAC
Bug-10750-Correct-capitalization-on-suggestion-for.patch (text/plain), 3.07 KB, created by
Katrin Fischer
on 2013-08-18 19:29:47 UTC
(
hide
)
Description:
Bug 10750: Correct capitalization on suggestion form in OPAC
Filename:
MIME Type:
Creator:
Katrin Fischer
Created:
2013-08-18 19:29:47 UTC
Size:
3.07 KB
patch
obsolete
>From d0a36eea70e90cc484c01f7267fc456a40b5297e Mon Sep 17 00:00:00 2001 >From: Katrin Fischer <Katrin.Fischer.83@web.de> >Date: Sun, 18 Aug 2013 21:28:19 +0200 >Subject: [PATCH] Bug 10750: Correct capitalization on suggestion form in OPAC > >Create a new suggestion from your patron account in the OPAC. >Verify that all strings are correctly capitalized on the form >and submit buttons. > >- Copyright date >- Standard number ... and other >- Submit your suggestion >--- > .../opac-tmpl/prog/en/modules/opac-suggestions.tt | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > >diff --git a/koha-tmpl/opac-tmpl/prog/en/modules/opac-suggestions.tt b/koha-tmpl/opac-tmpl/prog/en/modules/opac-suggestions.tt >index a17372f..2968d41 100644 >--- a/koha-tmpl/opac-tmpl/prog/en/modules/opac-suggestions.tt >+++ b/koha-tmpl/opac-tmpl/prog/en/modules/opac-suggestions.tt >@@ -107,8 +107,8 @@ $.tablesorter.addParser({ > <fieldset class="rows"> <ol> > <li><label class="required" for="title">Title:</label><input type="text" id="title" name="title" size="80" maxlength="255" /></li> > <li><label for="author">Author:</label><input type="text" id="author" name="author" size="50" maxlength="80" /></li> >- <li><label for="copyrightdate">Copyright Date:</label><input type="text" id="copyrightdate" name="copyrightdate" size="4" maxlength="4" /></li> >- <li><label for="isbn">Standard Number (ISBN, ISSN or Other):</label><input type="text" id="isbn" name="isbn" size="50" maxlength="80" /></li> >+ <li><label for="copyrightdate">Copyright date:</label><input type="text" id="copyrightdate" name="copyrightdate" size="4" maxlength="4" /></li> >+ <li><label for="isbn">Standard number (ISBN, ISSN or other):</label><input type="text" id="isbn" name="isbn" size="50" maxlength="80" /></li> > <li><label for="publishercode">Publisher:</label><input type="text" id="publishercode" name="publishercode" size="50" maxlength="80" /></li> > <li><label for="collectiontitle">Collection title:</label><input type="text" id="collectiontitle" name="collectiontitle" size="50" maxlength="80" /></li> > <li><label for="place">Publication place:</label><input type="text" id="place" name="place" size="50" maxlength="80" /></li> >@@ -136,7 +136,7 @@ $.tablesorter.addParser({ > [% END %]</select></li>[% END %] > <li><label for="note">Notes:</label><textarea name="note" id="note" rows="5" cols="40"></textarea></li> > </ol></fieldset> >- <fieldset class="action"><input type="hidden" name="suggestedby" value="[% suggestedbyme %]" /><input type="hidden" name="op" value="add_confirm" /><input type="submit" onclick="Check(this.form); return false;" value="Submit Your Suggestion" /> <a class="action" href="/cgi-bin/koha/opac-suggestions.pl">Cancel</a></fieldset> >+ <fieldset class="action"><input type="hidden" name="suggestedby" value="[% suggestedbyme %]" /><input type="hidden" name="op" value="add_confirm" /><input type="submit" onclick="Check(this.form); return false;" value="Submit your suggestion" /> <a class="action" href="/cgi-bin/koha/opac-suggestions.pl">Cancel</a></fieldset> > </form> > > [% END %] >-- >1.7.9.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 10750
:
20450
|
22161
|
22428