mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-04-24 12:52:19 +09:00
#18624392 필터 확인 메시지 처리
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@7186 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
cfd6ca2e9c
commit
07d14171ba
1 changed files with 1 additions and 3 deletions
|
|
@ -244,9 +244,7 @@
|
|||
}
|
||||
$js_doc[] = "\t\tresponses = [".implode(',', $responses)."];";
|
||||
|
||||
//if($confirm_msg_code) $js_doc .= sprintf("\treturn oFilter.proc(\"%s\");\n",str_replace('"','\"',$lang->{$confirm_msg_code}));
|
||||
//else $js_doc .= sprintf("\treturn oFilter.proc();\n");
|
||||
//$js_doc .= "}\n";
|
||||
if ($confirm_msg_code) $js_doc[] = sprintf("\t\tif(!confirm('%s')) return false;", $lang->{$confirm_msg_code});
|
||||
|
||||
$js_doc[] = "\t\texec_xml('{$module}','{$act}', params, {$callback_func}, responses, params, form);";
|
||||
$js_doc[] = "\t}]);";
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue