From 7c18f64ccbcf3b3d61e495819074aea99fd415fa Mon Sep 17 00:00:00 2001 From: dingguodong Date: Fri, 1 Sep 2023 08:58:18 +0800 Subject: [PATCH] * Change class to className to assign css class to item. --- module/execution/ui/linkstory.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/execution/ui/linkstory.html.php b/module/execution/ui/linkstory.html.php index 1fdf305a98..659b27451e 100644 --- a/module/execution/ui/linkstory.html.php +++ b/module/execution/ui/linkstory.html.php @@ -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")), ) );