Button stylings

This commit is contained in:
2017-02-09 13:05:14 -05:00
parent 6c2b9d7429
commit 53c358a63a
9 changed files with 978 additions and 10 deletions
+1 -1
View File
@@ -14,7 +14,7 @@
}
$("<div>" + text + "</div>")
.dialog({
title: "Confirm",
title: "Confirm", // title
buttons: {
"Confirm": function () {
form.submit();