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
10333fa4
Commit
10333fa4
authored
May 04, 2015
by
Son Nguyen
Committed by
Gerrit Code Review
May 04, 2015
Browse files
Merge "Fixing missing lang string in user accesslist report (Bug #1449350)"
parents
0284a2da
f5f6dbe0
Changes
1
Hide whitespace changes
Inline
Side-by-side
htdocs/theme/raw/templates/admin/users/accesslistitem.tpl
View file @
10333fa4
{
if
$item.access
}
<div>
{
$item.access
}
</div>
{/
if
}
{
foreach
from
=
$item.accessgroups
item
=
accessgroup
name
=
ags
}{
strip
}
{
if
$accessgroup.accesstype
==
'loggedin'
}
{
str
tag
=
"
loggedin
"
section
=
"view"
}
{
str
tag
=
"
registeredusers
"
section
=
"view"
}
{
elseif
$accessgroup.accesstype
==
'public'
}
{
str
tag
=
"public"
section
=
"view"
}
{
elseif
$accessgroup.accesstype
==
'friends'
}
...
...
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