* Change batch btn style.
This commit is contained in:
@@ -48,13 +48,14 @@ dtable
|
||||
'items' => array(
|
||||
array(
|
||||
'text' => $lang->execution->importTask,
|
||||
'className' => 'btn toolbar-item batch-btn size-sm',
|
||||
'className' => 'btn secondary toolbar-item batch-btn size-sm',
|
||||
'data-url' => createLink('execution', 'importtask', "executionID={$execution->id}&fromExecution={$fromExecution}"),
|
||||
),
|
||||
array(
|
||||
'text' => $lang->goback,
|
||||
'class' => 'btn btn-info toolbar-item size-sm text-gray',
|
||||
'url' => createLink('execution', 'task', "executionID={$execution->id}")
|
||||
'text' => $lang->goback,
|
||||
'btnType' => 'info',
|
||||
'className' => 'btn-info toolbar-item size-sm text-gray',
|
||||
'url' => createLink('execution', 'task', "executionID={$execution->id}")
|
||||
)
|
||||
)
|
||||
)),
|
||||
|
||||
Reference in New Issue
Block a user