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
20e753ae
Commit
20e753ae
authored
Aug 20, 2009
by
Richard Mansfield
Browse files
Add link from user profile page to admin edit user page
parent
42ca18f0
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/raw/templates/user/view.tpl
View file @
20e753ae
...
...
@@ -3,6 +3,7 @@
<div
class=
"user-icon right"
>
{
$institutions
}
{
if
!
empty
(
$loginas
)
}
<strong><a
href=
"
{
$WWWROOT
}
admin/users/changeuser.php?id=
{
$USERID
}
"
>
{
$loginas
}
</a></strong>
{
if
$USER
->
get
(
'admin'
)
}
<a
href=
"
{
$WWWROOT
}
admin/users/edit.php?id=
{
$USERID
}
"
>
{
str
tag
=
accountsettings
section
=
admin
}
</a>
{/
if
}
{/
if
}
{
if
$canmessage
}
<a
href=
"
{
$WWWROOT
}
user/sendmessage.php?id=
{
$USERID
}
&returnto=view"
class=
"btn-msg"
>
{
str
tag
=
'sendmessage'
section
=
'group'
}
</a>
{/
if
}
...
...
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