mirror of
https://github.com/WhatCD/Gazelle.git
synced 2024-12-13 19:06:27 +00:00
Empty commit
This commit is contained in:
parent
924b6da050
commit
fc02b4db9b
@ -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&type=request&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&type=request_update&id=<?=$RequestID?>">[Request Update]</a>
|
||||
<? } ?>
|
||||
</div>
|
||||
|
@ -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");
|
||||
|
Loading…
Reference in New Issue
Block a user