소스 검색

new info form

andre 5 달 전
부모
커밋
e16953ffc5
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      core/UI/Widget/Buttons/ModalActionButtons/BaseRedirectButton.php

+ 1 - 1
core/UI/Widget/Buttons/ModalActionButtons/BaseRedirectButton.php

@@ -13,7 +13,7 @@ class BaseRedirectButton extends BaseContainer
 {
     protected $id             = 'baseRedirectButton';
     protected $name           = 'baseRedirectButton';
-    protected $class          = ['lu-btn lu-btn--danger lu-btn--outline lu-btn--plain'];
+    protected $class          = ['lu-btn lu-btn--danger lu-btn--outline lu-btn--plain infoModal'];
     protected $title          = 'title';
     protected $htmlAttributes = [
 //        '@click.middle' => 'redirect($event,, true)',