Lines 135-143
$(document).ready(function(){
Link Here
|
135 |
<li><label for="maxlocation">...and: </label> |
135 |
<li><label for="maxlocation">...and: </label> |
136 |
<input type="text" name="maxlocation" id="maxlocation" value="[% maxlocation %]" /> |
136 |
<input type="text" name="maxlocation" id="maxlocation" value="[% maxlocation %]" /> |
137 |
</li> |
137 |
</li> |
138 |
[% IF (statuses) %] |
|
|
139 |
</ol> |
138 |
</ol> |
140 |
</fieldset> |
139 |
</fieldset> |
|
|
140 |
|
141 |
[% IF (statuses) %] |
141 |
<fieldset class="rows"> |
142 |
<fieldset class="rows"> |
142 |
<legend>Limit to items matching all the following statuses</legend> |
143 |
<legend>Limit to items matching all the following statuses</legend> |
143 |
<div name="statuses" style="display: block;"> |
144 |
<div name="statuses" style="display: block;"> |
Lines 160-169
$(document).ready(function(){
Link Here
|
160 |
[% END %] |
161 |
[% END %] |
161 |
</div> |
162 |
</div> |
162 |
</fieldset> |
163 |
</fieldset> |
163 |
<fieldset class="rows wide"> |
|
|
164 |
<ol> |
165 |
[% END %] |
164 |
[% END %] |
166 |
|
165 |
|
|
|
166 |
<fieldset class="rows wide"> |
167 |
<ol> |
167 |
<li><label for="datelastseen">Inventory date:</label> |
168 |
<li><label for="datelastseen">Inventory date:</label> |
168 |
<input type="text" id="datelastseen" name="datelastseen" value="[% datelastseen | $KohaDates %]" class="datepickerfrom" /> |
169 |
<input type="text" id="datelastseen" name="datelastseen" value="[% datelastseen | $KohaDates %]" class="datepickerfrom" /> |
169 |
</li> |
170 |
</li> |
170 |
- |
|
|