mirror of
https://github.com/WhatCD/Gazelle.git
synced 2024-12-13 10:56:26 +00:00
Empty commit
This commit is contained in:
parent
cc0ac5ee55
commit
468a9309e5
@ -479,7 +479,7 @@ function show() {
|
||||
<tr>
|
||||
<td class="label">Vanity House:</td>
|
||||
<td>
|
||||
<label><input type="checkbox" id="vanity_house" name="vanity_house"<? if(!$Torrent['GroupID']) { echo ' disabled="disabled"'; }?><? if($Torrent['VanityHouse']){ echo ' checked="checked"';} ?> />
|
||||
<label><input type="checkbox" id="vanity_house" name="vanity_house"<? if($Torrent['GroupID']) { echo ' disabled="disabled"'; }?><? if($Torrent['VanityHouse']){ echo ' checked="checked"';} ?> />
|
||||
Check this only if you are submitting your own work or submitting on behalf of the artist, and this is intended to be a Vanity House release. Checking this will also automatically add the group as a recommendation.
|
||||
</label>
|
||||
</td>
|
||||
|
Loading…
Reference in New Issue
Block a user