Merge pull request #823 from openclassify/dia

remove unfinished button
This commit is contained in:
Fatih Alp 2020-11-26 11:16:31 +03:00 committed by GitHub
commit 046186ac27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,12 +11,15 @@ class AdvsModule extends Module
protected $sections = [ protected $sections = [
'advs' => [ 'advs' => [
'buttons' => [ 'buttons' => [
'new_classified' => [ 'new_adv' => [
'href' => "/advs/create_adv", 'href' => "/advs/create_adv",
], ],
'new_adv' => [ // 'new_classified' => [
'text' => 'visiosoft.module.advs::button.fast_create' // 'href' => "/advs/create_adv",
], // ],
// 'new_adv' => [
// 'text' => 'visiosoft.module.advs::button.fast_create'
// ],
'extend_all' => [ 'extend_all' => [
'href' => "/advs/extendAll/admin", 'href' => "/advs/extendAll/admin",
'icon' => 'fa fa-calendar', 'icon' => 'fa fa-calendar',