NobuNobu
nobun****@users*****
2006年 2月 8日 (水) 00:58:08 JST
Index: xoops2jp/html/modules/system/templates/system_notification_list.html diff -u xoops2jp/html/modules/system/templates/system_notification_list.html:1.2 xoops2jp/html/modules/system/templates/system_notification_list.html:1.2.4.1 --- xoops2jp/html/modules/system/templates/system_notification_list.html:1.2 Mon Sep 5 05:46:12 2005 +++ xoops2jp/html/modules/system/templates/system_notification_list.html Wed Feb 8 00:58:07 2006 @@ -17,7 +17,7 @@ <{foreach item=item from=$category.items}> <{foreach item=notification from=$item.notifications}> <tr> - <{cycle values=odd,even assign=class}> + <{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}>"><{$notification.event_title}></td> <td class="<{$class}>"><{$notification.category_title}></td>