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

Back to archive index

Tom Hayakawa tom_g3x****@users*****
2007年 1月 23日 (火) 18:29:38 JST


Index: xoops2jp/html/modules/pm/templates/readpmsg.html
diff -u xoops2jp/html/modules/pm/templates/readpmsg.html:1.1.2.16.2.3 xoops2jp/html/modules/pm/templates/readpmsg.html:1.1.2.16.2.3.2.1
--- xoops2jp/html/modules/pm/templates/readpmsg.html:1.1.2.16.2.3	Thu Nov 16 17:16:46 2006
+++ xoops2jp/html/modules/pm/templates/readpmsg.html	Tue Jan 23 18:29:38 2007
@@ -2,8 +2,9 @@
 <{if $feature.user.profile}>
   <a href="<{$xoops_url}>/userinfo.php?uid=<{$thisUser->getShow('uid')}>"><{$smarty.const._MD_PM_LANG_PROFILE}></a>&nbsp;&raquo;&raquo;&nbsp;
 <{/if}>
-<a href="index.php"><{$smarty.const._MD_PM_LANG_INBOX}></a>
+<a href="viewpmsg.php"><{$smarty.const._MD_PM_LANG_INBOX}></a>
 &nbsp;&raquo;&raquo;&nbsp;<{$privMessage->getShow('subject')}>
+<br /><br />
 
 <form action='<{$xoops_url}>/readpmsg.php' method='post' name='delete<{$privMessage->getShow('msg_id')}>'>
   <table class="outer" border="0" cellpadding="4" cellspacing="1" width="100%">
@@ -29,7 +30,7 @@
     <tr class="even">
       <td><{$smarty.const._MD_PM_LANG_SUBJECTC}><img src="<{$xoops_url}>/images/subject/<{$privMessage->getShow('msg_image')}>" alt='' title='' />&nbsp;<b><{$privMessage->getShow('subject')}></b></td>
     </tr>
-    <tr class="'odd">
+    <tr class="odd">
       <td colspan="2">
         <{$privMessage->getShow('msg_text')}><br /><br />
       </td>
@@ -43,6 +44,7 @@
         <a href="#<{$privMessage->getShow('msg_id')}>" onclick='javascript:document.delete<{$privMessage->getShow("msg_id")}>.submit();'><img src="<{$xoops_url}>/images/icons/delete.gif" alt="<{$smarty.const._MD_PM_LANG_DELETE}>" title="<{$smarty.const._MD_PM_LANG_DELETE}>" /></a>
       </td>
     </tr>
+    <{if $previousMessage || $nextMessage}>
     <tr>
       <td <{if $sendUser->hasAvatar()}>colspan="2"<{/if}> style="text-align:right;">
         <{if $previousMessage}>
@@ -54,5 +56,6 @@
         <{/if}>
       </td>
     </tr>
+    <{/if}>
   </table>
 </form>


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