@@ -93,6 +93,11 @@
}
return value;
});
+ if (sel == 0) {
+ $("#next-button").prop("disabled", true);
+ } else {
+ $("#next-button").prop("disabled", false);
+ }
}
// Check state of checkboxes and reinit state if needed
$(this).filter(":checked").each(function(i) {
diff --git a/symposion/templates/reviews/result_notification_prepare.html b/symposion/templates/reviews/result_notification_prepare.html
index c417a18a..1a14d563 100644
--- a/symposion/templates/reviews/result_notification_prepare.html
+++ b/symposion/templates/reviews/result_notification_prepare.html
@@ -37,6 +37,7 @@
replaced with the title of the proposal when the email is sent.
+ Cancel