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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/serials/serials-collection.tt (-4 / +5 lines)
Lines 35-43 Link Here
35
        <h3>Are you sure you want to delete? <b>[% serialnumber %]</b> serial(s) will be deleted</h3>
35
        <h3>Are you sure you want to delete? <b>[% serialnumber %]</b> serial(s) will be deleted</h3>
36
        <form action="/cgi-bin/koha/serials/serials-collection.pl/#">
36
        <form action="/cgi-bin/koha/serials/serials-collection.pl/#">
37
            <h5>Number of items available: <b>[% countitems %]</b></h5>
37
            <h5>Number of items available: <b>[% countitems %]</b></h5>
38
            <p>
38
            [% IF $countitems > 0 %]
39
              <label>Delete associated items? <input type="checkbox" name="delitems" value="Yes" />Yes</label>
39
                <p>
40
            </p>
40
                  <label>Delete associated items? <input type="checkbox" name="delitems" value="Yes" />Yes</label>
41
                </p>
42
            [% END %]
41
43
42
            <input type="hidden" name="subscriptionid" value="[% subscriptionid %]" />
44
            <input type="hidden" name="subscriptionid" value="[% subscriptionid %]" />
43
            <input type="hidden" name="serialsid" value="[% serialsid %]" />
45
            <input type="hidden" name="serialsid" value="[% serialsid %]" />
44
- 

Return to bug 17674