View | Details | Raw Unified | Return to bug 11566
Collapse All | Expand All

(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-reserve.tt (-2 / +2 lines)
Lines 222-229 Link Here
222
                                                                <div class="notesrow" id="notesrow_[% bibitemloo.biblionumber %]">
222
                                                                <div class="notesrow" id="notesrow_[% bibitemloo.biblionumber %]">
223
                                                                    <label for="holdnotes[% bibitemloo.biblionumber %]">Hold notes:</label>
223
                                                                    <label for="holdnotes[% bibitemloo.biblionumber %]">Hold notes:</label>
224
                                                                    <span id="forcenotesreason_[% bibitemloo.biblionumber %]" class="forcenotesreason"></span>
224
                                                                    <span id="forcenotesreason_[% bibitemloo.biblionumber %]" class="forcenotesreason"></span>
225
                                                                    <textarea id="holdnotes[% bibitemloo.biblionumber %]" rows="2" cols="30" name="notes_[% bibitemloo.biblionumber %]">[% bibitemloo.holdnotes %]</textarea>
225
                                                                    <textarea id="holdnotes[% bibitemloo.biblionumber %]" rows="2" cols="30" name="notes_[% bibitemloo.biblionumber %]">[% bibitemloo.holdnotes %]</textarea>input
226
                                                                    <input type="hidden" id="notesmandatory_[% bibitemloo.biblionumber %]" value="[% bibitemloo.mandatorynotes %]"/>
226
                                                                   <input type="hidden" id="notesmandatory_[% bibitemloo.biblionumber %]" value="[% bibitemloo.mandatorynotes %]"/>
227
                                                                </div>
227
                                                                </div>
228
                                                            </li>
228
                                                            </li>
229
                                                        [% END # / IF OpacHoldNotes %]
229
                                                        [% END # / IF OpacHoldNotes %]
(-)a/koha-tmpl/opac-tmpl/bootstrap/en/modules/opac-suggestions.tt (-2 / +3 lines)
Lines 32-38 Link Here
32
32
33
                            <form action="/cgi-bin/koha/opac-suggestions.pl" method="post">
33
                            <form action="/cgi-bin/koha/opac-suggestions.pl" method="post">
34
                                <fieldset class="rows">
34
                                <fieldset class="rows">
35
                                    <ol>
35
									<legend>Suggestion Form</legend>                                    
36
										<ol>
36
                                        <li><label class="required" for="title">Title:</label><input type="text" id="title" name="title"  maxlength="255" /></li>
37
                                        <li><label class="required" for="title">Title:</label><input type="text" id="title" name="title"  maxlength="255" /></li>
37
                                        <li><label for="author">Author:</label><input type="text" id="author" name="author"  maxlength="80" /></li>
38
                                        <li><label for="author">Author:</label><input type="text" id="author" name="author"  maxlength="80" /></li>
38
                                        <li><label for="copyrightdate">Copyright date:</label><input type="text" id="copyrightdate" name="copyrightdate" size="4" maxlength="4" /></li>
39
                                        <li><label for="copyrightdate">Copyright date:</label><input type="text" id="copyrightdate" name="copyrightdate" size="4" maxlength="4" /></li>
Lines 85-90 Link Here
85
                                    </ol>
86
                                    </ol>
86
                                </fieldset>
87
                                </fieldset>
87
                                <fieldset class="action">
88
                                <fieldset class="action">
89
									<legend>Submit</legend>
88
                                    <input type="hidden" name="suggestedby" value="[% suggestedbyme %]" />
90
                                    <input type="hidden" name="suggestedby" value="[% suggestedbyme %]" />
89
                                    <input type="hidden" name="op" value="add_confirm" />
91
                                    <input type="hidden" name="op" value="add_confirm" />
90
                                    <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>
92
                                    <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>
91
- 

Return to bug 11566