Tom Hayakawa
tom_g3x****@users*****
2006年 10月 15日 (日) 22:11:33 JST
Index: xoops2jp/html/modules/legacy/templates/legacy_notification_delete.html diff -u xoops2jp/html/modules/legacy/templates/legacy_notification_delete.html:1.1.2.1 xoops2jp/html/modules/legacy/templates/legacy_notification_delete.html:1.1.2.2 --- xoops2jp/html/modules/legacy/templates/legacy_notification_delete.html:1.1.2.1 Sat Oct 14 23:55:20 2006 +++ xoops2jp/html/modules/legacy/templates/legacy_notification_delete.html Sun Oct 15 22:11:33 2006 @@ -1,12 +1,12 @@ <div class='confirmMsg'> -<h4><{$smarty.const._NOT_DELETINGNOTIFICATIONS}></h4> -<form action="notifications.php" method="post"> - <{xoops_token form=$actionForm}> - <{xoops_input type=hidden name=delete value=1}> - <{foreach item=ids from=$actionForm->mNotifiyIds}> - <input type="hidden" name="del_not[<{$ids.modid|escape}>][]" value="<{$ids.id|escape}>" /> - <{/foreach}> - <input type="submit" name="delete" value="<{$smarty.const._DELETE}>" /> - <input type="button" name="confirm_back" value="<{$smarty.const._CANCEL}>" onclick="javascript:history.go(-1);" /> -</form> + <h4><{$smarty.const._NOT_DELETINGNOTIFICATIONS}></h4> + <form action="notifications.php" method="post"> + <{xoops_token form=$actionForm}> + <{xoops_input type=hidden name=delete value=1}> + <{foreach item=ids from=$actionForm->mNotifiyIds}> + <input type="hidden" name="del_not[<{$ids.modid|escape}>][]" value="<{$ids.id|escape}>" /> + <{/foreach}> + <input type="submit" name="delete" value="<{$smarty.const._DELETE}>" /> + <input type="button" name="confirm_back" value="<{$smarty.const._CANCEL}>" onclick="javascript:history.go(-1);" /> + </form> </div>