Merge pull request #1101 from Ghalid/ltd-patch

Change "Click to select..." in Long term data pages to buttons
This commit is contained in:
DL6ER
2019-12-20 23:05:33 +01:00
committed by GitHub
3 changed files with 3 additions and 3 deletions

View File

@@ -32,7 +32,7 @@ $token = $_SESSION['token'];
<div class="input-group-addon">
<i class="far fa-clock"></i>
</div>
<input type="text" class="form-control pull-right" id="querytime" value="Click to select date and time range">
<input type="button" class="form-control pull-right" id="querytime" value="Click to select date and time range">
</div>
<!-- /.input group -->
</div>

View File

@@ -33,7 +33,7 @@ $token = $_SESSION['token'];
<div class="input-group-addon">
<i class="far fa-clock"></i>
</div>
<input type="text" class="form-control pull-right" id="querytime" value="Click to select date and time range">
<input type="button" class="form-control pull-right" id="querytime" value="Click to select date and time range">
</div>
<!-- /.input group -->
</div>

View File

@@ -33,7 +33,7 @@ $token = $_SESSION['token'];
<div class="input-group-addon">
<i class="far fa-clock"></i>
</div>
<input type="text" class="form-control pull-right" id="querytime" value="Click to select date and time range">
<input type="button" class="form-control pull-right" id="querytime" value="Click to select date and time range">
</div>
<!-- /.input group -->
</div>