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
610752fb
Commit
610752fb
authored
Feb 15, 2008
by
Evonne Cheung
Committed by
Nigel McNie
Feb 15, 2008
Browse files
Add row cycle classes
parent
a6bda52f
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/default/templates/admin/users/notifications.tpl
100644 → 100755
View file @
610752fb
{
include
file
=
"header.tpl"
}
{
include
file
=
"columnfullstart.tpl"
}
<table>
<table
id=
"notificationstable"
>
<tr>
<th>
</th>
<th></th>
...
...
@@ -11,7 +11,7 @@
{/
foreach
}
</tr>
{
foreach
from
=
$users
item
=
'user'
key
=
'userid'
}
<tr>
<tr
class=
"
{
cycle
values
=
"r0,r1"
}
"
>
<td><img
src=
"
{
$WWWROOT
}
thumb.php?type=profileicon&size=40x40&id=
{
$userid
}
"
alt=
"profile icon"
/></td>
<td>
{
display_name
user
=
$user.user
}
</td>
<td>
...
...
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