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

(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/stage-marc-import.tt (-2 lines)
Lines 126-133 Link Here
126
    <input type="hidden" name="profile_id" id="profile_id"/>
126
    <input type="hidden" name="profile_id" id="profile_id"/>
127
<fieldset class="rows">
127
<fieldset class="rows">
128
        <input type="hidden" name="uploadedfileid" id="uploadedfileid" value="" />
128
        <input type="hidden" name="uploadedfileid" id="uploadedfileid" value="" />
129
        <input type="hidden" name="runinbackground" id="runinbackground" value="" />
130
        <input type="hidden" name="completedJobID" id="completedJobID" value="" />
131
    <legend>Settings</legend>
129
    <legend>Settings</legend>
132
	<ol><li>
130
	<ol><li>
133
		<label for="comments">Comments about this file: </label>
131
		<label for="comments">Comments about this file: </label>
(-)a/koha-tmpl/intranet-tmpl/prog/en/modules/tools/upload-images.tt (-2 lines)
Lines 207-214 Link Here
207
207
208
                        <form method="post" id="processfile" action="/cgi-bin/koha/tools/upload-cover-image.pl" enctype="multipart/form-data">
208
                        <form method="post" id="processfile" action="/cgi-bin/koha/tools/upload-cover-image.pl" enctype="multipart/form-data">
209
                            <input type="hidden" name="uploadedfileid" id="uploadedfileid" value="" />
209
                            <input type="hidden" name="uploadedfileid" id="uploadedfileid" value="" />
210
                            <input type="hidden" name="runinbackground" id="runinbackground" value="" />
211
                            <input type="hidden" name="completedJobID" id="completedJobID" value="" />
212
210
213
                            [% IF itemnumber %]
211
                            [% IF itemnumber %]
214
                                <input type="hidden" id="itemnumber" name="itemnumber" value="[% itemnumber | html %]" />
212
                                <input type="hidden" id="itemnumber" name="itemnumber" value="[% itemnumber | html %]" />
(-)a/t/lib/Mocks/Zebra.pm (-2 lines)
Lines 166-172 sub load_records_ui { Link Here
166
                'comments'        => '',
166
                'comments'        => '',
167
                'encoding'        => 'utf8',
167
                'encoding'        => 'utf8',
168
                'parse_items'     => '1',
168
                'parse_items'     => '1',
169
                'runinbackground' => '1',
170
                'record_type'     => 'biblio'
169
                'record_type'     => 'biblio'
171
            }
170
            }
172
        },
171
        },
173
- 

Return to bug 33963