1
0
mirror of https://github.com/flextype/flextype.git synced 2025-08-18 10:51:21 +02:00

feat(admin-plugin): fixes for PluginsController #211

This commit is contained in:
Awilum
2020-01-31 21:21:18 +03:00
parent 00ed62df2b
commit 63d8bd36bc

View File

@@ -46,7 +46,7 @@ class PluginsController extends Controller
'plugins_get_more' => [
'link' => 'https://github.com/flextype/plugins',
'title' => __('admin_get_more_plugins'),
'attributes' => ['class' => 'btn', 'target' => '_blank'],
'target' => '_blank'
],
],
]
@@ -209,7 +209,7 @@ class PluginsController extends Controller
'save_plugin_settings' => [
'link' => 'javascript:;',
'title' => __('admin_save'),
'attributes' => ['class' => 'js-save-form-submit btn'],
'type' => 'action'
],
],
]