quadre-git
Version:
Integration of Git into Quadre
19 lines (18 loc) • 784 B
HTML
<div id="git-question-dialog" class="modal">
<div class="modal-header">
<h1 class="dialog-title">{{title}}</h1>
</div>
<div class="modal-body table-striped tab-content">
<p>{{{question}}}</p>
{{#stringInput}}
<input class="stringInput" type="text" value="{{defaultValue}}" />
{{/stringInput}}
{{#passwordInput}}
<input class="stringInput" type="password" value="{{defaultValue}}" />
{{/passwordInput}}
</div>
<div class="modal-footer">
<button data-button-id="cancel" class="dialog-button btn cancel btn-80" >{{Strings.BUTTON_CANCEL}}</button>
<button data-button-id="ok" class="dialog-button btn primary btn-80">{{Strings.BUTTON_OK}}</button>
</div>
</div>