includes/clientside/static/login.js
changeset 694 43367c66d869
parent 688 f2a824ce5f18
child 699 c7d737202d59
--- a/includes/clientside/static/login.js	Wed Aug 13 08:56:18 2008 -0400
+++ b/includes/clientside/static/login.js	Wed Aug 13 08:57:45 2008 -0400
@@ -601,7 +601,7 @@
       check_dh.setAttribute('checked', 'checked');
     check_dh.id = 'ajax_login_field_dh';
     lbl_dh.appendChild(check_dh);
-    lbl_dh.innerHTML += $lang.get('user_login_ajax_check_dh');
+    lbl_dh.innerHTML += ' ' + $lang.get('user_login_ajax_check_dh');
     form.appendChild(lbl_dh);
   }
   
@@ -873,6 +873,7 @@
   errbox.style.width = '60%';
   errbox.style.top = top + 'px';
   errbox.style.left = left + 'px';
+  errbox.style.zIndex = getHighestZ();
   errbox.innerHTML = text;
   errbox.id = 'ajax_login_error_box';