Empty commit

This commit is contained in:
Git 2012-04-22 08:00:26 +00:00
parent 924b6da050
commit fc02b4db9b
2 changed files with 4 additions and 2 deletions

View File

@ -97,8 +97,10 @@
<a href="#" id="bookmarklink_request_<?=$RequestID?>" onclick="Bookmark('request', <?=$RequestID?>,'[Remove bookmark]');return false;">[Bookmark]</a>
<? } ?>
<a href="reports.php?action=report&amp;type=request&amp;id=<?=$RequestID?>">[Report Request]</a>
<? if(!$IsFilled) { ?>
<a href="upload.php?requestid=<?=$RequestID?><?=($GroupID?"&groupid=$GroupID":'')?>">[Upload Request]</a>
<? if(!$IsFilled && (($CategoryID == 0) || ($CategoryName == "Music" && $Year == 0))) { ?>
<? }
if(!$IsFilled && (($CategoryID == 0) || ($CategoryName == "Music" && $Year == 0))) { ?>
<a href="reports.php?action=report&amp;type=request_update&amp;id=<?=$RequestID?>">[Request Update]</a>
<? } ?>
</div>

View File

@ -111,7 +111,7 @@
<td>
<input type="checkbox" name="unfreeleech" /> Reset
<input type="checkbox" name="freeleech" /> Freeleech
<input type="checkbox" name="neutralleech" /> Neutralleech
<input type="checkbox" name="neutralleech" /> Neutral Leech
because
<select name="freeleechtype">
<? $FL = array("N/A", "Staff Pick", "Perma-FL", "Vanity House");