RandomSec/main/webapp/modules/core/scripts/reconciliation/add-standard-service-dialog.html

11 lines
502 B
HTML
Raw Normal View History

<div class="dialog-frame" style="width: 500px;">
<div class="dialog-header" bind="dialogHeader">Add Standard Reconciliation Service</div>
<div class="dialog-body" bind="dialogBody">
<p>Enter the service's URL:</p>
<div class="input-container"><input value="http://" bind="input" /></div>
</div>
<div class="dialog-footer" bind="dialogFooter">
<button class="button" bind="addButton">Add Service</button>
<button class="button" bind="cancelButton">Cancel</button>
</div>
</div>