Moved both temperature intervals into the same "section"

This commit is contained in:
Gina Häußge 2015-09-03 17:46:03 +02:00
parent 1e93638794
commit 24f769ff80

View file

@ -18,24 +18,21 @@
</label>
</div>
</div>
<div class="control-group" title="{{ _('Interval in which to poll for the temperature information from the printer while printing') }}">
<div class="control-group" title="{{ _('Interval in which to poll for the temperature information from the printer') }}">
<label class="control-label" for="settings-serialTimeoutTemperature">{{ _('Temperature interval') }}</label>
<div class="controls">
<div class="input-append">
<input type="number" step="any" min="1" class="input-mini text-right" data-bind="value: serial_timeoutTemperature" id="settings-serialTimeoutTemperature">
<span class="add-on">s</span>
</div>
<span class="help-inline"><p class="muted"><small>{{ _('When printing or idle')}}</small></p></span>
<span class="help-inline">{{ _('When printing or idle')}}</span>
</div>
</div>
<div class="control-group" title="{{ _('Interval in which to poll for the temperature information from the printer when a target temperature is set') }}">
<label class="control-label" for="settings-serialTimeoutTemperatureTargetSet">{{ _('Temperature interval') }}</label>
<div class="controls">
<div class="input-append">
<input type="number" step="any" min="1" class="input-mini text-right" data-bind="value: serial_timeoutTemperatureTargetSet" id="settings-serialTimeoutTemperatureTargetSet">
<span class="add-on">s</span>
</div>
<span class="help-inline"><p class="muted"><small>{{ _('When a target temperature is set')}}</small></p></span>
<span class="help-inline">{{ _('When a target temperature is set')}}</span>
</div>
</div>
<div class="control-group" title="{{ _('Interval in which to poll for the SD printing status information from the printer while printing') }}">