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
         <td>
204
         <td>
205
           <input type="text" id="catalogue" name="catalogue" size="10" value="<?=display_str($Torrent['CatalogueNumber']) ?>" <?=$this->Disabled?>/>
205
           <input type="text" id="catalogue" name="catalogue" size="10" value="<?=display_str($Torrent['CatalogueNumber']) ?>" <?=$this->Disabled?>/>
206
 <? if (!$this->DisabledFlag) { ?>
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
         </td>
209
         </td>
210
       </tr>
210
       </tr>

Loading…
Cancel
Save