|
@@ -205,7 +205,7 @@ class TORRENT_FORM {
|
205
|
205
|
<td>
|
206
|
206
|
<input type="text" id="catalogue" name="catalogue" size="10" value="<?=display_str($Torrent['CatalogueNumber']) ?>" <?=$this->Disabled?>/>
|
207
|
207
|
<? if (!$this->DisabledFlag) { ?>
|
208
|
|
- <input type="button" onclick="JavAutofill()" value="Autofill"></input>
|
|
208
|
+ <input type="button" autofill="jav" value="Autofill"></input>
|
209
|
209
|
<? } ?>
|
210
|
210
|
</td>
|
211
|
211
|
</tr>
|
|
@@ -463,7 +463,7 @@ class TORRENT_FORM {
|
463
|
463
|
<td>
|
464
|
464
|
<input type="text" id="anidb" size="10" <?=$this->Disabled?>/>
|
465
|
465
|
<? if (!$this->DisabledFlag) { ?>
|
466
|
|
- <input type="button" onclick="AnidbAutofill()" value="Autofill"/>
|
|
466
|
+ <input type="button" autofill="anime" value="Autofill"/>
|
467
|
467
|
<? } ?>
|
468
|
468
|
</td>
|
469
|
469
|
</tr>
|
|
@@ -712,7 +712,7 @@ class TORRENT_FORM {
|
712
|
712
|
<td>
|
713
|
713
|
<input type="text" id="catalogue" size="50" <?=$this->Disabled?> />
|
714
|
714
|
<? if (!$this->DisabledFlag) { ?>
|
715
|
|
- <input type="button" onclick="DoujAutofill()" value="Autofill"/>
|
|
715
|
+ <input type="button" autofill="douj" value="Autofill"/>
|
716
|
716
|
<? } ?>
|
717
|
717
|
</td>
|
718
|
718
|
</tr>
|