Browse Source

Temporarily disable autofill button

pjc 5 years ago
parent
commit
4b119d5d03
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      classes/torrent_form.class.php

+ 1
- 1
classes/torrent_form.class.php View File

@@ -204,7 +204,7 @@ Source: <input type="text" value="<?=Users::get_upload_sources()[0]?>" size="20"
204 204
         <td>
205 205
           <input type="text" id="catalogue" name="catalogue" size="10" value="<?=display_str($Torrent['CatalogueNumber']) ?>" <?=$this->Disabled?>/>
206 206
 <? if (!$this->DisabledFlag) { ?>
207
-          <input type="button" autofill="jav" value="Autofill"></input>
207
+          <input type="button" autofill="jav" value="Autofill" style="background: lightgrey; pointer-events: none;"></input>
208 208
 <? } ?>
209 209
         </td>
210 210
       </tr>

Loading…
Cancel
Save