1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-23 16:25:22 +03:00
betaflight-configurator/tabs/modes.html
Dominic Clifton f869dd94e7 Reformat HTML files. Default Eclipse 4.4 settings. Line Length: 120.
Spaces Not Tabs. Indentation: 4.
2015-11-10 01:21:47 +00:00

17 lines
499 B
HTML

<div class="tab-modes toolbar_fixed_bottom">
<div class="content_wrapper">
<table class="boxes">
<tr class="heads">
<th style="width: 18%"></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>