* Change class to className to assign css class to item.
This commit is contained in:
@@ -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")),
|
||||
)
|
||||
);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user