Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mahara
mahara
Commits
4bc3b838
Commit
4bc3b838
authored
Feb 17, 2016
by
Liam Sharpe
Browse files
Added 'btn-primary' to bulk import and export buttons - Bug #1545377
behatnotneeded Change-Id: I3f3dbfc2e627814fbe6c1da357e8d2443b92c083
parent
ffa2ed34
Changes
2
Hide whitespace changes
Inline
Side-by-side
htdocs/admin/users/bulkexport.php
View file @
4bc3b838
...
@@ -215,6 +215,7 @@ $form = array(
...
@@ -215,6 +215,7 @@ $form = array(
),
),
'submit'
=>
array
(
'submit'
=>
array
(
'type'
=>
'submit'
,
'type'
=>
'submit'
,
'class'
=>
'btn-primary'
,
'value'
=>
get_string
(
'bulkexport'
,
'admin'
)
'value'
=>
get_string
(
'bulkexport'
,
'admin'
)
)
)
)
)
...
...
htdocs/admin/users/bulkimport.php
View file @
4bc3b838
...
@@ -67,6 +67,7 @@ $form = array(
...
@@ -67,6 +67,7 @@ $form = array(
),
),
'submit'
=>
array
(
'submit'
=>
array
(
'type'
=>
'submit'
,
'type'
=>
'submit'
,
'class'
=>
'btn-primary'
,
'value'
=>
get_string
(
'Import'
,
'admin'
)
'value'
=>
get_string
(
'Import'
,
'admin'
)
)
)
)
)
...
...
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