Tom Hayakawa
tom_g3x****@users*****
2006年 10月 13日 (金) 20:28:24 JST
Index: xoops2jp/html/modules/base/templates/legacy_notification_delete.html diff -u xoops2jp/html/modules/base/templates/legacy_notification_delete.html:1.1.2.1 xoops2jp/html/modules/base/templates/legacy_notification_delete.html:1.1.2.1.2.1 --- xoops2jp/html/modules/base/templates/legacy_notification_delete.html:1.1.2.1 Wed Jul 26 19:55:37 2006 +++ xoops2jp/html/modules/base/templates/legacy_notification_delete.html Fri Oct 13 20:28:24 2006 @@ -1,3 +1,4 @@ +<div class='confirmMsg'> <h4><{$smarty.const._NOT_DELETINGNOTIFICATIONS}></h4> <form action="notifications.php" method="post"> <{xoops_token form=$actionForm}> @@ -6,4 +7,6 @@ <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>