';
+ // Picto and label of permission
print '| '.img_object('',$picto).' '.$objMod->getName();
print ' | ';
+ // Permission and tick
if ($fuser->admin && $objMod->rights_admin_allowed)
{
// Permission own because admin
@@ -310,7 +313,7 @@ if ($result)
{
print ''.img_picto($langs->trans("Administrator"),'star').' | ';
}
- print '';
+ print ' | ';
print img_tick();
print ' | ';
}
@@ -321,7 +324,7 @@ if ($result)
{
print ''.img_edit_remove($langs->trans("Remove")).' | ';
}
- print '';
+ print ' | ';
print img_tick();
print ' | ';
}
@@ -334,7 +337,7 @@ if ($result)
//print '';
print '';
}
- print '';
+ print ' | ';
print img_tick();
print ' | ';
}
@@ -351,7 +354,7 @@ if ($result)
$perm_libelle=($conf->global->MAIN_USE_ADVANCED_PERMS && ($langs->trans("PermissionAdvanced".$obj->id)!=("PermissionAdvanced".$obj->id))?$langs->trans("PermissionAdvanced".$obj->id):(($langs->trans("Permission".$obj->id)!=("Permission".$obj->id))?$langs->trans("Permission".$obj->id):$obj->libelle));
print ''.$perm_libelle. ' | ';
- print '
';
+ print ''."\n";
$i++;
}