Tom Hayakawa
tom_g3x****@users*****
2006年 7月 27日 (木) 22:26:25 JST
Index: xoops2jp/html/modules/pm/templates/pm_delete_one.html diff -u xoops2jp/html/modules/pm/templates/pm_delete_one.html:1.1.2.1 xoops2jp/html/modules/pm/templates/pm_delete_one.html:1.1.2.2 --- xoops2jp/html/modules/pm/templates/pm_delete_one.html:1.1.2.1 Thu Jul 27 18:42:15 2006 +++ xoops2jp/html/modules/pm/templates/pm_delete_one.html Thu Jul 27 22:26:25 2006 @@ -1,10 +1,37 @@ -<{$smarty.const._MD_PM_MESSAGE_CONFIRM_DELETE_PM}> +<div><{$smarty.const._MD_PM_MESSAGE_CONFIRM_DELETE_PM}></div> <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> + <th colspan="2"><{$smarty.const._MD_PM_MESSAGE_CONFIRM_DELETE_PM}></th> + </tr> + <tr> + <td class="head"><{$smarty.const._PM_FROMC}></td> + <td class="<{cycle values="even,odd"}>"> + <{if $sendUser->getShow('uname')}> + <a href="<{$smarty.const.XOOPS_URL}>/userinfo.php?uid=<{$sendUser->getShow('uid')}>"><{$sendUser->getShow('uname')}></a> + <{/if}> + </td> + </tr> + <tr> + <td class="head"><{$smarty.const._PM_SENTC}></td> + <td class="<{cycle values="even,odd"}>"> + <{$object->get("msg_time")|xoops_formattimestamp}> + </td> + </tr> + <tr> + <td class="head"><{$smarty.const._MD_PM_LANG_SUBJECTC}></td> + <td class="<{cycle values="even,odd"}>"> + <img src="<{$xoops_url}>/images/subject/<{$object->getShow('msg_image')}>" alt='' title='' /> +<b><{$object->getShow('subject')}></b> + </td> + </tr> + <tr> + <td class="<{cycle values="even,odd"}>" colspan="2"><{$object->getShow('msg_text')}></td> + </tr> + <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" /> @@ -12,3 +39,4 @@ </tr> </table> </form> +