Update email and formating.

This commit is contained in:
2017-02-08 09:44:55 -05:00
parent 5f0e9baf1d
commit 8099f517e0
18 changed files with 219 additions and 83 deletions
+1
View File
@@ -6,6 +6,7 @@
var identifier = $(form).find("input[name='Identifier']").val();
$("<div id='confirmCreate'>" + "Please confirm submitting '" + identifier + "'</div>")
.dialog({
text: "Confirm",
buttons: {
"Confirm": function () {
$("#confirmCreate")