Bug 33963: Remove leftovers from previous works

Signed-off-by: Sam Lau <samalau@gmail.com>
Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
This commit is contained in:
Jonathan Druart 2023-06-08 17:33:10 +02:00 committed by Tomas Cohen Arazi
parent 37f441edd8
commit 719b300001
Signed by: tomascohen
GPG key ID: 0A272EA1B2F3C15F
3 changed files with 0 additions and 5 deletions

View file

@ -126,8 +126,6 @@
<input type="hidden" name="profile_id" id="profile_id"/>
<fieldset class="rows">
<input type="hidden" name="uploadedfileid" id="uploadedfileid" value="" />
<input type="hidden" name="runinbackground" id="runinbackground" value="" />
<input type="hidden" name="completedJobID" id="completedJobID" value="" />
<legend>Settings</legend>
<ol><li>
<label for="comments">Comments about this file: </label>

View file

@ -207,8 +207,6 @@
<form method="post" id="processfile" action="/cgi-bin/koha/tools/upload-cover-image.pl" enctype="multipart/form-data">
<input type="hidden" name="uploadedfileid" id="uploadedfileid" value="" />
<input type="hidden" name="runinbackground" id="runinbackground" value="" />
<input type="hidden" name="completedJobID" id="completedJobID" value="" />
[% IF itemnumber %]
<input type="hidden" id="itemnumber" name="itemnumber" value="[% itemnumber | html %]" />

View file

@ -166,7 +166,6 @@ sub load_records_ui {
'comments' => '',
'encoding' => 'utf8',
'parse_items' => '1',
'runinbackground' => '1',
'record_type' => 'biblio'
}
},