www/js/rec_new.js

changeset 496
2465dbc90ea4
parent 472
cdcc7460b6ab
child 524
55a246085522
--- a/www/js/rec_new.js	Mon Sep 16 16:12:15 2019 +0200
+++ b/www/js/rec_new.js	Mon Sep 16 17:26:38 2019 +0200
@@ -137,9 +137,9 @@
 				});
 				$('#nextButtonBase').jqxButton({ theme: theme, width: 150 });
 				$('#nextButtonStyle').jqxButton({ theme: theme, width: 150});
-				$('#backButtonStyle').jqxButton({ theme: theme, width: 150});
-				$('#nextButtonCompleted').jqxButton({ theme: theme, width: 150});
-				$('#backButtonCompleted').jqxButton({ theme: theme, width: 150});
+				$('#backButtonStyle').jqxButton({ theme: theme, template: 'success', width: 150});
+				$('#nextButtonCompleted').jqxButton({ theme: theme, template: 'success', width: 150});
+				$('#backButtonCompleted').jqxButton({ theme: theme, template: 'success', width: 150});
 				_addHandlers();
 				this.validate();
 				this.showHint('Vul de nodige gegevens in.');
@@ -204,6 +204,7 @@
 					return false;
 				}
 				this.showHint('Ok, je mag doorgaan.', '#hintBase');
+				$('#nextButtonBase').jqxButton({ template: 'success' });
 				return true;
 			},
 
@@ -221,6 +222,7 @@
 					return false;
 				}
 				this.showHint('Ok, je mag doorgaan.', '#hintStyle');
+				$('#nextButtonStyle').jqxButton({ template: 'success' });
 				return true;
 			}
 		}

mercurial