|
|
@ -123,8 +123,8 @@ define([
|
|
|
|
/* If we're certain that we aren't using these "*Class" APIs
|
|
|
|
/* If we're certain that we aren't using these "*Class" APIs
|
|
|
|
anywhere else then we can deprecate them and make this a
|
|
|
|
anywhere else then we can deprecate them and make this a
|
|
|
|
custom modal in common-interface (or here). */
|
|
|
|
custom modal in common-interface (or here). */
|
|
|
|
cancelClass: 'btn.cancel',
|
|
|
|
cancelClass: 'btn.btn-cancel.btn-register',
|
|
|
|
okClass: 'btn.btn-danger.btn-register-confirm',
|
|
|
|
okClass: 'btn.btn-danger.btn-register',
|
|
|
|
reverseOrder: true,
|
|
|
|
reverseOrder: true,
|
|
|
|
done: function ($dialog) {
|
|
|
|
done: function ($dialog) {
|
|
|
|
$dialog.find('> div').addClass('half');
|
|
|
|
$dialog.find('> div').addClass('half');
|
|
|
|