* Change class to className to assign css class to item.

This commit is contained in:
dingguodong
2023-09-01 08:59:03 +08:00
parent d4e931340c
commit 7c18f64ccb
+1 -1
View File
@@ -33,7 +33,7 @@ $footToolbar['items'][] = array
(
'type' => 'btn-group',
'items' => array(
array('text' => $lang->save, 'class' => "btn primary size-sm batch-btn ajax-btn", 'btnType' => 'primary', 'data-url' => createLink('execution', 'linkStory', "objectID=$object->id")),
array('text' => $lang->save, 'className' => "btn primary size-sm batch-btn ajax-btn", 'btnType' => 'primary', 'data-url' => createLink('execution', 'linkStory', "objectID=$object->id")),
)
);