diff --git a/e107_handlers/form_handler.php b/e107_handlers/form_handler.php index 9649d4f4f..35bd55463 100644 --- a/e107_handlers/form_handler.php +++ b/e107_handlers/form_handler.php @@ -1255,6 +1255,10 @@ class e_form case 'submit': $options['class'] .= 'btn-success'; break; + + case 'cancel': + // use this for neutral colors. + break; case 'delete': $options['class'] .= 'btn-danger';