Tom Hayakawa
tom_g3x****@users*****
2007年 3月 30日 (金) 18:06:45 JST
Index: xoops2jp/html/modules/legacy/templates/legacy_notification_select_form.html diff -u xoops2jp/html/modules/legacy/templates/legacy_notification_select_form.html:1.1.2.2 xoops2jp/html/modules/legacy/templates/legacy_notification_select_form.html:1.1.2.2.2.1 --- xoops2jp/html/modules/legacy/templates/legacy_notification_select_form.html:1.1.2.2 Sun Dec 3 00:50:21 2006 +++ xoops2jp/html/modules/legacy/templates/legacy_notification_select_form.html Fri Mar 30 18:06:45 2007 @@ -18,7 +18,7 @@ <td class="odd"> <{counter assign=index}> <input type="hidden" name="not_list[<{$index}>][params]" value="<{$category.name}>,<{$category.itemid}>,<{$event.name}>" /> - <input type="checkbox" id="not_list[]" name="not_list[<{$index}>][status]" value="1" <{if $event.subscribed}>checked="checked"<{/if}> /> + <input type="checkbox" id="not_list_<{$category.itemid}>_<{$index}>" name="not_list[<{$index}>][status]" value="1" <{if $event.subscribed}>checked="checked"<{/if}> /> </td> <td class="odd"><{$event.caption}></td> </tr> Index: xoops2jp/html/modules/legacy/templates/legacy_notification_list.html diff -u xoops2jp/html/modules/legacy/templates/legacy_notification_list.html:1.1.2.1 xoops2jp/html/modules/legacy/templates/legacy_notification_list.html:1.1.2.1.2.1 --- xoops2jp/html/modules/legacy/templates/legacy_notification_list.html:1.1.2.1 Sat Oct 14 23:55:20 2006 +++ xoops2jp/html/modules/legacy/templates/legacy_notification_list.html Fri Mar 30 18:06:45 2007 @@ -11,7 +11,7 @@ </tr> <{foreach item=module from=$modules}> <tr> - <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"><input name="del_mod[<{$module.id}>]" id="del_mod_<{$module.id}>" onclick="xoopsCheckGroupname('notificationlist', 'del_mod_<{$module.id}>', 'del_not[<{$module.id}>][]');" type="checkbox" value="<{$module.id}>" /></td> <td class="head" colspan="4"><{$smarty.const._NOT_MODULE}>: <{$module.name}></td> </tr> <{foreach item=category from=$module.categories}> @@ -19,7 +19,7 @@ <{foreach item=notification from=$item.notifications}> <tr> <{cycle values=odd,even assign=class}> - <td class="<{$class}>"><input type="checkbox" name="del_not[<{$module.id}>][]" id="del_not[<{$module.id}>][]" value="<{$notification.id}>" /></td> + <td class="<{$class}>"><input type="checkbox" name="del_not[<{$module.id}>][]" id="del_not_<{$module.id}>_<{$notification.id}>" value="<{$notification.id}>" /></td> <td class="<{$class}>"><{$notification.event_title}></td> <td class="<{$class}>"><{$notification.category_title}></td> <td class="<{$class}>"><{if $item.id != 0}><{$item.id}><{/if}></td>