# -- # Copyright (C) 2001-2019 OTRS AG, https://otrs.com/ # -- # This software comes with ABSOLUTELY NO WARRANTY. For details, see # the enclosed file COPYING for license information (GPL). If you # did not receive this file, see https://www.gnu.org/licenses/gpl-3.0.txt. # -- [% RenderBlockStart("Overview") %]

[% Translate("Manage Role-Group Relations") | html %]

[% BreadcrumbPath = [ { Name => Translate('Manage Role-Group Relations'), Link => Env("Action"), }, ] %] [% IF Data.Type %] [% USE EditTitle = String(Data.BreadcrumbTitle) %] [% BreadcrumbPath.push({ Name => EditTitle.append( " '", Data.Name, "'" ) }) %] [% END %] [% INCLUDE "Breadcrumb.tt" Path = BreadcrumbPath %]
[% RenderBlockStart("OverviewAction") %]

[% Translate("Overview") | html %]

  • [% Translate("Roles") | html %]
  • [% RenderBlockStart("NoDataFoundMsgRole") %]
  • [% Translate("No data found.") | html %]
  • [% RenderBlockEnd("NoDataFoundMsgRole") %] [% RenderBlockStart("List1n") %]
  • [% Data.Name | html %]
  • [% RenderBlockEnd("List1n") %]
  • [% Translate("Groups") | html %]
  • [% RenderBlockStart("NoDataFoundMsgGroup") %]
  • [% Translate("No data found.") | html %]
  • [% RenderBlockEnd("NoDataFoundMsgGroup") %] [% RenderBlockStart("Listn1") %]
  • [% Data.Name | html %]
  • [% RenderBlockEnd("Listn1") %]
[% RenderBlockEnd("OverviewAction") %] [% RenderBlockStart("Change") %]
[% RenderBlockStart("ActionList") %]

[% Translate("Actions") | html %]

[% RenderBlockEnd("ActionList") %]

[% Translate("Hint") | html %]

[% Translate("Select the role:group permissions.") | html %] [% Translate("If nothing is selected, then there are no permissions in this group (tickets will not be available for the role).") | html %]

[% Data.BreadcrumbTitle | html %] [% Data.Name | html %]

[% RenderBlockStart("ChangeHeader") %] [% RenderBlockEnd("ChangeHeader") %] [% RenderBlockStart("NoDataFoundMsgList") %] [% RenderBlockEnd("NoDataFoundMsgList") %] [% RenderBlockStart("ChangeRow") %] [% RenderBlockStart("ChangeRowItem") %] [% RenderBlockEnd("ChangeRowItem") %] [% RenderBlockEnd("ChangeRow") %]
[% Translate(Data.NeType) | html %] [% Translate(Data.Type) | html %]
[% Translate("No data found.") | html %]
[% Data.Name | html %]
[% Translate("or") | html %] [% Translate("or") | html %] [% Translate("Cancel") | html %]

[% Translate("Reference") | html %]

[% Translate("ro") | html %]
[% Translate("Read only access to the ticket in this group/queue.") | html %]
[% Translate("move_into") | html %]
[% Translate("Permissions to move tickets into this group/queue.") | html %]
[% Translate("create") | html %]
[% Translate("Permissions to create tickets in this group/queue.") | html %]
[% Translate("note") | html %]
[% Translate("Permissions to add notes to tickets in this group/queue.") | html %]
[% Translate("owner") | html %]
[% Translate("Permissions to change the owner of tickets in this group/queue.") | html %]
[% Translate("priority") | html %]
[% Translate("Permissions to change the ticket priority in this group/queue.") | html %]
[% Translate("rw") | html %]
[% Translate("Full read and write access to the tickets in this group/queue.") | html %]
[% RenderBlockEnd("Change") %]
[% RenderBlockEnd("Overview") %]