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
684d7cb7
Commit
684d7cb7
authored
Feb 05, 2008
by
Clare Lenihan
Committed by
Clare Lenihan
Feb 05, 2008
Browse files
making submit/cancel buttons more descriptive and making cancel work
parent
4406c641
Changes
2
Hide whitespace changes
Inline
Side-by-side
htdocs/user/denyrequest.php
View file @
684d7cb7
...
...
@@ -50,7 +50,8 @@ $form = pieform(array(
),
'submit'
=>
array
(
'type'
=>
'submitcancel'
,
'value'
=>
array
(
get_string
(
'denyfriendrequestlower'
,
'group'
),
get_string
(
'cancel'
))
'value'
=>
array
(
get_string
(
'denyfriendrequestlower'
,
'group'
),
get_string
(
'cancel'
)),
'goto'
=>
get_config
(
'wwwroot'
)
.
'user/view.php?id='
.
$id
,
)
)
));
...
...
htdocs/user/removefriend.php
View file @
684d7cb7
...
...
@@ -49,7 +49,8 @@ $form = pieform(array(
),
'submit'
=>
array
(
'type'
=>
'submitcancel'
,
'value'
=>
array
(
get_string
(
'removefriend'
,
'group'
),
get_string
(
'cancel'
))
'value'
=>
array
(
get_string
(
'removefriend'
,
'group'
),
get_string
(
'cancel'
)),
'goto'
=>
get_config
(
'wwwroot'
)
,
'user/view.php?id='
.
$id
)
)
));
...
...
Write
Preview
Supports
Markdown
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