Plugin Sort implementation

This commit is contained in:
metaskop 2017-04-10 02:55:35 +02:00
parent cf584b2cc1
commit d06ce65a15

@ -19,7 +19,7 @@ class HTML {
echo $html;
}
public static function formClose()
public static function formClose($scr=true)
{
$html = '</form>';
@ -38,7 +38,7 @@ class HTML {
</script>';
echo $html.$script;
echo $html.(($scr)? $script : '');
}
// label, name, value, tip