ソースを参照

try to use slider for additional disk in createVM

andre 4 年 前
コミット
50ba41bdec

+ 5 - 5
templates/client/default/ui/core/default/widget/forms/fields/range.tpl

@@ -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()}"