added hrdlog_username

This commit is contained in:
HB9HIL
2023-12-15 23:04:34 +01:00
parent 29236fabb2
commit fc793a1160
7 changed files with 66 additions and 22 deletions

View File

@@ -265,12 +265,17 @@
</div>
<div class="row">
<div class="mb-3 col-sm-6">
<div class="mb-3 col-sm-3">
<label for="hrdlog_username">HRDLog.net Username</label>
<input type="text" class="form-control" name="hrdlog_username" id="hrdlog_username" aria-describedby="hrdlog_usernameHelp">
<small id="hrdlog_usernameHelp" class="form-text text-muted">Your HRDlog Username</a></small>
</div>
<div class="mb-3 col-sm-3">
<label for="hrdlog_code">HRDLog.net API Code</label> <!-- This does not need Multilanguage Support -->
<input type="text" class="form-control" name="hrdlog_code" id="hrdlog_code" aria-describedby="hrdlog_codeHelp">
<small id="hrdlog_codeHelp" class="form-text text-muted"><?php echo lang("station_location_hrdlog_hint"); ?></a></small>
</div>
<div class="mb-3 col-sm-6">
<div class="mb-3 col-sm-3">
<label for="hrdlogrealtime"><?php echo lang("station_location_hrdlog_realtime_upload"); ?></label>
<select class="form-select" id="hrdlogrealtime" name="hrdlogrealtime">
<option value="1"><?php echo lang("general_word_yes"); ?></option>