Renamed reserve queue to pool

This commit is contained in:
2026-05-25 20:42:42 +02:00
parent 22bf6c13ca
commit 507a9a806f
6 changed files with 18 additions and 18 deletions
+2 -2
View File
@@ -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";