In the table below are listed all users with an access to the project.
{elseif$projects[key($projects)].is_manager}
{$llang.users_management_help_msg_manager}
In the table below are listed all users with an access to the project, the administrator is the user who had run the pipeline. As a manager, you are in charge of managing access to the project. To manage users access, you can use the add and the delete buttons on the bottom of the table. The add button will display a form so you can seek for a user or add a brand new one. 2 access levels are available: the manager who has the right to create new users and to modify users' information he had created, and member who has only the right to browse the project.
{elseif$projects[key($projects)].is_member}
{$llang.users_management_help_msg_member}
In the table below are listed all users with an access to the project, the administrator is the user who had run the pipeline and the manager is the user in charge of managing access to the project. As a project member you can browse all the data related to the project. For further information, send an email to the project manager(s).
{/if}
</p>
<tableclass="display"id="users_data_table">
...
...
@@ -222,13 +133,13 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.