From eeaeb4a202545152d2be74bd089427cff4bbd558 Mon Sep 17 00:00:00 2001 From: Liam Date: Wed, 8 May 2019 14:05:45 +1200 Subject: [PATCH] Bug #1828140: missing btn-primary class on validation email page behatnotneeded Change-Id: I212947979eb9223ee4fe530185934806e911c4e3 --- htdocs/auth/lib.php | 1 + 1 file changed, 1 insertion(+) diff --git a/htdocs/auth/lib.php b/htdocs/auth/lib.php index c3b275e0f2..1f05541ccc 100644 --- a/htdocs/auth/lib.php +++ b/htdocs/auth/lib.php @@ -1103,6 +1103,7 @@ function auth_check_required_fields() { // Display a message if there is only 1 required field and this field is email whose validation has been sent $elements['submit'] = array( 'type' => 'submit', + 'class' => 'btn-primary', 'value' => get_string('continue', 'admin') ); $form = pieform(array( -- GitLab