|
@@ -900,6 +900,7 @@ class TORRENT_FORM {
|
900
|
900
|
<input type="checkbox" name="censored" value="1" <?=(($Torrent['Censored'] ?? 1) ? 'checked ' : '')?>/>
|
901
|
901
|
</td>
|
902
|
902
|
</tr>
|
|
903
|
+<? if ($this->NewTorrent) { ?>
|
903
|
904
|
<tr>
|
904
|
905
|
<td class="label tooltip" title="Comma seperated list of tags">Tags:</td>
|
905
|
906
|
<td>
|
|
@@ -945,6 +946,7 @@ new TEXTAREA_PREVIEW('album_desc', 'album_desc', display_str($Torrent['GroupDesc
|
945
|
946
|
?>
|
946
|
947
|
</td>
|
947
|
948
|
</tr>
|
|
949
|
+<? } ?>
|
948
|
950
|
</table>
|
949
|
951
|
<? }//function simple_form
|
950
|
952
|
|