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
0da9f787
Commit
0da9f787
authored
Nov 24, 2006
by
Richard Mansfield
Browse files
Tidy up profile view in view user
parent
b04a2227
Changes
2
Show whitespace changes
Inline
Side-by-side
htdocs/artefact/internal/lang/en.utf8/artefact.internal.php
View file @
0da9f787
...
...
@@ -62,6 +62,7 @@ $string['occupation'] = 'Occupation';
$string
[
'industry'
]
=
'Industry'
;
// Field names for view user and search user display
$string
[
'profile'
]
=
'Profile'
;
$string
[
'name'
]
=
'Name'
;
$string
[
'principalemailaddress'
]
=
'Principal email'
;
$string
[
'emailaddress'
]
=
'Alternative email'
;
...
...
htdocs/theme/default/templates/user/view.tpl
View file @
0da9f787
...
...
@@ -11,14 +11,16 @@
{/
foreach
}
</tbody></table>
<table><tbody>
{
foreach
from
=
$PROFILE
key
=
key
item
=
item
name
=
profile
}
{
if
$smarty.foreach.profile.first
}
<tr><th>
{
str
section
=
artefact
.
internal
tag
=
profile
}
</th></tr>
<h4>
{
str
section
=
artefact
.
internal
tag
=
profile
}
</h4>
<table><tbody>
{/
if
}
<tr><td>
{
str
section
=
artefact
.
internal
tag
=
$key
}
</td><td>
{
$item
}
</td></tr>
{
/
foreach
}
{
if
$smarty.foreach.profile.last
}
</tbody></table>
{/
if
}
{/
foreach
}
</div>
...
...
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