Bug 10750: (follow-up) fix capitalization of suggestion form in Bootstrap theme
authorGalen Charlton <gmc@esilibrary.com>
Mon, 28 Oct 2013 15:12:07 +0000 (15:12 +0000)
committerGalen Charlton <gmc@esilibrary.com>
Mon, 28 Oct 2013 15:12:07 +0000 (15:12 +0000)
Signed-off-by: Galen Charlton <gmc@esilibrary.com>
koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt

index 93115b7..cc59c7e 100644 (file)
@@ -35,8 +35,8 @@
                                     <ol>
                                         <li><label class="required" for="title">Title:</label><input type="text" id="title" name="title"  maxlength="255" /></li>
                                         <li><label for="author">Author:</label><input type="text" id="author" name="author"  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"  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"  maxlength="80" /></li>
                                         <li><label for="publishercode">Publisher:</label><input type="text" id="publishercode" name="publishercode"  maxlength="80" /></li>
                                         <li><label for="collectiontitle">Collection title:</label><input type="text" id="collectiontitle" name="collectiontitle"  maxlength="80" /></li>
                                         <li><label for="place">Publication place:</label><input type="text" id="place" name="place"  maxlength="80" /></li>
@@ -87,7 +87,7 @@
                                 <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;" class="btn" value="Submit Your suggestion" /> <a class="action" href="/cgi-bin/koha/opac-suggestions.pl">Cancel</a>
+                                    <input type="submit" onclick="Check(this.form); return false;" class="btn" value="Submit your suggestion" /> <a class="action" href="/cgi-bin/koha/opac-suggestions.pl">Cancel</a>
                                 </fieldset>
                             </form>
                         [% END #  IF op_add %]
     }
 //]]>
 </script>
-[% END %]
\ No newline at end of file
+[% END %]