RandomSec/main/webapp/modules/core/scripts/reconciliation/recon-dialog.html
David Huynh 6da68b37ef Added class 'button' to buttons.
git-svn-id: http://google-refine.googlecode.com/svn/trunk@1580 7d457c2a-affb-35e4-300a-418c747d4874
2010-10-16 06:43:01 +00:00

25 lines
1.1 KiB
HTML

<div class="dialog-frame" style="width: 900px;">
<div class="dialog-header" bind="dialogHeader"></div>
<div class="dialog-body" bind="dialogBody">
<div class="grid-layout layout-normal layout-full grid-layout-for-ui"><table><tr>
<td width="1%">
<div class="recon-dialog-service-list" bind="serviceList"></div>
</td>
<td><div class="recon-dialog-service-panel-container" bind="servicePanelContainer">
<div class="recon-dialog-service-panel-message" bind="servicePanelMessage">
Pick a Service or Extension on Left
</div>
</div></td>
</tr></table></div>
</div>
<div class="dialog-footer" bind="dialogFooter"><table width="100%"><tr>
<td align="left">
<button class="button" bind="addStandardServiceButton">Add Standard Service...</button>
<button class="button" bind="addNamespacedServiceButton">Add Namespaced Service...</button>
</td>
<td align="right">
<button class="button" bind="reconcileButton">Start Reconciling</button>
<button class="button" bind="cancelButton">Cancel</button>
</td>
</div>
</div>