onokazu
onoka****@users*****
2006年 5月 1日 (月) 11:37:31 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.3 --- 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 Mon May 1 11:37:31 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>