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
4d858ccf
Commit
4d858ccf
authored
Sep 13, 2015
by
Robert Lyon
Committed by
Gerrit Code Review
Sep 13, 2015
Browse files
Options
Browse Files
Download
Plain Diff
Merge "added btn-default class to buttons - Bug 1465107"
parents
7c11e65d
5831ab5b
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
htdocs/admin/users/edit.php
htdocs/admin/users/edit.php
+1
-0
htdocs/group/addmembers.php
htdocs/group/addmembers.php
+1
-0
No files found.
htdocs/admin/users/edit.php
View file @
4d858ccf
...
...
@@ -627,6 +627,7 @@ else {
),
'submit'
=>
array
(
'type'
=>
'submit'
,
'class'
=>
'btn-default'
,
'value'
=>
get_string
(
'unsuspenduser'
,
'admin'
),
),
)
...
...
htdocs/group/addmembers.php
View file @
4d858ccf
...
...
@@ -52,6 +52,7 @@ $form = pieform(array(
),
'submit'
=>
array
(
'type'
=>
'submit'
,
'class'
=>
'btn-default'
,
'value'
=>
get_string
(
'submit'
),
)
)
...
...
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