git-svn-id: http://xe-core.googlecode.com/svn/trunk@945 201d5d3c-b55e-5fd7-737f-ddc643e51545

This commit is contained in:
zero 2007-04-03 12:45:14 +00:00
parent 2a7f0c1678
commit b98758a468
2 changed files with 2 additions and 2 deletions

View file

@ -92,7 +92,7 @@ function completeSendMessage(ret_obj) {
function doCheckAll(obj) {
var fo_obj = xGetElementById("fo_message_list");
for(var i=0; i<fo_obj.length; i++) {
if(fo_obj[i].type == "checkbox") fo_obj[i].checked = obj.checked;
if(fo_obj[i].type == "checkbox" && fo_obj[i].name == "message_srl_list" ) fo_obj[i].checked = obj.checked;
}
}

View file

@ -55,7 +55,7 @@
<div>
<table border="1">
<tr>
<th><input type="checkbox" name="check_all" onchange="doCheckAll(this);"/></th>
<th><input type="checkbox" name="check_all" onclick="doCheckAll(this);"/></th>
<th>
<!--@if($message_type == "S")-->
{$lang->receiver}