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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/inventory.tt (-4 / +4 lines)
Lines 168-176 $(document).ready(function(){ Link Here
168
           <li><label for="maxlocation">...and: </label>
168
           <li><label for="maxlocation">...and: </label>
169
                <input type="text" name="maxlocation" id="maxlocation" value="[% maxlocation %]" />
169
                <input type="text" name="maxlocation" id="maxlocation" value="[% maxlocation %]" />
170
        </li>
170
        </li>
171
        [% IF (statuses) %]
172
    </ol>
171
    </ol>
173
    </fieldset>
172
    </fieldset>
173
174
        [% IF (statuses) %]
174
            <fieldset class="rows">
175
            <fieldset class="rows">
175
            <legend>Limit to items matching all the following statuses</legend>
176
            <legend>Limit to items matching all the following statuses</legend>
176
            <div id="statuses" style="display: block;">
177
            <div id="statuses" style="display: block;">
Lines 193-202 $(document).ready(function(){ Link Here
193
                  [% END %]
194
                  [% END %]
194
                </div>
195
                </div>
195
            </fieldset>
196
            </fieldset>
196
        <fieldset class="rows wide">
197
          <ol>
198
        [% END %]
197
        [% END %]
199
198
199
        <fieldset class="rows wide">
200
          <ol>
200
        <li><label for="datelastseen">Inventory date:</label>
201
        <li><label for="datelastseen">Inventory date:</label>
201
            <input type="text" id="datelastseen" name="datelastseen" value="[% datelastseen | $KohaDates %]" class="datepickerfrom" />
202
            <input type="text" id="datelastseen" name="datelastseen" value="[% datelastseen | $KohaDates %]" class="datepickerfrom" />
202
        </li>
203
        </li>
203
- 

Return to bug 11405