Improve consistency of dialogue controls offered. Fixes #1364

This commit is contained in:
Murtuza Zabuawala
2017-01-08 16:05:34 +05:30
committed by Dave Page
parent 8d71e888b4
commit bdf9761472
5 changed files with 46 additions and 5 deletions
@@ -429,7 +429,7 @@ define([
},
prepare:function() {
var that = this;
$container.empty().append("<div class='grant_wizard_container'></div>");
// Define el for wizard view
@@ -1062,7 +1062,9 @@ define([
curr_page: 0,
show_left_panel: false,
show_header_cancel_btn: true,
show_header_maximize_btn: true,
disable_finish: true,
dialog_api: that,
wizard_help: "{{ url_for('help.static', filename='grant_wizard.html') }}"
},