Browse Source

Remove tag list and group description from edit page for Other torrents

spaghetti 8 years ago
parent
commit
80b94d96bb
1 changed files with 2 additions and 0 deletions
  1. 2
    0
      classes/torrent_form.class.php

+ 2
- 0
classes/torrent_form.class.php View File

@@ -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
 

Loading…
Cancel
Save