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
480b736b
Commit
480b736b
authored
Jan 29, 2008
by
Nigel McNie
Browse files
Link the 'no institution' member count to admin user search for no institution members.
parent
4eed90da
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/default/templates/admin/users/institutions.tpl
View file @
480b736b
...
...
@@ -36,7 +36,7 @@
{
if
$institution
->
name
!=
'mahara'
}
<a
href=
"
{
$WWWROOT
}
admin/users/institutionusers.php?usertype=members&institution=
{
$institution
->
name
}
"
>
{
$institution
->
members
}
</a>
{
else
}
{
$institution
->
members
}
<a
href=
"
{
$WWWROOT
}
admin/users/search.php?institution=mahara"
>
{
$institution
->
members
}
</a>
{/
if
}
</td>
<td
class=
"center"
>
{
$institution
->
maxuseraccounts
}
</td>
...
...
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