source:
trunk/grails-app/views/templates/nimble/help/_confirmation.gsp
@
771
Last change on this file since 771 was 771, checked in by duh, 10 years ago | |
---|---|
File size: 422 bytes |
Line | |
---|---|
1 | <div id="confirmationdialog" title=""> |
2 | <p id="confirmationcontent"> </p> |
3 | |
4 | <div class="buttons"> |
5 | <a id="confirmaccept" class="modal_close button icon icon_accept" onClick="confirmAction(); $('#confirmationdialog').dialog('close');">Accept</a> |
6 | <a id="confirmcancel" onClick="$('#confirmationdialog').dialog('close');" class="modal_close button icon icon_cancel">Cancel</a> |
7 | </div> |
8 | </div> |
Note: See TracBrowser
for help on using the repository browser.