|
|
@@ -26,12 +26,12 @@
|
|
|
{if $rawObject->getDescription()}
|
|
|
<i data-title="{$MGLANG->T($rawObject->getDescription())}" data-toggle="lu-tooltip" class="lu-i-c-2x lu-zmdi lu-zmdi-help-outline lu-form-tooltip-helper"></i>
|
|
|
{/if}
|
|
|
- {if $rawObject->isOutputVisible()}
|
|
|
- <output id="output{$rawObject->getName()}" class="lu-range-output" for="{$rawObject->getName()}">
|
|
|
- {$rawObject->getOutputLabel()}
|
|
|
- </output>
|
|
|
- {/if}
|
|
|
</label>
|
|
|
+ {if $rawObject->isOutputVisible()}
|
|
|
+ <output id="output{$rawObject->getName()}" class="lu-range-output" for="{$rawObject->getName()}">
|
|
|
+ {$rawObject->getOutputLabel()}
|
|
|
+ </output>
|
|
|
+ {/if}
|
|
|
<input type="range"
|
|
|
id="{$rawObject->getName()}"
|
|
|
name="{$rawObject->getName()}"
|