From 7e53c458901e3c0c801deb626ef8ce44484a38c6 Mon Sep 17 00:00:00 2001 From: MichiK <6341204+der-michik@users.noreply.github.com> Date: Thu, 6 Dec 2018 23:05:40 +0100 Subject: Change the color of "reset" in admin_arrive --- includes/sys_form.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'includes/sys_form.php') diff --git a/includes/sys_form.php b/includes/sys_form.php index 3c31f43e..43db3455 100644 --- a/includes/sys_form.php +++ b/includes/sys_form.php @@ -208,9 +208,9 @@ function form_info($label, $text = '') * @param bool $wrapForm * @return string */ -function form_submit($name, $label, $class = '', $wrapForm = true) +function form_submit($name, $label, $class = '', $wrapForm = true, $buttonType = 'primary') { - $button = ''; -- cgit v1.2.3-54-g00ecf