You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
36 lines
1.2 KiB
36 lines
1.2 KiB
#
|
|
# This is the view / management page for an organization in the user
|
|
# directory
|
|
#
|
|
# Fields:
|
|
# title - Shown in bold at the top of the popover window
|
|
# content - The body of the help popover
|
|
# links - List of links shows below the content
|
|
# title - Link title
|
|
# href - href of link (links starting with / are translated to the
|
|
# helpdesk installation path)
|
|
#
|
|
# The key names such as 'helpdesk_name' should not be translated as they
|
|
# must match the HTML #ids put into the page template.
|
|
#
|
|
---
|
|
org_sharing:
|
|
title: Ticket Sharing
|
|
content: >
|
|
<p>
|
|
Organization ticket sharing allows members access to tickets owned
|
|
by other members of the organization.
|
|
</p>
|
|
<p class="info-banner">
|
|
<i class="icon-info-sign"></i>
|
|
Collaborators always have access to tickets.
|
|
</p>
|
|
|
|
email_domain:
|
|
title: Email Domain
|
|
content: >
|
|
Users can be automatically added to this organization based on their
|
|
email domain(s). Use the box below to enter one or more domains
|
|
separated by commas. For example, enter <code>mycompany.com</code>
|
|
for users with email addresses ending in @mycompany.com
|
|
|