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

(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/borrower_debarments.inc (-2 / +2 lines)
Lines 59-66 Link Here
59
            <fieldset class="rows" id="manual_restriction_form">
59
            <fieldset class="rows" id="manual_restriction_form">
60
                <legend>Add manual restriction</legend>
60
                <legend>Add manual restriction</legend>
61
                <ol>
61
                <ol>
62
                    <li><label for="rcomment">Comment:</label> <input type="text" id="rcomment" name="comment" /></li>
62
                    <li><label for="rcomment">Comment:</label> <input type="text" id="rcomment" name="comment" type="text" /></li>
63
                    <li><label for="rexpiration">Expiration:</label> <input name="expiration" id="rexpiration" size="10" value="" class="datepicker" />
63
                    <li><label for="rexpiration">Expiration:</label> <input name="expiration" id="rexpiration" size="10" value="" class="datepicker" type="text" />
64
                        <a href="#" class="clear-date" id="clear-date-rexpiration">Clear date</a></li>
64
                        <a href="#" class="clear-date" id="clear-date-rexpiration">Clear date</a></li>
65
                </ol>
65
                </ol>
66
            <fieldset class="action"><input type="submit" value="Add restriction" /> <a href="#" class="cancel" id="cancel_manual_restriction">Cancel</a></fieldset>
66
            <fieldset class="action"><input type="submit" value="Add restriction" /> <a href="#" class="cancel" id="cancel_manual_restriction">Cancel</a></fieldset>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/cat-search.inc (-2 / +3 lines)
Lines 9-22 Link Here
9
<div id="checkin_search" class="residentsearch">
9
<div id="checkin_search" class="residentsearch">
10
    <p class="tip">Scan a barcode to check in:</p>
10
    <p class="tip">Scan a barcode to check in:</p>
11
    <form method="post" action="/cgi-bin/koha/circ/returns.pl" autocomplete="off">
11
    <form method="post" action="/cgi-bin/koha/circ/returns.pl" autocomplete="off">
12
        <input class="head-searchbox" name="barcode" id="ret_barcode" size="40" />
12
        <input class="head-searchbox" name="barcode" id="ret_barcode" size="40" type="text" />
13
13
        <input value="Submit" class="submit" type="submit" />
14
        <input value="Submit" class="submit" type="submit" />
14
    </form>
15
    </form>
15
</div>
16
</div>
16
<div id="renew_search" class="residentsearch">
17
<div id="renew_search" class="residentsearch">
17
    <p class="tip">Scan a barcode to renew:</p>
18
    <p class="tip">Scan a barcode to renew:</p>
18
    <form method="post" action="/cgi-bin/koha/circ/renew.pl" autocomplete="off">
19
    <form method="post" action="/cgi-bin/koha/circ/renew.pl" autocomplete="off">
19
        <input class="head-searchbox" name="barcode" id="ren_barcode" size="40" />
20
        <input class="head-searchbox" name="barcode" id="ren_barcode" size="40" type="text" />
20
        <input value="Submit" class="submit" type="submit" />
21
        <input value="Submit" class="submit" type="submit" />
21
    </form>
22
    </form>
22
</div>
23
</div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/circ-search.inc (-2 / +2 lines)
Lines 8-21 Link Here
8
<div id="checkin_search" class="residentsearch">
8
<div id="checkin_search" class="residentsearch">
9
    <p class="tip">Scan a barcode to check in:</p>
9
    <p class="tip">Scan a barcode to check in:</p>
10
    <form method="post" action="/cgi-bin/koha/circ/returns.pl" autocomplete="off">
10
    <form method="post" action="/cgi-bin/koha/circ/returns.pl" autocomplete="off">
11
        <input class="head-searchbox" name="barcode" id="ret_barcode" size="40" accesskey="r" />
11
        <input class="head-searchbox" name="barcode" id="ret_barcode" size="40" accesskey="r" type="text" />
12
        <input value="Submit" class="submit" type="submit" />
12
        <input value="Submit" class="submit" type="submit" />
13
    </form>
13
    </form>
14
</div>
14
</div>
15
<div id="renew_search" class="residentsearch">
15
<div id="renew_search" class="residentsearch">
16
    <p class="tip">Scan a barcode to renew:</p>
16
    <p class="tip">Scan a barcode to renew:</p>
17
    <form method="post" action="/cgi-bin/koha/circ/renew.pl" autocomplete="off">
17
    <form method="post" action="/cgi-bin/koha/circ/renew.pl" autocomplete="off">
18
        <input class="head-searchbox" name="barcode" id="ren_barcode" size="40" />
18
        <input class="head-searchbox" name="barcode" id="ren_barcode" size="40" type="text" />
19
        <input value="Submit" class="submit" type="submit" />
19
        <input value="Submit" class="submit" type="submit" />
20
    </form>
20
    </form>
21
</div>
21
</div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/home-search.inc (-2 / +2 lines)
Lines 8-21 Link Here
8
<div id="checkin_search" class="residentsearch">
8
<div id="checkin_search" class="residentsearch">
9
    <p class="tip">Scan a barcode to check in:</p>
9
    <p class="tip">Scan a barcode to check in:</p>
10
    <form method="post" action="/cgi-bin/koha/circ/returns.pl" autocomplete="off">
10
    <form method="post" action="/cgi-bin/koha/circ/returns.pl" autocomplete="off">
11
        <input name="barcode" class="head-searchbox" id="ret_barcode" size="40" accesskey="r" />
11
        <input name="barcode" class="head-searchbox" id="ret_barcode" size="40" accesskey="r" type="text" />
12
        <input value="Submit" class="submit" type="submit" />
12
        <input value="Submit" class="submit" type="submit" />
13
    </form>
13
    </form>
14
</div>
14
</div>
15
<div id="renew_search" class="residentsearch">
15
<div id="renew_search" class="residentsearch">
16
    <p class="tip">Scan a barcode to renew:</p>
16
    <p class="tip">Scan a barcode to renew:</p>
17
        <form method="post" action="/cgi-bin/koha/circ/renew.pl" autocomplete="off">
17
        <form method="post" action="/cgi-bin/koha/circ/renew.pl" autocomplete="off">
18
            <input class="head-searchbox" name="barcode" id="ren_barcode" size="40" />
18
            <input class="head-searchbox" name="barcode" id="ren_barcode" size="40" type="text" />
19
            <input value="Submit" class="submit" type="submit" />
19
            <input value="Submit" class="submit" type="submit" />
20
        </form>
20
        </form>
21
    </div>
21
    </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/includes/patron-search.inc (-2 / +2 lines)
Lines 123-136 Link Here
123
    <div id="checkin_search" class="residentsearch">
123
    <div id="checkin_search" class="residentsearch">
124
    <p class="tip">Scan a barcode to check in:</p>
124
    <p class="tip">Scan a barcode to check in:</p>
125
    <form method="post" action="/cgi-bin/koha/circ/returns.pl" autocomplete="off">
125
    <form method="post" action="/cgi-bin/koha/circ/returns.pl" autocomplete="off">
126
    <input class="head-searchbox" name="barcode" id="ret_barcode" size="40" accesskey="r" />
126
    <input class="head-searchbox" name="barcode" id="ret_barcode" size="40" accesskey="r" type="text" />
127
    <input value="Submit" class="submit" type="submit" />
127
    <input value="Submit" class="submit" type="submit" />
128
    </form>
128
    </form>
129
    </div>
129
    </div>
130
        <div id="renew_search" class="residentsearch">
130
        <div id="renew_search" class="residentsearch">
131
        <p class="tip">Scan a barcode to renew:</p>
131
        <p class="tip">Scan a barcode to renew:</p>
132
            <form method="post" action="/cgi-bin/koha/circ/renew.pl" autocomplete="off">
132
            <form method="post" action="/cgi-bin/koha/circ/renew.pl" autocomplete="off">
133
                <input class="head-searchbox" name="barcode" id="ren_barcode" size="40" />
133
                <input class="head-searchbox" name="barcode" id="ren_barcode" size="40" type="text" />
134
                <input value="Submit" class="submit" type="submit" />
134
                <input value="Submit" class="submit" type="submit" />
135
            </form>
135
            </form>
136
        </div>
136
        </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/z3950_search.tt (-1 / +1 lines)
Lines 167-173 tr.selected { background-color : #FFFFCC; } tr.selected td { background-color : Link Here
167
        [% IF ( show_nextbutton ) %]
167
        [% IF ( show_nextbutton ) %]
168
            <input type="button" name="changepage_next" value="Next page" data-currentpage="[% current_page | html %]" />
168
            <input type="button" name="changepage_next" value="Next page" data-currentpage="[% current_page | html %]" />
169
        [% END %]
169
        [% END %]
170
        <br />Go to page : <input id="goto_page" name="goto_page" value="[% current_page | html %]" size="4" /><input type="submit" name="changepage_goto" value="Go" />
170
        <br />Go to page : <input id="goto_page" name="goto_page" value="[% current_page | html %]" size="4" type="text" /> <input type="submit" name="changepage_goto" value="Go" />
171
    </form>
171
    </form>
172
172
173
    [% ELSE %]
173
    [% ELSE %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/admin/smart-rules.tt (-3 / +3 lines)
Lines 532-540 Link Here
532
                        [% END %]
532
                        [% END %]
533
                        </select>
533
                        </select>
534
                    </td>
534
                    </td>
535
                    <td><input name="maxissueqty" size="3" /></td>
535
                    <td><input name="maxissueqty" size="3" type="text" /></td>
536
                    <td><input name="maxonsiteissueqty" size="3" /></td>
536
                    <td><input name="maxonsiteissueqty" size="3" type="text" /></td>
537
                    <td><input name="max_holds" size="3" /></td>
537
                    <td><input name="max_holds" size="3" type="text" /></td>
538
                    <td class="actions"><button type="submit" class="btn btn-default btn-xs"><i class="fa fa-plus"></i> Add</td>
538
                    <td class="actions"><button type="submit" class="btn btn-default btn-xs"><i class="fa fa-plus"></i> Add</td>
539
                </tr>
539
                </tr>
540
            </table>
540
            </table>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_auth_search.tt (-1 / +1 lines)
Lines 144-150 Link Here
144
        [% IF ( show_nextbutton ) %]
144
        [% IF ( show_nextbutton ) %]
145
            <input type="button" name="changepage_next" value="Next page" data-currentpage="[% current_page | html %]" />
145
            <input type="button" name="changepage_next" value="Next page" data-currentpage="[% current_page | html %]" />
146
        [% END %]
146
        [% END %]
147
        <br />Go to page : <input id="goto_page" name="goto_page" value="[% current_page | html %]" size="4" /><input type="submit" name="changepage_goto" value="Go" />
147
        <br />Go to page : <input id="goto_page" name="goto_page" value="[% current_page | html %]" size="4" type="text" /><input type="submit" name="changepage_goto" value="Go" />
148
    </form>
148
    </form>
149
149
150
<p><form method="get" action="/cgi-bin/koha/cataloguing/z3950_auth_search.pl"><input type="hidden" name="authid" value="[% authid | html %]" /><input type="submit" value="Try another search"/></form></p>
150
<p><form method="get" action="/cgi-bin/koha/cataloguing/z3950_auth_search.pl"><input type="hidden" name="authid" value="[% authid | html %]" /><input type="submit" value="Try another search"/></form></p>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/cataloguing/z3950_search.tt (-1 / +1 lines)
Lines 174-180 Link Here
174
        [% IF ( show_nextbutton ) %]
174
        [% IF ( show_nextbutton ) %]
175
            <input type="button" name="changepage_next" value="Next page" data-currentpage="[% current_page | html %]" />
175
            <input type="button" name="changepage_next" value="Next page" data-currentpage="[% current_page | html %]" />
176
        [% END %]
176
        [% END %]
177
        <br />Go to page : <input id="goto_page" name="goto_page" value="[% current_page | html %]" size="4" /><input type="submit" name="changepage_goto" value="Go" />
177
        <br />Go to page : <input id="goto_page" name="goto_page" value="[% current_page | html %]" size="4" type="text" /><input type="submit" name="changepage_goto" value="Go" />
178
    </form>
178
    </form>
179
179
180
    [% ELSE %]
180
    [% ELSE %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/branchtransfers.tt (-1 / +1 lines)
Lines 152-158 Link Here
152
            </li>
152
            </li>
153
            <li>
153
            <li>
154
                <label for="barcode">Enter barcode: </label>
154
                <label for="barcode">Enter barcode: </label>
155
                <input name="barcode" id="barcode" size="15" class="focus" /> <input type="submit" value="Submit" />
155
                <input name="barcode" id="barcode" size="15" class="focus" type="text" /> <input type="submit" value="Submit" />
156
            </li>
156
            </li>
157
			</ol>
157
			</ol>
158
        </fieldset>
158
        </fieldset>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/offline.tt (-1 / +1 lines)
Lines 94-100 Link Here
94
                            <fieldset>
94
                            <fieldset>
95
                                <legend>Check In</legend>
95
                                <legend>Check In</legend>
96
                                <label for="checkin-barcode">Enter item barcode: </label>
96
                                <label for="checkin-barcode">Enter item barcode: </label>
97
                                <input name="barcode" id="checkin-barcode" size="14" class="focus"/>
97
                                <input name="barcode" id="checkin-barcode" size="14" class="focus" type="text" />
98
                                <input type="submit" class="submit" value="Submit" />
98
                                <input type="submit" class="submit" value="Submit" />
99
                            </fieldset>
99
                            </fieldset>
100
                        </div>
100
                        </div>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/renew.tt (-1 / +1 lines)
Lines 153-159 Link Here
153
153
154
                            <label for="barcode">Enter item barcode: </label>
154
                            <label for="barcode">Enter item barcode: </label>
155
155
156
                            <input name="barcode" id="barcode" size="14" class="focus"/>
156
                            <input name="barcode" id="barcode" size="14" class="focus" type="text" />
157
157
158
                            <input type="submit" class="submit" value="Submit" />
158
                            <input type="submit" class="submit" value="Submit" />
159
                        </fieldset>
159
                        </fieldset>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/circ/returns.tt (-3 / +3 lines)
Lines 611-621 Link Here
611
	<legend>Check in</legend>
611
	<legend>Check in</legend>
612
            <label for="barcode">Enter item barcode: </label>
612
            <label for="barcode">Enter item barcode: </label>
613
			[% IF ( exemptfine ) %]
613
			[% IF ( exemptfine ) %]
614
			<input name="barcode" id="barcode" size="14" class="focus alert"/>
614
			<input name="barcode" id="barcode" size="14" class="focus alert" type="text" />
615
			[% ELSIF ( dropboxmode ) %]
615
			[% ELSIF ( dropboxmode ) %]
616
			<input name="barcode" id="barcode" size="14" class="focus alert"/>
616
			<input name="barcode" id="barcode" size="14" class="focus alert" type="text" />
617
			[% ELSE %]
617
			[% ELSE %]
618
			<input name="barcode" id="barcode" size="14" class="focus"/>
618
			<input name="barcode" id="barcode" size="14" class="focus" type="text" />
619
			[% END %]
619
			[% END %]
620
            <input type="submit" class="submit" value="Submit" />
620
            <input type="submit" class="submit" value="Submit" />
621
621
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/memberentrygen.tt (-1 / +1 lines)
Lines 969-975 Link Here
969
                        <legend id="manual_restriction_lgd">Add manual restriction</legend>
969
                        <legend id="manual_restriction_lgd">Add manual restriction</legend>
970
                        <ol>
970
                        <ol>
971
                            <li><label for="debarred_comment">Comment: </label><input type="text" id="debarred_comment" name="debarred_comment" onchange="$('#add_debarment').val(1);" /></li>
971
                            <li><label for="debarred_comment">Comment: </label><input type="text" id="debarred_comment" name="debarred_comment" onchange="$('#add_debarment').val(1);" /></li>
972
                            <li><label for="debarred_expiration">Expiration: </label><input name="debarred_expiration" id="debarred_expiration" size="10" value="" class="datepicker" onchange="$('#add_debarment').val(1);" />
972
                            <li><label for="debarred_expiration">Expiration: </label><input name="debarred_expiration" id="debarred_expiration" size="10" value="" class="datepicker" onchange="$('#add_debarment').val(1);" type="text" />
973
                                    <a href='javascript:void(0)' onclick="$('#debarred_expiration').val('');">Clear date</a></li>
973
                                    <a href='javascript:void(0)' onclick="$('#debarred_expiration').val('');">Clear date</a></li>
974
974
975
                        </ol>
975
                        </ol>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/members/paycollect.tt (-3 / +3 lines)
Lines 101-107 Link Here
101
    <li>
101
    <li>
102
        <label for="paid">Collect from patron: </label>
102
        <label for="paid">Collect from patron: </label>
103
            <!-- default to paying all -->
103
            <!-- default to paying all -->
104
        <input name="paid" id="paid" value="[% amountoutstanding | html %]" />
104
        <input name="paid" id="paid" value="[% amountoutstanding | html %]"  type="text" />
105
    </li>
105
    </li>
106
    [% SET payment_types = AuthorisedValues.GetAuthValueDropbox('PAYMENT_TYPE') %]
106
    [% SET payment_types = AuthorisedValues.GetAuthValueDropbox('PAYMENT_TYPE') %]
107
    [% IF payment_types %]
107
    [% IF payment_types %]
Lines 157-163 Link Here
157
                <li>
157
                <li>
158
                    <label for="paid">Writeoff amount: </label>
158
                    <label for="paid">Writeoff amount: </label>
159
                    <!-- default to writing off all -->
159
                    <!-- default to writing off all -->
160
                    <input name="amountwrittenoff" id="amountwrittenoff" value="[% amountoutstanding | $Price on_editing => 1 | html %]" />
160
                    <input name="amountwrittenoff" id="amountwrittenoff" value="[% amountoutstanding | $Price on_editing => 1 | html %]" type="text" />
161
                </li>
161
                </li>
162
            </ol>
162
            </ol>
163
        </fieldset>
163
        </fieldset>
Lines 198-204 Link Here
198
            <label for="paid">Collect from patron: </label>
198
            <label for="paid">Collect from patron: </label>
199
        [% END %]
199
        [% END %]
200
        <!-- default to paying all -->
200
        <!-- default to paying all -->
201
        <input name="paid" id="paid" value="[% total | format('%.2f') %]" />
201
        <input name="paid" id="paid" value="[% total | format('%.2f') %]" type="text" />
202
    </li>
202
    </li>
203
    [% SET payment_types = AuthorisedValues.GetAuthValueDropbox('PAYMENT_TYPE') %]
203
    [% SET payment_types = AuthorisedValues.GetAuthValueDropbox('PAYMENT_TYPE') %]
204
    [% IF payment_types %]
204
    [% IF payment_types %]
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/reserve/request.tt (-2 / +2 lines)
Lines 219-232 Link Here
219
	[% IF ( reserve_in_future ) %]
219
	[% IF ( reserve_in_future ) %]
220
	<li>
220
	<li>
221
        <label for="from">Hold starts on date:</label>
221
        <label for="from">Hold starts on date:</label>
222
        <input name="reserve_date" id="from" size="10" class="datepickerfrom">
222
        <input name="reserve_date" id="from" size="10" class="datepickerfrom" type="text" >
223
        <a href="#" id="clear-date-from" class="clear-date">Clear date</a>
223
        <a href="#" id="clear-date-from" class="clear-date">Clear date</a>
224
	</li>
224
	</li>
225
	[% END %]
225
	[% END %]
226
226
227
	<li>
227
	<li>
228
        <label for="to">Hold expires on date:</label>
228
        <label for="to">Hold expires on date:</label>
229
        <input name="expiration_date" id="to" size="10" class="datepickerto" />
229
        <input name="expiration_date" id="to" size="10" class="datepickerto" / type="text" >
230
        <a href="#" id="clear-date-to" class="clear-date">Clear date</a>
230
        <a href="#" id="clear-date-to" class="clear-date">Clear date</a>
231
	</li>
231
	</li>
232
232
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/import_borrowers.tt (-3 / +2 lines)
Lines 188-194 Link Here
188
                    [% CASE %]
188
                    [% CASE %]
189
                        <li>
189
                        <li>
190
                            <label class="description" for="[% borrower_field.field | html %]">[% borrower_field.description | html %]: </label>
190
                            <label class="description" for="[% borrower_field.field | html %]">[% borrower_field.description | html %]: </label>
191
                            <input id="[% borrower_field.field | html %]" name="[% borrower_field.field | html %]" />
191
                            <input id="[% borrower_field.field | html %]" name="[% borrower_field.field | html %]" type="text" />
192
                            <span class="field_hint">[% borrower_field.field | html %]</span>
192
                            <span class="field_hint">[% borrower_field.field | html %]</span>
193
                        </li>
193
                        </li>
194
                    [% END %]
194
                    [% END %]
Lines 197-203 Link Here
197
                [% IF ( Koha.Preference('ExtendedPatronAttributes') == 1 ) %]
197
                [% IF ( Koha.Preference('ExtendedPatronAttributes') == 1 ) %]
198
                    <li>
198
                    <li>
199
                        <label class="description" for="patron_attributes">Patron attributes: </label>
199
                        <label class="description" for="patron_attributes">Patron attributes: </label>
200
                        <input id="patron_attributes" name="patron_attributes" />
200
                        <input id="patron_attributes" name="patron_attributes" type="text" />
201
                        <span class="field_hint">patron_attributes</span>
201
                        <span class="field_hint">patron_attributes</span>
202
                    </li>
202
                    </li>
203
                [% END %]
203
                [% END %]
204
- 

Return to bug 13272