X-Git-Url: http://git.polytechnique.org/?a=blobdiff_plain;f=philter%2Fphilter%2Fphilter.js;h=30b573b4bf761e0f7a8bc4fa6d6be7f5468471ea;hb=3c5f3144e1412aa53951111a1b345f00965dfb17;hp=f8fda11f8839f215ef20540ed6efb16176035bda;hpb=0eb037c8932a93863e1c59de1062c73a2fcbae21;p=old-projects.git diff --git a/philter/philter/philter.js b/philter/philter/philter.js index f8fda11..30b573b 100644 --- a/philter/philter/philter.js +++ b/philter/philter/philter.js @@ -30,7 +30,7 @@ function getElement(obj) { } function del_onclick(val) { - if(window.confirm("Do you really want to delete this email address ?")) { + if(window.confirm(del_q_i18n)) { getElement('emailsDel').value = val; document.forms['emails'].submit(); } @@ -60,7 +60,7 @@ function order_up() { function order_dn() { form = document.forms['order']; - select = getElement['orderSelect']; + select = getElement('orderSelect'); if(select.selectedIndex>0 && select.selectedIndex