NobuNobu
nobun****@users*****
2005年 8月 28日 (日) 22:49:35 JST
Index: xoops2jp/html/modules/system/templates/system_notification_list.html diff -u xoops2jp/html/modules/system/templates/system_notification_list.html:1.1 xoops2jp/html/modules/system/templates/system_notification_list.html:1.1.12.1 --- xoops2jp/html/modules/system/templates/system_notification_list.html:1.1 Thu Sep 9 19:03:23 2004 +++ xoops2jp/html/modules/system/templates/system_notification_list.html Sun Aug 28 22:49:35 2005 @@ -2,7 +2,7 @@ <form name="notificationlist" action="notifications.php" method="post"> <table class="outer"> <tr> - <th><input name="allbox" id="allbox" onclick="xoopsCheckGroup('notificationlist', 'allbox', 'del_mod[]');" type="checkbox" value="<{$lang_checkall}>" /></th> + <th><input name="allbox" id="allbox" onclick="xoopsCheckAll('notificationlist', 'allbox');" type="checkbox" value="<{$lang_checkall}>" /></th> <th><{$lang_event}></th> <th><{$lang_category}></th> <th><{$lang_itemid}></th> @@ -10,7 +10,7 @@ </tr> <{foreach item=module from=$modules}> <tr> - <td class="head"><input name="del_mod[<{$module.id}>]" id="del_mod[]" onclick="xoopsCheckGroup('notificationlist', 'del_mod[<{$module.id}>]', 'del_not[<{$module.id}>][]');" type="checkbox" value="<{$module.id}>" /></td> + <td class="head"><input name="del_mod[<{$module.id}>]" id="del_mod[<{$module.id}>]" onclick="xoopsCheckGroup('notificationlist', 'del_mod[<{$module.id}>]', 'del_not[<{$module.id}>][]');" type="checkbox" value="<{$module.id}>" /></td> <td class="head" colspan="4"><{$lang_module}>: <{$module.name}></td> </tr> <{foreach item=category from=$module.categories}>