vpsBuild_components.tpl 780 B

12345678910111213141516
  1. <script type="text/x-template" id="t-mg-vpsBuild-{$elementId|strtolower}"
  2. :component_id="component_id"
  3. :component_namespace="component_namespace"
  4. :component_index="component_index"
  5. >
  6. <div class="lu-row lu-row--eq-height {$rawObject->getClasses()}" id="{$rawObject->getId()}" namespace="{$namespace}"
  7. index="{$rawObject->getIndex()}" actionid="{$rawObject->getIndex()}">
  8. <div class="lu-col-lg-12">
  9. <div class="alert alert-warning" role="alert">
  10. <button type="button" class="close" data-dismiss="alert"></button>
  11. <p>{$customTplVars.warning}</p>
  12. {if $customTplVars.warningMessage}<p>{$customTplVars.warningMessage}</p>{/if}
  13. </div>
  14. </div>
  15. </div>
  16. </script>