From: phasefx Date: Tue, 19 Jul 2005 19:23:46 +0000 (+0000) Subject: no unmodifiable cancel button X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=6a8655266ba5569f2eb27c74d919562355d0ddba;p=Evergreen.git no unmodifiable cancel button git-svn-id: svn://svn.open-ils.org/ILS/trunk@1289 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- diff --git a/Evergreen/staff_client/chrome/content/evergreen/util/win.js b/Evergreen/staff_client/chrome/content/evergreen/util/win.js index 516d762280..1460b9df2a 100644 --- a/Evergreen/staff_client/chrome/content/evergreen/util/win.js +++ b/Evergreen/staff_client/chrome/content/evergreen/util/win.js @@ -49,8 +49,7 @@ function yns_alert(s,title,b1,b2,b3,c) { // promptService.BUTTON_TITLE_CANCEL * promptService.BUTTON_POS_1 + // promptService.BUTTON_TITLE_IS_STRING * promptService.BUTTON_POS_2; var flags = promptService.BUTTON_TITLE_IS_STRING * promptService.BUTTON_POS_0 + - promptService.BUTTON_TITLE_CANCEL * promptService.BUTTON_POS_1 + - promptService.BUTTON_TITLE_IS_STRING * promptService.BUTTON_POS_2; + promptService.BUTTON_TITLE_CANCEL * promptService.BUTTON_POS_1; // display the dialog box. The flags set above are passed // as the fourth argument. The next three arguments are custom labels used for