17523934 * 체크박스 토글/전체선택/전체해제 XE.checkboxToggleAll()로 교체

git-svn-id: http://xe-core.googlecode.com/svn/sandbox@5051 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
bnu 2008-12-09 05:31:14 +00:00
parent 7f2c857505
commit cc088e7e3b
49 changed files with 103 additions and 352 deletions

View file

@ -22,7 +22,7 @@
</td>
</tr>
<tr class="row2">
<td colspan="3"><input type="checkbox" onclick="checkboxSelectAll(this.form,'target_mid'); return false;" /> {$lang->about_target_module}</td>
<td colspan="3"><input type="checkbox" onclick="XE.checkboxToggleAll('target_mid'); return false;" /> {$lang->about_target_module}</td>
</tr>
<!--@foreach($mid_list as $module_category_srl => $modules)-->
<!--@if($modules->title)-->
@ -40,7 +40,7 @@
<tr class="row{$cycle_idx}">
<td>{$val->module}</td>
<td>
<input type="checkbox" name="target_mid" value="{$key}" id="target_mid_{$key}" <!--@if(in_array($key,$config->target_mid))-->checked="checked"<!--@end--> />
<input type="checkbox" name="target_mid" value="{$key}" id="target_mid_{$key}" <!--@if(in_array($key,$config->target_mid))-->checked="checked"<!--@end--> />
<label for="target_mid_{$key}">{$val->browser_title} ({$val->mid})</label>
</td>
</tr>
@ -51,5 +51,5 @@
<span class="button"><input type="submit" value="{$lang->cmd_registration}" accesskey="s" /></span>
</td>
</tr>
</table>
</table>
</form>