2014-09-17 08:31:36 +00:00
|
|
|
<div class="tab-configuration">
|
2015-11-01 13:12:31 +00:00
|
|
|
<div class="tab_title" i18n="tabConfiguration">Configuration</div>
|
|
|
|
<div class="cf_doc_version_bt">
|
|
|
|
<a id="button-documentation" href="https://github.com/cleanflight/cleanflight/releases" target="_blank"></a>
|
|
|
|
</div>
|
|
|
|
<div class="note" style="margin-bottom:20px;">
|
|
|
|
<div class="note_spacer">
|
|
|
|
<p i18n="configurationFeaturesHelp"></p>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="leftWrapper mixer">
|
2015-10-30 12:47:43 +00:00
|
|
|
<div class="gui_box grey">
|
2015-11-01 13:12:31 +00:00
|
|
|
<div class="gui_box_titlebar">
|
|
|
|
<div class="spacer_box_title" i18n="configurationMixer"></div>
|
|
|
|
<div class="helpicon"></div>
|
|
|
|
</div>
|
|
|
|
<div class="spacer_box">
|
2015-11-01 21:17:19 +00:00
|
|
|
<div class="mixerPreview twothird">
|
2015-11-01 13:12:31 +00:00
|
|
|
<img src="./resources/motor_order/custom.svg" />
|
2014-09-17 13:20:21 +00:00
|
|
|
</div>
|
2015-11-01 21:17:19 +00:00
|
|
|
<div class="half" style="width:calc(33% - 10px); margin-left:10px;">
|
2015-01-04 08:09:10 +00:00
|
|
|
<select class="mixerList">
|
2015-11-01 13:12:31 +00:00
|
|
|
<!-- list generated here -->
|
2015-01-04 08:09:10 +00:00
|
|
|
</select>
|
2015-11-01 21:17:19 +00:00
|
|
|
</div>
|
2015-11-01 13:12:31 +00:00
|
|
|
</div>
|
2014-09-17 13:20:21 +00:00
|
|
|
</div>
|
2015-11-01 13:12:31 +00:00
|
|
|
</div>
|
|
|
|
<div class="rightWrapper motorstop">
|
|
|
|
<div class="gui_box grey">
|
|
|
|
<div class="gui_box_titlebar">
|
|
|
|
<div class="spacer_box_title" i18n="configurationEscFeatures"></div>
|
|
|
|
<div class="helpicon"></div>
|
|
|
|
</div>
|
|
|
|
<div class="spacer_box">
|
2015-10-30 08:46:53 +00:00
|
|
|
<table cellpadding="0" cellspacing="0">
|
2015-11-01 13:12:31 +00:00
|
|
|
<thead style="display:none;">
|
|
|
|
<tr>
|
|
|
|
<th i18n="configurationFeatureEnabled"></th>
|
|
|
|
<th i18n="configurationFeatureDescription"></th>
|
|
|
|
<th i18n="configurationFeatureName"></th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody class="features esc">
|
|
|
|
<!-- table generated here -->
|
|
|
|
</tbody>
|
2014-12-20 02:50:36 +00:00
|
|
|
</table>
|
2015-03-13 23:54:50 +00:00
|
|
|
<!-- -->
|
|
|
|
<div class="disarm">
|
2015-11-01 13:12:31 +00:00
|
|
|
<div class="checkbox">
|
2015-11-01 21:17:19 +00:00
|
|
|
<div style="float:left; height:20px; margin-right:15px; margin-left:3px;">
|
2015-11-01 13:12:31 +00:00
|
|
|
<input type="checkbox" name="disarmkillswitch" id="toggle"/>
|
2015-11-01 21:17:19 +00:00
|
|
|
</div><label for="disarmkillswitch">
|
|
|
|
<span class="freelabel" i18n="configurationDisarmKillSwitch"></span>
|
2015-11-01 13:12:31 +00:00
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
<div class="number disarmdelay" style="display:none; margin-bottom:5px;">
|
|
|
|
<label>
|
|
|
|
<div class="numberspacer">
|
|
|
|
<input type="number" name="autodisarmdelay" min="0" max="60" />
|
|
|
|
</div>
|
|
|
|
<span i18n="configurationAutoDisarmDelay"></span>
|
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
2015-03-13 23:54:50 +00:00
|
|
|
<!-- -->
|
2014-09-17 13:20:21 +00:00
|
|
|
<div class="number">
|
2015-11-01 13:12:31 +00:00
|
|
|
<label>
|
|
|
|
<div class="numberspacer">
|
|
|
|
<input type="number" name="minthrottle" min="0" max="2000" />
|
|
|
|
</div>
|
|
|
|
<span i18n="configurationThrottleMinimum"></span>
|
|
|
|
</label>
|
2014-09-17 13:20:21 +00:00
|
|
|
</div>
|
2014-09-17 18:13:13 +00:00
|
|
|
<div class="number">
|
2015-11-01 13:12:31 +00:00
|
|
|
<label>
|
|
|
|
<div class="numberspacer">
|
|
|
|
<input type="number" name="midthrottle" min="0" max="2000" />
|
|
|
|
</div>
|
|
|
|
<span i18n="configurationThrottleMid"></span>
|
|
|
|
</label>
|
2014-09-17 18:13:13 +00:00
|
|
|
</div>
|
2014-09-17 13:20:21 +00:00
|
|
|
<div class="number">
|
2015-11-01 13:12:31 +00:00
|
|
|
<label>
|
|
|
|
<div class="numberspacer">
|
|
|
|
<input type="number" name="maxthrottle" min="0" max="2000" />
|
|
|
|
</div>
|
|
|
|
<span i18n="configurationThrottleMaximum"></span>
|
|
|
|
</label>
|
2014-09-17 13:20:21 +00:00
|
|
|
</div>
|
|
|
|
<div class="number">
|
2015-11-01 13:12:31 +00:00
|
|
|
<label>
|
|
|
|
<div class="numberspacer">
|
2015-10-30 08:46:53 +00:00
|
|
|
<input type="number" name="mincommand" min="0" max="2000" />
|
2015-11-01 13:12:31 +00:00
|
|
|
</div>
|
|
|
|
<span i18n="configurationThrottleMinimumCommand"></span>
|
|
|
|
</label>
|
2014-09-17 13:20:21 +00:00
|
|
|
</div>
|
2015-11-01 13:12:31 +00:00
|
|
|
</div>
|
2014-09-17 13:20:21 +00:00
|
|
|
</div>
|
2015-11-01 13:12:31 +00:00
|
|
|
</div>
|
|
|
|
<div class="clear-both"></div>
|
|
|
|
<div class="leftWrapper">
|
|
|
|
<div class="gui_box grey">
|
|
|
|
<div class="gui_box_titlebar">
|
|
|
|
<div class="spacer_box_title" i18n="configurationBoardAlignment"></div>
|
|
|
|
<div class="helpicon"></div>
|
|
|
|
</div>
|
|
|
|
<div class="spacer_box">
|
2015-01-04 08:09:10 +00:00
|
|
|
<div class="number">
|
2015-11-01 13:12:31 +00:00
|
|
|
<label>
|
|
|
|
<input type="number" name="board_align_roll" step="1" min="-180" max="360" />
|
|
|
|
<span i18n="configurationBoardAlignmentRoll"></span>
|
|
|
|
</label>
|
2015-01-04 08:09:10 +00:00
|
|
|
</div>
|
|
|
|
<div class="number">
|
2015-11-01 13:12:31 +00:00
|
|
|
<label>
|
|
|
|
<input type="number" name="board_align_pitch" step="1" min="-180" max="360" />
|
|
|
|
<span i18n="configurationBoardAlignmentPitch"></span>
|
|
|
|
</label>
|
2015-01-04 08:09:10 +00:00
|
|
|
</div>
|
|
|
|
<div class="number">
|
2015-11-01 13:12:31 +00:00
|
|
|
<label>
|
|
|
|
<input type="number" name="board_align_yaw" step="1" min="-180" max="360" />
|
|
|
|
<span i18n="configurationBoardAlignmentYaw"></span>
|
|
|
|
</label>
|
2015-01-04 08:09:10 +00:00
|
|
|
</div>
|
2015-11-01 13:12:31 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="rightWrapper acc">
|
|
|
|
<div class="gui_box grey">
|
|
|
|
<div class="gui_box_titlebar">
|
|
|
|
<div class="spacer_box_title" i18n="configurationAccelTrims"></div>
|
|
|
|
<div class="helpicon"></div>
|
|
|
|
</div>
|
|
|
|
<div class="spacer_box">
|
2014-09-17 13:20:21 +00:00
|
|
|
<div class="number">
|
2015-11-01 13:12:31 +00:00
|
|
|
<label>
|
|
|
|
<input type="number" name="roll" min="-300" max="300" />
|
|
|
|
<span i18n="configurationAccelTrimRoll"></span>
|
|
|
|
</label>
|
2014-09-17 13:20:21 +00:00
|
|
|
</div>
|
|
|
|
<div class="number">
|
2015-11-01 13:12:31 +00:00
|
|
|
<label>
|
|
|
|
<input type="number" name="pitch" min="-300" max="300" />
|
|
|
|
<span i18n="configurationAccelTrimPitch"></span>
|
|
|
|
</label>
|
2014-09-17 13:20:21 +00:00
|
|
|
</div>
|
2015-11-01 13:12:31 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="clear-both"></div>
|
|
|
|
<div class="leftWrapper">
|
|
|
|
<div class="gui_box grey">
|
|
|
|
<div class="gui_box_titlebar">
|
|
|
|
<div class="spacer_box_title" i18n="configurationReceiver"></div>
|
|
|
|
<div class="helpicon"></div>
|
|
|
|
</div>
|
|
|
|
<div class="spacer_box">
|
2015-10-30 08:46:53 +00:00
|
|
|
<table cellpadding="0" cellspacing="0">
|
2015-11-01 13:12:31 +00:00
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<th i18n="configurationFeatureEnabled"></th>
|
|
|
|
<th i18n="configurationFeatureDescription"></th>
|
|
|
|
<th i18n="configurationFeatureName"></th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody class="features rxMode">
|
|
|
|
<!-- table generated here -->
|
|
|
|
</tbody>
|
2015-01-04 08:09:10 +00:00
|
|
|
</table>
|
2015-11-01 13:12:31 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="gui_box grey">
|
|
|
|
<div class="gui_box_titlebar">
|
|
|
|
<div class="spacer_box_title" i18n="configurationSerialRX"></div>
|
|
|
|
<div class="helpicon"></div>
|
|
|
|
</div>
|
|
|
|
<div class="spacer_box">
|
|
|
|
<div class="note">
|
|
|
|
<div class="note_spacer">
|
|
|
|
<p i18n="configurationSerialRXHelp"></p>
|
|
|
|
</div>
|
|
|
|
</div>
|
2014-09-17 18:19:22 +00:00
|
|
|
<select class="serialRX" size="4">
|
2015-11-01 13:12:31 +00:00
|
|
|
<!-- list generated here -->
|
2014-09-17 18:19:22 +00:00
|
|
|
</select>
|
2015-11-01 13:12:31 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="gui_box grey">
|
|
|
|
<div class="gui_box_titlebar">
|
|
|
|
<div class="spacer_box_title" i18n="configurationFailsafe"></div>
|
|
|
|
<div class="helpicon"></div>
|
|
|
|
</div>
|
|
|
|
<div class="spacer_box">
|
2015-10-30 08:46:53 +00:00
|
|
|
<table cellpadding="0" cellspacing="0">
|
2015-11-01 13:12:31 +00:00
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<th i18n="configurationFeatureEnabled"></th>
|
|
|
|
<th i18n="configurationFeatureDescription"></th>
|
|
|
|
<th i18n="configurationFeatureName"></th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody class="features rxFailsafe">
|
|
|
|
<!-- table generated here -->
|
|
|
|
</tbody>
|
2015-01-04 08:09:10 +00:00
|
|
|
</table>
|
|
|
|
<div class="number">
|
2015-11-01 13:12:31 +00:00
|
|
|
<label>
|
|
|
|
<input type="number" name="failsafe_throttle" min="0" max="2000" />
|
|
|
|
<span i18n="configurationThrottleFailsafe"></span>
|
|
|
|
</label>
|
2015-01-04 08:09:10 +00:00
|
|
|
</div>
|
2015-11-01 13:12:31 +00:00
|
|
|
</div>
|
2014-09-17 15:02:16 +00:00
|
|
|
</div>
|
2015-11-01 13:12:31 +00:00
|
|
|
</div>
|
|
|
|
<div class="rightWrapper current voltage">
|
2015-10-30 08:46:53 +00:00
|
|
|
<div class="gui_box grey">
|
2015-11-01 13:12:31 +00:00
|
|
|
<div class="gui_box_titlebar">
|
|
|
|
<div class="spacer_box_title" i18n="configurationBatteryVoltage"></div>
|
|
|
|
<div class="helpicon"></div>
|
|
|
|
</div>
|
|
|
|
<div class="spacer_box">
|
2015-10-30 08:46:53 +00:00
|
|
|
<table cellpadding="0" cellspacing="0">
|
2015-11-01 13:12:31 +00:00
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<th i18n="configurationFeatureEnabled"></th>
|
|
|
|
<th i18n="configurationFeatureDescription"></th>
|
|
|
|
<th i18n="configurationFeatureName"></th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody class="features batteryVoltage">
|
|
|
|
<!-- table generated here -->
|
|
|
|
</tbody>
|
2015-01-04 08:09:10 +00:00
|
|
|
</table>
|
2014-09-17 18:19:22 +00:00
|
|
|
<div class="number">
|
2015-11-01 13:12:31 +00:00
|
|
|
<label>
|
|
|
|
<input type="number" name="mincellvoltage" step="0.1" min="1" max="5" />
|
|
|
|
<span i18n="configurationBatteryMinimum"></span>
|
|
|
|
</label>
|
2014-09-17 18:19:22 +00:00
|
|
|
</div>
|
|
|
|
<div class="number">
|
2015-11-01 13:12:31 +00:00
|
|
|
<label>
|
|
|
|
<input type="number" name="maxcellvoltage" step="0.1" min="1" max="5" />
|
|
|
|
<span i18n="configurationBatteryMaximum"></span>
|
|
|
|
</label>
|
2014-09-17 18:19:22 +00:00
|
|
|
</div>
|
2014-12-21 12:29:36 +00:00
|
|
|
<div class="number">
|
2015-11-01 13:12:31 +00:00
|
|
|
<label>
|
|
|
|
<input type="number" name="warningcellvoltage" step="0.1" min="1" max="5" />
|
|
|
|
<span i18n="configurationBatteryWarning"></span>
|
|
|
|
</label>
|
2014-12-21 12:29:36 +00:00
|
|
|
</div>
|
2014-09-17 18:19:22 +00:00
|
|
|
<div class="number">
|
2015-11-01 13:12:31 +00:00
|
|
|
<label>
|
|
|
|
<input type="number" name="voltagescale" step="1" min="10" max="255" />
|
|
|
|
<span i18n="configurationBatteryScale"></span>
|
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2015-10-30 12:47:43 +00:00
|
|
|
<div class="gui_box grey">
|
2015-11-01 13:12:31 +00:00
|
|
|
<div class="gui_box_titlebar">
|
|
|
|
<div class="spacer_box_title" i18n="configurationCurrent"></div>
|
|
|
|
<div class="helpicon"></div>
|
|
|
|
</div>
|
|
|
|
<div class="spacer_box">
|
2015-10-30 08:46:53 +00:00
|
|
|
<table cellpadding="0" cellspacing="0">
|
2015-11-01 13:12:31 +00:00
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<th i18n="configurationFeatureEnabled"></th>
|
|
|
|
<th i18n="configurationFeatureDescription"></th>
|
|
|
|
<th i18n="configurationFeatureName"></th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody class="features batteryCurrent">
|
|
|
|
<!-- table generated here -->
|
|
|
|
</tbody>
|
|
|
|
</table>
|
2014-09-18 11:21:48 +00:00
|
|
|
<div class="number">
|
2015-11-01 13:12:31 +00:00
|
|
|
<label>
|
|
|
|
<input type="number" name="currentscale" step="1" min="-1000" max="1000" />
|
|
|
|
<span i18n="configurationCurrentScale"></span>
|
|
|
|
</label>
|
2014-09-18 11:21:48 +00:00
|
|
|
</div>
|
|
|
|
<div class="number">
|
2015-11-01 13:12:31 +00:00
|
|
|
<label>
|
|
|
|
<input type="number" name="currentoffset" step="1" min="0" max="3300" />
|
|
|
|
<span i18n="configurationCurrentOffset"></span>
|
|
|
|
</label>
|
2014-09-18 11:21:48 +00:00
|
|
|
</div>
|
2014-09-17 21:00:57 +00:00
|
|
|
<div class="checkbox">
|
2015-11-01 13:12:31 +00:00
|
|
|
<div class="numberspacer">
|
|
|
|
<input type="checkbox" name="multiwiicurrentoutput" id="toggle"/>
|
2015-11-01 21:17:19 +00:00
|
|
|
</div><label>
|
2015-11-01 13:12:31 +00:00
|
|
|
<span i18n="configurationBatteryMultiwiiCurrent"></span>
|
|
|
|
</label>
|
2015-10-23 13:42:32 +00:00
|
|
|
</div>
|
2015-11-01 13:12:31 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="clear-both"></div>
|
|
|
|
<div class="leftWrapper rssi">
|
|
|
|
<div class="gui_box grey">
|
|
|
|
<div class="gui_box_titlebar">
|
|
|
|
<div class="spacer_box_title" i18n="configurationRSSI"></div>
|
|
|
|
<div class="helpicon"></div>
|
|
|
|
</div>
|
|
|
|
<div class="spacer_box">
|
2015-10-30 08:46:53 +00:00
|
|
|
<table cellpadding="0" cellspacing="0">
|
2015-11-01 13:12:31 +00:00
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<th i18n="configurationFeatureEnabled"></th>
|
|
|
|
<th i18n="configurationFeatureDescription"></th>
|
|
|
|
<th i18n="configurationFeatureName"></th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody class="features rssi">
|
|
|
|
<!-- table generated here -->
|
|
|
|
</tbody>
|
2015-10-23 13:42:32 +00:00
|
|
|
</table>
|
2015-11-01 13:12:31 +00:00
|
|
|
</div>
|
2015-10-23 13:42:32 +00:00
|
|
|
</div>
|
2015-11-01 13:12:31 +00:00
|
|
|
</div>
|
|
|
|
<div class="rightWrapper system">
|
2015-10-30 12:47:43 +00:00
|
|
|
<div class="gui_box grey">
|
2015-11-01 13:12:31 +00:00
|
|
|
<div class="gui_box_titlebar">
|
|
|
|
<div class="spacer_box_title" i18n="configurationSystem"></div>
|
|
|
|
<div class="helpicon"></div>
|
|
|
|
</div>
|
|
|
|
<div class="spacer_box">
|
|
|
|
<div class="note">
|
|
|
|
<div class="note_spacer">
|
|
|
|
<p i18n="configurationLoopTimeHelp"></p>
|
|
|
|
</div>
|
2015-10-23 13:42:32 +00:00
|
|
|
</div>
|
|
|
|
<div class="number">
|
2015-11-01 13:12:31 +00:00
|
|
|
<label>
|
|
|
|
<input type="number" name="looptime" step="100" min="0" max="9000"/>
|
|
|
|
<span i18n="configurationLoopTime"></span>
|
|
|
|
</label>
|
|
|
|
</div>
|
|
|
|
<div class="number">
|
|
|
|
<label>
|
|
|
|
<input type="text" name="looptimehz" readonly class="disabled"/>
|
|
|
|
<span i18n="configurationCalculatedCyclesSec"></span>
|
|
|
|
</label>
|
2015-10-23 13:42:32 +00:00
|
|
|
</div>
|
2015-11-01 13:12:31 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
<div class="clear-both"></div>
|
|
|
|
<div class="leftWrapper gps">
|
2015-10-30 12:47:43 +00:00
|
|
|
<div class="gui_box grey">
|
2015-11-01 13:12:31 +00:00
|
|
|
<div class="gui_box_titlebar">
|
|
|
|
<div class="spacer_box_title" i18n="configurationGPS"></div>
|
|
|
|
<div class="helpicon"></div>
|
|
|
|
</div>
|
|
|
|
<div class="spacer_box">
|
|
|
|
<div class="note">
|
|
|
|
<div class="note_spacer">
|
|
|
|
<p i18n="configurationGPSHelp"></p>
|
|
|
|
</div>
|
2015-10-30 08:46:53 +00:00
|
|
|
</div>
|
2015-11-01 13:12:31 +00:00
|
|
|
<table cellpadding="0" cellspacing="0">
|
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<th i18n="configurationFeatureEnabled"></th>
|
|
|
|
<th i18n="configurationFeatureDescription"></th>
|
|
|
|
<th i18n="configurationFeatureName"></th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody class="features gps">
|
|
|
|
<!-- table generated here -->
|
|
|
|
</tbody>
|
2015-01-08 01:07:38 +00:00
|
|
|
</table>
|
|
|
|
<div class="line">
|
2015-11-01 13:12:31 +00:00
|
|
|
<select class="gps_protocol">
|
|
|
|
<!-- list generated here -->
|
|
|
|
</select>
|
|
|
|
<span i18n="configurationGPSProtocol"></span>
|
2015-01-08 01:07:38 +00:00
|
|
|
</div>
|
|
|
|
<div class="line">
|
2015-11-01 13:12:31 +00:00
|
|
|
<select class="gps_baudrate">
|
|
|
|
<!-- list generated here -->
|
|
|
|
</select>
|
|
|
|
<span i18n="configurationGPSBaudrate"></span>
|
2015-01-08 01:07:38 +00:00
|
|
|
</div>
|
|
|
|
<div class="line">
|
2015-11-01 13:12:31 +00:00
|
|
|
<select class="gps_ubx_sbas">
|
|
|
|
<!-- list generated here -->
|
|
|
|
</select>
|
|
|
|
<span i18n="configurationGPSubxSbas"></span>
|
2015-01-08 01:07:38 +00:00
|
|
|
</div>
|
|
|
|
<div class="number">
|
2015-11-01 13:12:31 +00:00
|
|
|
<label>
|
|
|
|
<input type="number" name="mag_declination" step="0.1" min="-180" max="180" />
|
|
|
|
<span i18n="configurationMagDeclination"></span>
|
|
|
|
</label>
|
2015-01-08 01:07:38 +00:00
|
|
|
</div>
|
2015-11-01 13:12:31 +00:00
|
|
|
</div>
|
2015-01-08 01:07:38 +00:00
|
|
|
</div>
|
2015-11-01 13:12:31 +00:00
|
|
|
</div>
|
|
|
|
<div class="rightWrapper">
|
2015-10-30 12:47:43 +00:00
|
|
|
<div class="gui_box grey">
|
2015-11-01 13:12:31 +00:00
|
|
|
<div class="gui_box_titlebar">
|
|
|
|
<div class="spacer_box_title" i18n="configurationFeatures"></div>
|
|
|
|
<div class="helpicon"></div>
|
|
|
|
</div>
|
|
|
|
<div class="spacer_box">
|
2015-10-30 08:46:53 +00:00
|
|
|
<table cellpadding="0" cellspacing="0">
|
2015-11-01 13:12:31 +00:00
|
|
|
<thead>
|
|
|
|
<tr>
|
|
|
|
<th i18n="configurationFeatureEnabled"></th>
|
|
|
|
<th i18n="configurationFeatureDescription"></th>
|
|
|
|
<th i18n="configurationFeatureName"></th>
|
|
|
|
</tr>
|
|
|
|
</thead>
|
|
|
|
<tbody class="features other" id="noline">
|
|
|
|
<!-- table generated here -->
|
|
|
|
</tbody>
|
2015-01-04 08:09:10 +00:00
|
|
|
</table>
|
2015-11-01 13:12:31 +00:00
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
2015-10-28 10:30:24 +00:00
|
|
|
<div class="clear-both"></div>
|
2015-11-01 13:12:31 +00:00
|
|
|
<div class="fixed_band">
|
|
|
|
<div class="save_btn"><a class="save" href="#" i18n="configurationButtonSave"></a></div>
|
|
|
|
</div>
|
|
|
|
</div>
|