Lines 38-44
Link Here
|
38 |
|
38 |
|
39 |
<div class="main container-fluid"> |
39 |
<div class="main container-fluid"> |
40 |
<div class="row"> |
40 |
<div class="row"> |
41 |
<div class="col-sm-10 col-sm-push-2"> |
41 |
<div class="col-sm-10 order-sm-1 col-sm-push-2"> |
42 |
<main> |
42 |
<main> |
43 |
<h1 class="parameters"> Library float limits </h1> |
43 |
<h1 class="parameters"> Library float limits </h1> |
44 |
|
44 |
|
Lines 53-58
Link Here
|
53 |
[% END %] |
53 |
[% END %] |
54 |
|
54 |
|
55 |
<form method="post" action="/cgi-bin/koha/admin/float_limits.pl" id="float_limit_form"> |
55 |
<form method="post" action="/cgi-bin/koha/admin/float_limits.pl" id="float_limit_form"> |
|
|
56 |
[% INCLUDE 'csrf-token.inc' %] |
56 |
<input type="hidden" name="op" value="cud-set_float_limits" /> |
57 |
<input type="hidden" name="op" value="cud-set_float_limits" /> |
57 |
<fieldset id="float_limits"> |
58 |
<fieldset id="float_limits"> |
58 |
<div class="help"> |
59 |
<div class="help"> |
59 |
- |
|
|