1 [Code] Việt hóa kiểm tra mật khẩu Mon Nov 12, 2012 8:23 am
Admin
Trùm Forum
Demo:
[You must be registered and logged in to see this image.]
Có thể chèn vào Overall_header trước với phpbb2, punBB hoặc chèn vào Widget với invision, phpbb3.
Nguồn: c3zone
[You must be registered and logged in to see this image.]
Có thể chèn vào Overall_header trước với phpbb2, punBB hoặc chèn vào Widget với invision, phpbb3.
- Code:
<script type="text/javascript">
jQuery(function(){
jQuery("#pwd_bad").html('Dòng text thay thế cho Week');
jQuery("#pwd_middle").html('Dòng text thay thế cho Normal');
jQuery("#pwd_good").html('Dòng text thay thế cho Strong');
});
</script>
Nguồn: c3zone