Plugin Sort implementation

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

View File

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