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

Loading…
Cancel
Save