From 932aae5cfda257c8fa3359a1ff8bc44018506eeb Mon Sep 17 00:00:00 2001 From: PhantomVl Date: Tue, 5 May 2020 16:08:49 +0300 Subject: [PATCH] -- Bug fix @BossLX --- views/form.buttons.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/views/form.buttons.php b/views/form.buttons.php index 5c17594..5708d12 100644 --- a/views/form.buttons.php +++ b/views/form.buttons.php @@ -6,8 +6,8 @@ * and open the template in the editor. */ $forminfo =array( - array("name"=>"dev_buttons",label=>"Buttons Configuration"), - array("name"=>"button",label=>"Buttons ",help=>"help.") + array("name" => "dev_buttons", 'label' =>"Buttons Configuration"), + array("name" => "button", 'label'=>"Buttons ", 'help' => "help.") ); //$buttons_type= array("empty","line","service","feature","speeddial"); // "feature","service" -- Add leter !