[xoops-cvslog 3745] CVS update: xoops2jp/html/modules/pm/templates

Back to archive index

Minahito minah****@users*****
2006年 7月 27日 (木) 18:42:15 JST


Index: xoops2jp/html/modules/pm/templates/pm_delete_one.html
diff -u /dev/null xoops2jp/html/modules/pm/templates/pm_delete_one.html:1.1.2.1
--- /dev/null	Thu Jul 27 18:42:15 2006
+++ xoops2jp/html/modules/pm/templates/pm_delete_one.html	Thu Jul 27 18:42:15 2006
@@ -0,0 +1,14 @@
+<{$smarty.const._MD_PM_MESSAGE_CONFIRM_DELETE_PM}>
+
+<form action="./index.php?action=DeleteOne" method="POST">
+  <{xoops_token form=$actionForm}>
+  <{xoops_input type=hidden name=msg_id value=$actionForm->get('msg_id')}>
+  <table class="outer">
+    <tr>
+      <td class="foot" colspan="2">
+        <input class="formButton" type="submit" value="<{$smarty.const._DELETE}>" />
+        <input class="formButton" type="submit" value="<{$smarty.const._BACK}>" name="_form_control_cancel" />
+      </td>
+    </tr>
+</table>
+</form>


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