Plugin Sort implementation
This commit is contained in:
parent
cf584b2cc1
commit
d06ce65a15
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user