NobuNobu
nobun****@users*****
2007年 4月 30日 (月) 16:35:06 JST
Index: xoops2jp/html/modules/system/templates/system_notification_list.html diff -u xoops2jp/html/modules/system/templates/system_notification_list.html:1.3 xoops2jp/html/modules/system/templates/system_notification_list.html:1.3.8.1 --- xoops2jp/html/modules/system/templates/system_notification_list.html:1.3 Mon May 1 11:37:31 2006 +++ xoops2jp/html/modules/system/templates/system_notification_list.html Mon Apr 30 16:35:06 2007 @@ -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>