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
0ad02688
Commit
0ad02688
authored
Nov 16, 2006
by
Nigel McNie
Committed by
Nigel McNie
Nov 16, 2006
Browse files
Changed the submitcancel element to just a submit button, as there's no
where reasonable to cancel to.
parent
3bbe65cc
Changes
2
Hide whitespace changes
Inline
Side-by-side
htdocs/admin/usermanagement/adminusers.php
View file @
0ad02688
...
...
@@ -50,8 +50,8 @@ $form = array(
'filter'
=>
false
),
'submit'
=>
array
(
'type'
=>
'submit
cancel
'
,
'value'
=>
array
(
get_string
(
'submit'
)
,
get_string
(
'cancel'
))
'type'
=>
'submit'
,
'value'
=>
get_string
(
'submit'
)
)
)
);
...
...
htdocs/admin/usermanagement/staffusers.php
View file @
0ad02688
...
...
@@ -49,8 +49,8 @@ $form = array(
'filter'
=>
false
),
'submit'
=>
array
(
'type'
=>
'submit
cancel
'
,
'value'
=>
array
(
get_string
(
'submit'
)
,
get_string
(
'cancel'
))
'type'
=>
'submit'
,
'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