From d06ce65a156ddef1c4842e724700c26e2a2219c6 Mon Sep 17 00:00:00 2001 From: metaskop Date: Mon, 10 Apr 2017 02:55:35 +0200 Subject: [PATCH] Plugin Sort implementation --- bl-kernel/admin/themes/default/init.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bl-kernel/admin/themes/default/init.php b/bl-kernel/admin/themes/default/init.php index 3f244a5f..4f60be86 100644 --- a/bl-kernel/admin/themes/default/init.php +++ b/bl-kernel/admin/themes/default/init.php @@ -19,7 +19,7 @@ class HTML { echo $html; } - public static function formClose() + public static function formClose($scr=true) { $html = ''; @@ -38,7 +38,7 @@ class HTML { '; - echo $html.$script; + echo $html.(($scr)? $script : ''); } // label, name, value, tip