Renamed reserve queue to pool
This commit is contained in:
+2
-2
@@ -141,7 +141,7 @@ include 'header.php';
|
||||
<script src="quill.2.0.3.js"></script>
|
||||
<?php
|
||||
if ( $ep_num == 9999 ) {
|
||||
echo "<h2>Uploading to the Reserve Queue.</h2>\n";
|
||||
echo "<h2>Uploading to the reserve pool.</h2>\n";
|
||||
}
|
||||
else {
|
||||
echo "<h2>Uploading hpr${ep_num} for release on ${ep_date}</h2>\n";
|
||||
@@ -307,7 +307,7 @@ include 'header.php';
|
||||
<input type="submit" name="submit_edit" value="Submit"> This will take a <strong>long time</strong>, leave the browser running. You will get an email once the upload is complete.
|
||||
<?php
|
||||
if ( $ep_num == 9999 ) {
|
||||
echo "<p>\n<em><a href=\"https://" . $_SERVER['SERVER_NAME'] . $_SERVER['SCRIPT_NAME'] . "?delete=$key\">Delete this reservation for the Reserve Queue</a>.</em>\n</p>\n";
|
||||
echo "<p>\n<em><a href=\"https://" . $_SERVER['SERVER_NAME'] . $_SERVER['SCRIPT_NAME'] . "?delete=$key\">Delete this reservation for the reserve pool</a>.</em>\n</p>\n";
|
||||
}
|
||||
else {
|
||||
echo "<p>\n<em><a href=\"https://" . $_SERVER['SERVER_NAME'] . $_SERVER['SCRIPT_NAME'] . "?delete=$key\">Delete this reservation for hpr${ep_num} on ${ep_date}</a>.</em>\n</p>\n";
|
||||
|
||||
Reference in New Issue
Block a user