This file contains hidden or 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 class="input" ><span class="form_label">Your custom field:</span> | |
{{ ticket_custom_customfieldkey }} | |
</div> |
This file contains hidden or 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 page == 'page_index' %} | |
ul.ui-autocomplete { | |
width:600px !important; | |
} | |
{% else %} | |
ul.ui-autocomplete { | |
width:140px !important; | |
} | |
{%endif%} |
This file contains hidden or 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> | |
$("h2").text("Hello world!"); | |
</script> |
This file contains hidden or 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 class="input"><span class="form_label">Your name:</span> | |
{{ interaction_name }} | |
</div> | |
<div class="input"><span class="form_label">Last name:</span><br /> | |
<input class="default l" type="text" name="customer[last_name]" id="customer_last_name"> | |
</div> |
This file contains hidden or 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 class="input"><span class="form_label">Your name:</span> | |
{{ interaction_name }} | |
</div> | |
<div class="input"><span class="form_label">Last name:</span><br /> | |
<input class="default l" type="text" name="customer[last_name]" id="customer_last_name" width="500px"> |
This file contains hidden or 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 class='input'><span class='form_label'>Choose your country</span> | |
{{ customer_custom_country }} | |
</div> |
This file contains hidden or 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
$(document).ready(function() { | |
setTimeout(function(){ | |
$(".assistly-widget a").html("Chat"); | |
$(".assistly-widget span").html(""); | |
}, 1000); | |
}); |
This file contains hidden or 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="margin: 0px 0px 10px 10px;"> | |
<img src="http://webassets.assistly.com/new/images/a-assistly-logo.gif" /> | |
</div> |
This file contains hidden or 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
$(document).ready(function() { | |
setTimeout(function(){ | |
$(".assistly-widget a").html("Chat"); | |
$(".assistly-widget span").html("<a href='http://www.assistly.com'>Assistly</a>"); | |
}, 1000); | |
}); |
This file contains hidden or 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
{{email.send_at | date: "%b %d, %Y" | upcase}} | {{email.send_at | in_time_zone: site.timezone | date: "%I:%M%p %Z"}} |