This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Bold Text | |
*this is bold* | |
=========================== | |
Italic text | |
_this is italic_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{{case.group.emails}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div style="color: #222; font-family: "Lucida Grande", Helvetica, Arial, Verdana, sans-serif; font-size:12px; width:800px;"> | |
<div style="margin: 0px 0px 10px 10px;"> | |
The following case has been forwarded by {{customer.email}} for your review: | |
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% if email.agent.signature %} | |
<div style="margin-top:10px;"> | |
{{email.agent.signature | newline_to_br}} | |
</div> | |
{% endif %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#support-main .article-content p { | |
margin: 15px; | |
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!--Insert New Email for Mobile --> | |
{% elsif page == "email_new" %} | |
<script type="text/javascript"> | |
<!-- | |
window.location = "http://help.instagram.com/customer/widget/emails/new" | |
//--> | |
</script> | |
<!--End Mobile Email insertion --> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% for first_interaction in case.interactions limit:1 %} | |
{% if first_interaction.os %} | |
<div class="agent_ticket_section" style="display:inline-block;width:120px;vertical-algin:top;"> <strong>OS:</strong><br/>{{first_interaction.os}}<br/>{{first_interaction.os_version}} </div> | |
{% endif %} | |
{% if first_interaction.browser %} | |
<div class="agent_ticket_section" style="display:inline-block;width:120px;vertical-algin:top;"> <strong>Browser:</strong><br/>{{first_interaction.browser}}<br/>{{first_interaction.browser_version}} </div> | |
{% endif %} | |
{% endfor %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
https://qivantage.infusionsoft.com/Contact/manageContact.jsp?view=edit&ID={{customer.custom_infusioncustomerid}} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type='text/javascript'> | |
$("#assistly-widget-2 a").html("Support"); | |
$("#assistly-widget-2 a").css("background-image", "none"); | |
</script> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<script type='text/javascript'> | |
$("#assistly-widget-1 a").html("Support"); | |
$("#assistly-widget-1 a").css("background-image", "none"); | |
</script> |
NewerOlder