|
418 | 418 |
|
419 | 419 | <div style="margin-bottom:5px;">
|
420 | 420 | <button type="button" id="nmeaDefaults" class="btn btn-primary"
|
421 |
| - onClick="resetToNmeaDefaults()">Reset to Surveying |
422 |
| - Defaults (NMEAx5)</button> |
| 421 | + onClick="resetToSurveyingDefaults()">Reset to Surveying Defaults</button> |
423 | 422 | </div>
|
424 | 423 | <div style="margin-bottom:5px;">
|
425 | 424 | <button type="button" id="loggingDefaults" class="btn btn-primary"
|
426 |
| - onClick="resetToLoggingDefaults()">Reset to Logging |
427 |
| - Defaults (NMEAx5 + RXMx2)</button> |
| 425 | + onClick="resetToLoggingDefaults()">Reset to Logging Defaults</button> |
428 | 426 | </div>
|
429 | 427 |
|
430 | 428 |
|
|
1087 | 1085 | <div class="card card-body" style="margin-top:5px;">
|
1088 | 1086 |
|
1089 | 1087 | <div style="margin-bottom:5px;">
|
1090 |
| - <button type="button" class="btn btn-primary" onClick="resetToRTCMDefaults()">Reset to |
1091 |
| - Defaults</button> |
| 1088 | + <button type="button" class="btn btn-primary" onClick="resetToRTCMDefaults()">Reset to Defaults</button> |
1092 | 1089 | </div>
|
1093 | 1090 | <div style="margin-bottom:5px;">
|
1094 |
| - <button type="button" class="btn btn-primary" onClick="resetToLowBandwidthRTCM()">Reset |
1095 |
| - to Low Bandwidth Link</button> |
| 1091 | + <button type="button" class="btn btn-primary" onClick="resetToRTCMLowBandwidth()">Reset to Low Bandwidth Link</button> |
1096 | 1092 | </div>
|
1097 | 1093 |
|
1098 | 1094 | <div id="messageListBase">
|
|
1571 | 1567 | <div class="form-group mt-2">
|
1572 | 1568 | Corrections Sources Priority:
|
1573 | 1569 | <span class="tt" data-bs-placement="right"
|
1574 |
| - title="Assign the priority of each corrections source. Click on a source to decrease its priority. Click the lowest to make it the highest. Changes are saved when 'Save Configuration' is pressed."> |
| 1570 | + title="Assign the priority of each corrections source. Click on a source to increase its priority. Click the highest to make it the lowest. Changes are saved when 'Save Configuration' is pressed."> |
1575 | 1571 | <span class="icon-info-circle text-primary ms-2"></span>
|
1576 | 1572 | </span>
|
1577 | 1573 | </div>
|
1578 | 1574 |
|
1579 | 1575 | <div id="correctionsPriorityList">
|
1580 | 1576 | <div style="margin-top:5px;" class="form-group row">
|
1581 |
| - <button type="button" class="btn btn-primary btn-lg btn-block" id="corrPrioButton0">0</button> |
| 1577 | + <button type="button" class="btn btn-primary btn-block" id="corrPrioButton0">0</button> |
1582 | 1578 | </div>
|
1583 | 1579 | <div style="margin-top:5px;" class="form-group row">
|
1584 |
| - <button type="button" class="btn btn-primary btn-lg btn-block" id="corrPrioButton1">1</button> |
| 1580 | + <button type="button" class="btn btn-primary btn-block" id="corrPrioButton1">1</button> |
1585 | 1581 | </div>
|
1586 | 1582 | <div style="margin-top:5px;" class="form-group row">
|
1587 |
| - <button type="button" class="btn btn-primary btn-lg btn-block" id="corrPrioButton2">2</button> |
| 1583 | + <button type="button" class="btn btn-primary btn-block" id="corrPrioButton2">2</button> |
1588 | 1584 | </div>
|
1589 | 1585 | <div style="margin-top:5px;" class="form-group row">
|
1590 |
| - <button type="button" class="btn btn-primary btn-lg btn-block" id="corrPrioButton3">3</button> |
| 1586 | + <button type="button" class="btn btn-primary btn-block" id="corrPrioButton3">3</button> |
1591 | 1587 | </div>
|
1592 | 1588 | <div style="margin-top:5px;" class="form-group row">
|
1593 |
| - <button type="button" class="btn btn-primary btn-lg btn-block" id="corrPrioButton4">4</button> |
| 1589 | + <button type="button" class="btn btn-primary btn-block" id="corrPrioButton4">4</button> |
1594 | 1590 | </div>
|
1595 | 1591 | <div style="margin-top:5px;" class="form-group row">
|
1596 |
| - <button type="button" class="btn btn-primary btn-lg btn-block" id="corrPrioButton5">5</button> |
| 1592 | + <button type="button" class="btn btn-primary btn-block" id="corrPrioButton5">5</button> |
1597 | 1593 | </div>
|
1598 | 1594 | <div style="margin-top:5px;" class="form-group row">
|
1599 |
| - <button type="button" class="btn btn-primary btn-lg btn-block" id="corrPrioButton6">6</button> |
| 1595 | + <button type="button" class="btn btn-primary btn-block" id="corrPrioButton6">6</button> |
1600 | 1596 | </div>
|
1601 | 1597 | </div>
|
1602 | 1598 |
|
|
1605 | 1601 | </div>
|
1606 | 1602 |
|
1607 | 1603 | <div style="margin-top:30px;" class="form-group row">
|
1608 |
| - <button type="button" id="correctionsPriorityDefaults" class="btn btn-primary btn-lg btn-block" |
| 1604 | + <button type="button" id="correctionsPriorityDefaults" class="btn btn-primary btn-block" |
1609 | 1605 | onClick="resetToCorrectionsPriorityDefaults()">Reset to Defaults</button>
|
1610 | 1606 | </div>
|
1611 | 1607 |
|
|
1788 | 1784 | </div>
|
1789 | 1785 | <div class="form-check">
|
1790 | 1786 | <button type="button" id="factoryDefaults" class="btn btn-primary"
|
1791 |
| - onClick="resetToFactoryDefaults()" disabled>Reset to Factory |
1792 |
| - Defaults</button> |
| 1787 | + onClick="resetToFactoryDefaults()" disabled>Reset to Factory Defaults</button> |
1793 | 1788 | <p id="factoryDefaultsMsg" class="inlineSuccess"></p>
|
1794 | 1789 | </div>
|
1795 | 1790 |
|
|
0 commit comments