Skip to content
Snippets Groups Projects
Commit 47be0470 authored by Jared Hancock's avatar Jared Hancock
Browse files

doc: Add help tips for new attachment settings

parent a6f98614
No related branches found
No related tags found
No related merge requests found
......@@ -128,40 +128,23 @@ enable_html_ticket_thread:
If enabled, this will permit the use of rich text formatting between
Clients and Agents.
attachments:
title: Attachments
ticket_attachment_settings:
title: Ticket Thread Attachments
content: >
Configure settings for files attached to the <span
class="doc-desc-title">issue details</span> field. These settings
are used for all new tickets and new messages regardless of the
source channel (web portal, email, api, etc.).
allow_attachments:
title: Allow Attachments
content: >
emailed_api_attachments:
title: Emailed/API Attachments
content: >
online_web_attachments:
title: Online/Web Attachments
content: >
max_user_file_uploads:
title: Max. User File Uploads
content: >
max_staff_file_uploads:
title: Max. Staff File Uploads
content: >
maximum_file_size:
max_file_size:
title: Maximum File Size
content: >
Choose a maximum file size for attachments uploaded by agents. This
includes canned attachments, knowledge base articles, and
attachments to ticket replies.
ticket_response_files:
title: Ticket Response Files
content: >
If enabled, any attachments an Agent may attach to a ticket response will
be also included in the email to the User.
accepted_file_types:
title: Accepted File Types
content: >
......@@ -227,7 +227,7 @@ if(!($maxfileuploads=ini_get('max_file_uploads')))
$.dialog($(this).attr('href').substr(1), [201]);
return false;
"><i class="icon-edit"></i> <?php echo __('Config'); ?></a>
<i class="help-tip icon-question-sign" href="#attachment_settings"></i>
<i class="help-tip icon-question-sign" href="#ticket_attachment_settings"></i>
</td>
</tr>
<tr>
......@@ -264,7 +264,8 @@ if(!($maxfileuploads=ini_get('max_file_uploads')))
}
?>
</select>
<font class="error">&nbsp;<?php echo $errors['max_file_size']; ?></font>
<i class="help-tip icon-question-sign" href="#max_file_size"></i>
<div class="error"><?php echo $errors['max_file_size']; ?></div>
</td>
</tr>
<tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment