mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-31 17:19:59 +09:00
git-svn-id: http://xe-core.googlecode.com/svn/trunk@945 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
2a7f0c1678
commit
b98758a468
2 changed files with 2 additions and 2 deletions
|
|
@ -92,7 +92,7 @@ function completeSendMessage(ret_obj) {
|
||||||
function doCheckAll(obj) {
|
function doCheckAll(obj) {
|
||||||
var fo_obj = xGetElementById("fo_message_list");
|
var fo_obj = xGetElementById("fo_message_list");
|
||||||
for(var i=0; i<fo_obj.length; i++) {
|
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;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -55,7 +55,7 @@
|
||||||
<div>
|
<div>
|
||||||
<table border="1">
|
<table border="1">
|
||||||
<tr>
|
<tr>
|
||||||
<th><input type="checkbox" name="check_all" onchange="doCheckAll(this);"/></th>
|
<th><input type="checkbox" name="check_all" onclick="doCheckAll(this);"/></th>
|
||||||
<th>
|
<th>
|
||||||
<!--@if($message_type == "S")-->
|
<!--@if($message_type == "S")-->
|
||||||
{$lang->receiver}
|
{$lang->receiver}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue