# -- # 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 Customer-Group Relations") | html %]

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

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

    [% Translate("This feature is disabled!") | html %]

    [% Translate("Just use this feature if you want to define group permissions for customers.") | html %]

[% RenderBlockEnd("Disabled") %] [% RenderBlockStart("ActionList") %]

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

    [% RenderBlockStart("ActionOverview") %]
  • [% Translate("Go to overview") | html %]
  • [% RenderBlockEnd("ActionOverview") %] [% RenderBlockStart("Search") %]
  • [% RenderBlockEnd("Search") %] [% RenderBlockStart("AlwaysGroupsConfig") %]
  • [% Translate("Edit Customer Default Groups") | html %]

    [% Translate("These groups are automatically assigned to all customers.") | html %] [% Translate("You can manage these groups via the configuration setting \"CustomerGroupCompanyAlwaysGroups\".") | html %]

  • [% RenderBlockEnd("AlwaysGroupsConfig") %]
[% RenderBlockEnd("ActionList") %] [% RenderBlockStart("Filter") %]

[% RenderBlockEnd("Filter") %] [% RenderBlockStart("Note") %]

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

[% Translate("Select the customer:group permissions.") | html %]

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

[% RenderBlockEnd("Note") %]
[% RenderBlockStart("Result") %]

[% Translate("Search Results") | html %]:

  • [% Translate("Customers") | html %] [% RenderBlockStart("ResultCustomerCount") %] ([% Data.CustomerCount | html %]) [% RenderBlockEnd("ResultCustomerCount") %] [% RenderBlockStart("ResultCustomerCountLimit") %] ([% Data.CustomerCount | html %]) [% RenderBlockEnd("ResultCustomerCountLimit") %]
  • [% RenderBlockStart("NoDataFoundMsgCustomer") %]
  • [% Translate("No data found.") | html %]
  • [% RenderBlockEnd("NoDataFoundMsgCustomer") %] [% 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("Result") %] [% RenderBlockStart("Change") %]

[% RenderBlockStart("ChangeHeadingGroup") %] [% Translate("Change Group Relations for Customer") | html %] [% RenderBlockEnd("ChangeHeadingGroup") %] [% RenderBlockStart("ChangeHeadingCustomer") %] [% Translate("Change Customer Relations for Group") | html %] [% RenderBlockEnd("ChangeHeadingCustomer") %] [% Data.Name | html %]

[% RenderBlockStart("ChangeHeaderContextName") %] [% RenderBlockEnd("ChangeHeaderContextName") %] [% RenderBlockStart("ChangeHeader") %] [% RenderBlockEnd("ChangeHeader") %] [% RenderBlockStart("NoDataFoundMsgList") %] [% RenderBlockEnd("NoDataFoundMsgList") %] [% RenderBlockStart("ChangeRow") %] [% RenderBlockStart("ChangeRowItem") %] [% RenderBlockEnd("ChangeRowItem") %] [% RenderBlockEnd("ChangeRow") %]
[% Translate(Data.VisibleNeType) | html %] [% RenderBlockStart("ChangeItemCount") %] ([% Data.ItemCount | html %]) [% RenderBlockEnd("ChangeItemCount") %] [% RenderBlockStart("ChangeItemCountLimit") %] ([% Data.ItemCount | html %]) [% RenderBlockEnd("ChangeItemCountLimit") %] [% Translate(Data.Name) | html %]
[% Translate(Data.Type) | html %]
[% Translate("No data found.") | html %]
[% Data.Name | html %]
[% Translate("or") | html %] [% Translate("or") | html %] [% Translate("Cancel") | html %]
[% RenderBlockEnd("Change") %]
[% RenderBlockStart("AlwaysGroups") %]

[% Translate("Customer Default Groups:") | html %]

  • [% Translate("Groups") | html %]
  • [% RenderBlockStart("AlwaysGroupsList") %]
  • [% Data.Name | html %]
  • [% RenderBlockEnd("AlwaysGroupsList") %]

[% Translate("No changes can be made to these groups.") | html %]

[% RenderBlockEnd("AlwaysGroups") %] [% RenderBlockStart("Reference") %]

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

[% FOREACH Context IN Data.Contexts %]
[% Translate(Data.ContextLookup.$Context.Name) | html %]
[% Translate(Data.ContextLookup.$Context.Description) | html %]
[% END %]
[% Translate("ro") | html %]
[% Translate("Read only access to the ticket in this group/queue.") | html %]
[% Translate("rw") | html %]
[% Translate("Full read and write access to the tickets in this group/queue.") | html %]
[% RenderBlockEnd("Reference") %]
[% RenderBlockEnd("Overview") %]