::use 'amapadmin/design.mtt'::

::_("Management of rights and access")::

$$insert(::_("Add a right")::,/amapadmin/editRight) ::foreach u users:: ::end::
::_("Name"):: ::_("Rights"):: ::_("Actions")::
::u._user.getName()::
    ::foreach r u._rights::
  • ::u.getRightName(r)::
  • ::end::
$$insert(::_("Modify")::,/amapadmin/editRight/::u.userId::)
::end::