mirror of
https://git.code.sf.net/p/seeddms/code
synced 2025-03-12 00:45:34 +00:00
add translated phrase for 'you are the manager of this group'
This commit is contained in:
parent
2b73149ed7
commit
2aa129772b
|
@ -57,7 +57,7 @@ class SeedDMS_View_GroupView extends SeedDMS_Blue_Style {
|
||||||
echo " : ".htmlspecialchars($group->getComment());
|
echo " : ".htmlspecialchars($group->getComment());
|
||||||
foreach($managers as $manager)
|
foreach($managers as $manager)
|
||||||
if($manager->getId() == $user->getId()) {
|
if($manager->getId() == $user->getId()) {
|
||||||
echo " : you are the manager of this group";
|
echo " : ".getMLText("manager_of_group");
|
||||||
$ismanager = true;
|
$ismanager = true;
|
||||||
}
|
}
|
||||||
echo "</li>";
|
echo "</li>";
|
||||||
|
|
|
@ -58,7 +58,7 @@ class SeedDMS_View_GroupView extends SeedDMS_Bootstrap_Style {
|
||||||
echo " : ".htmlspecialchars($group->getComment());
|
echo " : ".htmlspecialchars($group->getComment());
|
||||||
foreach($managers as $manager)
|
foreach($managers as $manager)
|
||||||
if($manager->getId() == $user->getId()) {
|
if($manager->getId() == $user->getId()) {
|
||||||
echo " : you are the manager of this group";
|
echo " : ".getMLText("manager_of_group");
|
||||||
$ismanager = true;
|
$ismanager = true;
|
||||||
}
|
}
|
||||||
echo "</li>";
|
echo "</li>";
|
||||||
|
|
Loading…
Reference in New Issue
Block a user