[xoops-cvslog 6276] CVS update: xoops2jp/html/modules/legacy/templates

Back to archive index

Tom Hayakawa tom_g3x****@users*****
2007年 4月 5日 (木) 00:23:58 JST


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.2.1 xoops2jp/html/modules/legacy/templates/legacy_notification_list.html:1.1.2.1.2.2
--- xoops2jp/html/modules/legacy/templates/legacy_notification_list.html:1.1.2.1.2.1	Fri Mar 30 18:06:45 2007
+++ xoops2jp/html/modules/legacy/templates/legacy_notification_list.html	Thu Apr  5 00:23:58 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="xoopsCheckGroupname('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|escape}>', 'del_not_<{$module.id|escape}>');" 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}>


xoops-cvslog メーリングリストの案内
Back to archive index