Welcome to mirror list, hosted at ThFree Co, Russian Federation.

modes.html « tabs - github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 8374f03d216ea65d8e0e886a83d550acd432ca68 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<div class="tab-modes toolbar_fixed_bottom">
    <div class="content_wrapper">
        <table class="boxes">
            <tr class="heads">
                <th class="partone"></th>
            </tr>
            <tr class="main">
                <th i18n="auxiliaryName"></th>
            </tr>
        </table>
    </div>
    <div class="content_toolbar">
        <div class="btn save_btn">
            <a class="update" href="#" i18n="auxiliaryButtonSave"></a>
        </div>
    </div>
</div>