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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/acqui/neworderempty.tt (-2 / +1 lines)
Lines 264-270 $(document).ready(function() Link Here
264
            <span class="label">Collection: </span>
264
            <span class="label">Collection: </span>
265
                <input type="hidden" size="50" name="collectiontitle" id="collectiontitle" value="[% collectiontitle %]" />[% collectiontitle %]
265
                <input type="hidden" size="50" name="collectiontitle" id="collectiontitle" value="[% collectiontitle %]" />[% collectiontitle %]
266
            [% ELSE %]
266
            [% ELSE %]
267
            <label for="collectiontitle">collectiontitle: </label>
267
            <label for="collectiontitle">Collection: </label>
268
                <input type="text" size="50" name="collectiontitle" id="collectiontitle" value="[% collectiontitle %]" />
268
                <input type="text" size="50" name="collectiontitle" id="collectiontitle" value="[% collectiontitle %]" />
269
            [% END %]
269
            [% END %]
270
        </li>
270
        </li>
271
- 

Return to bug 6070