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
d35207dc
Commit
d35207dc
authored
Aug 29, 2008
by
Richard Mansfield
Browse files
Language string for Admin role in profile sideblock
parent
6c499818
Changes
2
Hide whitespace changes
Inline
Side-by-side
htdocs/lang/en.utf8/group.php
View file @
d35207dc
...
...
@@ -57,6 +57,7 @@ $string['reject'] = 'Reject';
$string
[
'groupalreadyexists'
]
=
'A Group by this name already exists'
;
$string
[
'Created'
]
=
'Created'
;
$string
[
'groupadmins'
]
=
'Group admins'
;
$string
[
'Admin'
]
=
'Admin'
;
$string
[
'grouptype'
]
=
'Group Type'
;
$string
[
'hasrequestedmembership'
]
=
'has requested membership of this group'
;
...
...
htdocs/theme/default/templates/sideblocks/profile.tpl
View file @
d35207dc
...
...
@@ -30,7 +30,7 @@
<a
href=
"
{
$WWWROOT
}
group/mygroups.php"
>
{
str
tag
=
"groups"
}
:
</a>
<ul>
{
foreach
from
=
$data.groups
item
=
group
}
<li><a
href=
"
{
$WWWROOT
}
group/view.php?id=
{
$group
->
id
}
"
>
{
$group
->
name
|
escape
}
</a>
{
if
$group
->
role
==
'admin'
}
(
admin
)
{/
if
}
</li>
<li><a
href=
"
{
$WWWROOT
}
group/view.php?id=
{
$group
->
id
}
"
>
{
$group
->
name
|
escape
}
</a>
{
if
$group
->
role
==
'admin'
}
(
{
str
tag
=
Admin
section
=
group
}
)
{/
if
}
</li>
{/
foreach
}
</ul>
</li>
...
...
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