golden hour
/home/doctorbruno/public_html/taeionline.com/support/include/i18n/en_US/help/tips
⬆️ Go Up
Upload
File/Folder
Size
Actions
dashboard.audit_logs.yaml
1.09 KB
Del
OK
dashboard.dashboard.yaml
3.33 KB
Del
OK
dashboard.my_profile.yaml
2.68 KB
Del
OK
dashboard.staff_directory.yaml
1.08 KB
Del
OK
dashboard.system_logs.yaml
2.69 KB
Del
OK
emails.banlist.yaml
669 B
Del
OK
emails.diagnostic.yaml
944 B
Del
OK
emails.email.yaml
6.49 KB
Del
OK
emails.template.yaml
1.46 KB
Del
OK
forms.yaml
3.87 KB
Del
OK
install.yaml
2.39 KB
Del
OK
knowledgebase.canned_response.yaml
1.17 KB
Del
OK
knowledgebase.category.yaml
534 B
Del
OK
knowledgebase.faq.yaml
880 B
Del
OK
manage.api_keys.yaml
1.08 KB
Del
OK
manage.custom_list.yaml
1.64 KB
Del
OK
manage.filter.yaml
5.37 KB
Del
OK
manage.helptopic.yaml
4.16 KB
Del
OK
manage.pages.yaml
1.31 KB
Del
OK
manage.schedule.yaml
1.18 KB
Del
OK
manage.sla.yaml
1.68 KB
Del
OK
org.yaml
1.16 KB
Del
OK
settings.agents.yaml
3.29 KB
Del
OK
settings.alerts.yaml
2.98 KB
Del
OK
settings.autoresponder.yaml
2.02 KB
Del
OK
settings.email.yaml
5.04 KB
Del
OK
settings.kb.yaml
1.5 KB
Del
OK
settings.pages.yaml
2.83 KB
Del
OK
settings.system.yaml
9.15 KB
Del
OK
settings.tasks.yaml
3.49 KB
Del
OK
settings.ticket.yaml
5.87 KB
Del
OK
settings.users.yaml
3.57 KB
Del
OK
staff.agent.yaml
4.43 KB
Del
OK
staff.agents.yaml
496 B
Del
OK
staff.department.yaml
4.51 KB
Del
OK
staff.departments.yaml
972 B
Del
OK
staff.groups.yaml
1.07 KB
Del
OK
staff.staff_members.yaml
1.04 KB
Del
OK
staff.team.yaml
1.68 KB
Del
OK
staff.yaml
1.05 KB
Del
OK
tasks.queue.yaml
976 B
Del
OK
tickets.queue.yaml
2.87 KB
Del
OK
Edit: forms.yaml
# # This is popup help messages for the Admin Panel -> Settings -> System page # # 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. # --- form_title: title: Form Headline content: > This title text is shown in a gray box above the form fields form_instructions: title: Form Instructions content: > You can add extra instructions which will help guide the user into the context of the form fields and possibly highlight required data. field_sort: title: Field Display Position content: > Click on the up-and-down arrow icon and drag the field row to sort within this form. Sorting preference does not take effect until the form is saved. field_label: title: Field Label content: > This label is shown as the prompt for this field. Typically, a short-answer field would be rendered like this one:<br> <strong>Label:</strong> <input type="text"> field_type: title: Field Content Type content: > This is used to define the type of input expected from the user. You can select from short and long answer, phone number, date and time, checkbox, drop-down list, or a custom list selection. links: - title: Custom Lists href: /scp/lists.php field_visibility: title: Field Visibility content: > Choose a visibility and requirement option for this field. <table border="1" cellpadding="2px" cellspacing="0" style="margin-top:7px" ><tbody style="vertical-align:top;"> <tr><th>Setting</th> <th>Result</th></tr> <tr><td>Optional</td> <td>Agents and EndUsers can see the field, but neither is required to answer.</td></tr> <tr><td>Required</td> <td>Agents and EndUsers can see the field, and both are required to answer</td></tr> <tr><td>Required for EndUsers</td> <td>Agents and EndUsers can see the field, only EndUsers are required to answer</td></tr> <tr><td>Required for Agents</td> <td>Agents and EndUsers can see the field, only Agents are required to answer</td></tr> <tr><td>Internal, Optional</td> <td>Only Agents can see the field, but no answer is required.</td></tr> <tr><td>Internal, Required</td> <td>Only Agents can see the field, and an answer is required.</td></tr> <tr><td>For EndUsers Only</td> <td>Only EndUsers can see the field, and an answer is required.</td></tr> </tbody></table> field_variable: title: Field Automation content: > The field data will be available to email and page templates via the name used in this column. For instance, fields on the common ticket form are available via <code>%{ticket.variable}</code>, where <strong>variable</strong> is the name used in this column.<br> <br> <em>Company information is available via <code>%{</code><code>company.variable}</code> and user information is available via <code>%{ticket.user.variable}</code></em> field_delete: title: Remove this Field content: > Check and save the form to remove a field from this form.<br> <br> <em>Deleting a field does not remove previously entered data for the field on completed forms. For instance, if a previously submitted ticket has data for a field, deleting the field from this form will not remove the data on the ticket.</em>
Save