|
|
@@ -19,7 +19,7 @@
|
|
|
{**
|
|
|
* @author Sławomir Miśkowicz <slawomir@modulesgarden.com>
|
|
|
*}
|
|
|
-
|
|
|
+{debug}
|
|
|
<div class="lu-form-group">
|
|
|
<label class="lu-form-label">
|
|
|
{if $rawObject->isRawTitle()}{$rawObject->getRawTitle()}{elseif $rawObject->getTitle()}{$MGLANG->T($rawObject->getTitle())}{/if}
|
|
|
@@ -27,7 +27,7 @@
|
|
|
<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="outputBlubb{$rawObject->getName()}" class="lu-range-output" for="{$rawObject->getName()}">
|
|
|
+ <output id="output{$rawObject->getName()}" class="lu-range-output" for="{$rawObject->getName()}">
|
|
|
{$rawObject->getOutputLabel()}
|
|
|
</output>
|
|
|
{/if}
|