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:
parent
37f441edd8
commit
719b300001
3 changed files with 0 additions and 5 deletions
|
@ -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>
|
||||
|
|
|
@ -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 %]" />
|
||||
|
|
|
@ -166,7 +166,6 @@ sub load_records_ui {
|
|||
'comments' => '',
|
||||
'encoding' => 'utf8',
|
||||
'parse_items' => '1',
|
||||
'runinbackground' => '1',
|
||||
'record_type' => 'biblio'
|
||||
}
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue