Skip to content
GitLab
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
12ab99d3
Commit
12ab99d3
authored
Mar 04, 2009
by
Richard Mansfield
Browse files
Fix earlier fix to use display_name not firstname, lastname etc.
parent
2095dd8e
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/default/templates/admin/users/edit.tpl
View file @
12ab99d3
...
...
@@ -3,7 +3,7 @@
{
include
file
=
"columnfullstart.tpl"
}
<div
id=
"edituser"
style=
"position: relative;"
>
<div
style=
"position: absolute; top: 0; right: 0;"
><a
href=
"
{
$WWWROOT
}
user/view.php?id=
{
$user
->
id
}
"
><img
src=
"
{
$WWWROOT
}
thumb.php?type=profileiconbyid&maxwidth=100&maxheight=100&id=
{
$user
->
profileicon
}
"
alt=
""
></a></div>
<h2><a
href=
"
{
$WWWROOT
}
user/view.php?id=
{
$user
->
id
}
"
>
{
$user
->
firstname
|
escape
}
{
$user
->
lastname
|
escape
}
(
{
$user
->
username
|
escape
}
)
</a></h2>
<h2><a
href=
"
{
$WWWROOT
}
user/view.php?id=
{
$user
->
id
}
"
>
{
$user
|
display_name
|
escape
}
</a></h2>
{
if
!
empty
(
$loginas
)
}
<div><a
href=
"
{
$WWWROOT
}
admin/users/changeuser.php?id=
{
$user
->
id
}
"
>
{
$loginas
}
</a></div>
{/
if
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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