From: phasefx Date: Tue, 19 Jul 2005 21:27:57 +0000 (+0000) Subject: attention to detail X-Git-Url: https://old-git.evergreen-ils.org/?a=commitdiff_plain;h=b7fa5c1a9a6f47d7ebf22f5fd1027688eb5d312c;p=Evergreen.git attention to detail git-svn-id: svn://svn.open-ils.org/ILS/trunk@1291 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 1460b9df2a..9dcc6933c2 100644 --- a/Evergreen/staff_client/chrome/content/evergreen/util/win.js +++ b/Evergreen/staff_client/chrome/content/evergreen/util/win.js @@ -49,7 +49,8 @@ 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_1 + + promptService.BUTTON_TITLE_IS_STRING * promptService.BUTTON_POS_2; // display the dialog box. The flags set above are passed // as the fourth argument. The next three arguments are custom labels used for