Add a setting for reset button (@jsayles)

This commit is contained in:
Florent Lebreton
2014-11-26 19:19:03 +01:00
parent 51005db0ca
commit 337a8f9a08
5 changed files with 19 additions and 3 deletions

View File

@@ -1,8 +1,10 @@
<div class='jsign-wrapper'>
{{ hidden }}
<div id='{{ jsign_id }}'
data-config='{{ config }}'
data-config='{{ js_config }}'
data-initial-value='{{ value }}'
class='jsign-container'></div>
<input type='button' value='{{ reset_btn_text }}' class="btn">
{% if config.ResetButton %}
<input type='button' value='{{ reset_btn_text }}' class="btn">
{% endif %}
</div>