diff options
author | Mateja <mail@matejamaric.com> | 2020-10-05 14:32:19 +0200 |
---|---|---|
committer | Mateja <mail@matejamaric.com> | 2020-10-05 14:32:19 +0200 |
commit | 2fec3cd2d3d302dea152569a45e164aa6c7ec6a8 (patch) | |
tree | 895b76b07fb3edf4e54bf77748fd6b57aaaf3a6e /reservation.php | |
parent | 61f1ca8df73673e42fa52e5b73ab8c9fa3dab5fb (diff) | |
download | old-php-yota-2fec3cd2d3d302dea152569a45e164aa6c7ec6a8.tar.gz old-php-yota-2fec3cd2d3d302dea152569a45e164aa6c7ec6a8.zip |
Callsign and query fixes
Diffstat (limited to 'reservation.php')
-rw-r--r-- | reservation.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/reservation.php b/reservation.php index 689f74e..154af0b 100644 --- a/reservation.php +++ b/reservation.php @@ -36,7 +36,7 @@ if (isset($_SESSION["msg"])) { <form action="handle-reservation.php" method="post"> <!-- SPECIAL CALL --> -<label for="special-call">Special Call:</label> +<label for="special-call">Special Callsign:</label> <select id="special-call" name="scall"> <option value="YT50SCWC">YT50SCWC</option> </select> @@ -124,7 +124,7 @@ if (isset($_SESSION["msg"])) { </fieldset> <!-- OPERATOR CALL --> -<label for="operator-call">Operator call sign:</label> +<label for="operator-call">Operator Callsign:</label> <input type="text" id="operator-call" name="ocall"> <!-- OPERATOR NAME --> <label for="operator-name">Operator name:</label> |