vitro/webapp/web/templates/edit/formBasic.js
2013-07-18 15:19:53 -04:00

7 lines
No EOL
284 B
JavaScript

<!-- $This file is distributed under the terms of the license in /doc/license.txt$ -->
<script language="JavaScript" type="text/javascript">
function confirmDelete() {
var msg="Are you SURE you want to delete this record? If in doubt, CANCEL."
return confirm(msg);
}
</script>