Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
mahara
mahara
Commits
ba51e2cd
Commit
ba51e2cd
authored
Jun 19, 2019
by
Robert Lyon
Committed by
Gerrit Code Review
Jun 19, 2019
Browse files
Options
Browse Files
Download
Plain Diff
Merge "Bug #1828140: missing btn-primary class on validation email page"
parents
6a077cda
eeaeb4a2
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
htdocs/auth/lib.php
htdocs/auth/lib.php
+1
-0
No files found.
htdocs/auth/lib.php
View file @
ba51e2cd
...
...
@@ -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
(
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment