vmBuild.tpl 242 B

12345
  1. <div class="alert alert-warning" role="alert">
  2. <button type="button" class="close" data-dismiss="alert"></button>
  3. <p>{$customTplVars.warning}</p>
  4. {if $customTplVars.warningMessage}<p>{$customTplVars.warningMessage}</p>{/if}
  5. </div>