From d24521868e2966186049f1ed73f2689353538ba3 Mon Sep 17 00:00:00 2001 From: "wenjie@cnezsoft.com" Date: Sat, 14 May 2011 02:45:27 +0000 Subject: [PATCH] * fixed the bug#214 --- module/bug/js/edit.js | 2 +- module/bug/view/edit.html.php | 17 +++++++++-------- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/module/bug/js/edit.js b/module/bug/js/edit.js index d08247cbf1..acfb44a94a 100644 --- a/module/bug/js/edit.js +++ b/module/bug/js/edit.js @@ -9,7 +9,7 @@ function loadAll(productID) { if(!changeProductConfirmed) { - firstChoice = confirm('bug->confirmChangeProduct;?>'); + firstChoice = confirm(confirmChangeProduct); changeProductConfirmed = true; // Only notice the user one time. } if(changeProductConfirmed || firstChoice) diff --git a/module/bug/view/edit.html.php b/module/bug/view/edit.html.php index be37a4dce9..56eac5a19d 100644 --- a/module/bug/view/edit.html.php +++ b/module/bug/view/edit.html.php @@ -17,20 +17,21 @@
BUG #id . $lang->colon;?> title), 'class=text-1');?> -
+