mirror of https://github.com/itflow-org/itflow
Add link to Telemetry Information to our docs page on the telemetry settings section of ITFlow
This commit is contained in:
parent
1db519d820
commit
c1ff4f6855
|
|
@ -23,6 +23,7 @@ require_once("inc_all_settings.php"); ?>
|
|||
<option <?php if ($config_telemetry == "2") { echo "selected"; } ?> value = "2">Detailed</option>
|
||||
</select>
|
||||
</div>
|
||||
<small class="form-text"><a href="https://docs.itflow.org/telemetry" target="_blank">Click Here for additional details regarding the information we gather <i class="fas fa-external-link-alt"></i></a></small>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
|
|
|
|||
|
|
@ -1484,7 +1484,7 @@ if (isset($_POST['add_telemetry'])) {
|
|||
|
||||
<div class="form-check">
|
||||
<input type="checkbox" class="form-check-input" name="share_data" value="1">
|
||||
<label class="form-check-label ml-2">Share <small class="text-secondary"> (Including City, State/Province, Country, Currency and your comments)</small></label>
|
||||
<label class="form-check-label ml-2">Share <small class="form-text"><a href="https://docs.itflow.org/telemetry" target="_blank">Click Here for additional details regarding the information we gather <i class="fas fa-external-link-alt"></i></a></small></label>
|
||||
</div>
|
||||
|
||||
<br>
|
||||
|
|
|
|||
Loading…
Reference in New Issue