This commit is contained in:
tianshujie
2023-12-05 14:52:48 +08:00
parent 05e63e5cca
commit c6dfd33ffd
+5 -4
View File
@@ -23,10 +23,11 @@ toolbar
(
item(set
(array(
'text' => $lang->product->create,
'icon' => 'plus',
'class'=> 'btn primary',
'url' => $this->createLink('product', 'create', "programID={$programID}")
'text' => $lang->product->create,
'icon' => 'plus',
'class' => 'btn primary',
'data-app' => 'product',
'url' => $this->createLink('product', 'create', "programID={$programID}")
)))
);