Added preview of distance on initial edit of QSO
这个提交包含在:
父节点
bc103249a8
当前提交
dc218854b8
共有 1 个文件被更改,包括 2 次插入 和 2 次删除
|
|
@ -161,10 +161,10 @@
|
||||||
<div class="form-group col-sm-6">
|
<div class="form-group col-sm-6">
|
||||||
<label for="locator">Gridsquare</label>
|
<label for="locator">Gridsquare</label>
|
||||||
<input type="text" class="form-control" id="locator" name="locator" value="<?php echo $qso->COL_GRIDSQUARE; ?>">
|
<input type="text" class="form-control" id="locator" name="locator" value="<?php echo $qso->COL_GRIDSQUARE; ?>">
|
||||||
<small id="locator_info" class="form-text text-muted"></small>
|
<small id="locator_info" class="form-text text-muted"><?php if ($qso->COL_DISTANCE != "") echo $qso->COL_DISTANCE." km"; ?></small>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<input type="hidden" name="distance" id="distance" value="<?php echo $qso->COL_DISTANCE; ?>">
|
<input type="hidden" name="distance" id="distance" value="<?php print ($qso->COL_DISTANCE != "") ? $qso->COL_DISTANCE : "0"; ?>">
|
||||||
|
|
||||||
<div class="form-group col-sm-6">
|
<div class="form-group col-sm-6">
|
||||||
<label for="vucc_grids">VUCC Gridsquare</label>
|
<label for="vucc_grids">VUCC Gridsquare</label>
|
||||||
|
|
|
||||||
正在加载…
在新工单中引用