[xoops-cvslog 4385] CVS update: xoops2jp/html/modules/user/templates

Back to archive index

Minahito minah****@users*****
2006年 8月 27日 (日) 12:13:55 JST


Index: xoops2jp/html/modules/user/templates/user_delete.html
diff -u xoops2jp/html/modules/user/templates/user_delete.html:1.1.2.1 xoops2jp/html/modules/user/templates/user_delete.html:1.1.2.2
--- xoops2jp/html/modules/user/templates/user_delete.html:1.1.2.1	Sat Aug 26 13:58:52 2006
+++ xoops2jp/html/modules/user/templates/user_delete.html	Sun Aug 27 12:13:55 2006
@@ -7,8 +7,10 @@
   </ul>
 </div>
 <{/if}>
-<p><{$self_delete_message}></p>
-<form action="#" method="post">
-<{xoops_token form=$actionForm}>
-<input type="submit" value="<{$smarty.const._DELETE}>" />
-</form>
+<div class='confirmMsg'>
+  <h4 class="admintitle"><{$self_delete_message|nl2br}></h4>
+  <form method="post" action="<{$action|escape}>">
+    <{xoops_token form=$actionForm}>
+    <input type="submit" value="<{$smarty.const._DELETE}>" />
+  </form>
+</div>
\ No newline at end of file


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