* zin: refactor set:xxx usage to compatible with php 5.4.

This commit is contained in:
sunhao
2023-08-29 18:03:45 +08:00
parent a89bc755d5
commit 6bd978525b
142 changed files with 600 additions and 613 deletions
+2 -2
View File
@@ -39,7 +39,7 @@ formPanel
formGroup
(
set::width('1/2'),
set::class($product->shadow ? 'hidden' : ''),
set::className($product->shadow ? 'hidden' : ''),
set::label($lang->bug->product),
inputGroup
(
@@ -370,7 +370,7 @@ formPanel
set('class', 'input-group-addon'),
$contactList ? picker
(
set::class('width', 'w-20'),
set::className('width', 'w-20'),
set::name('contactListMenu'),
set::items($contactList),
set::value()