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

Zurück zum Archiv-Index

Minahito minah****@users*****
2006年 9月 24日 (日) 14:25:48 JST


Index: xoops2jp/html/modules/user/templates/user_userinfo.html
diff -u xoops2jp/html/modules/user/templates/user_userinfo.html:1.1.2.15 xoops2jp/html/modules/user/templates/user_userinfo.html:1.1.2.16
--- xoops2jp/html/modules/user/templates/user_userinfo.html:1.1.2.15	Sun Aug 27 12:14:01 2006
+++ xoops2jp/html/modules/user/templates/user_userinfo.html	Sun Sep 24 14:25:48 2006
@@ -55,14 +55,15 @@
           <{/if}>
         </td>
       </tr>
-      <tr valign="top">
-        <td class="head"><{$smarty.const._MD_USER_LANG_PM}></td>
-        <td class="even">
-          <a href="javascript:openWithSelfMain('<{$smarty.const.XOOPS_URL}>/pmlite.php?send2=1&amp;to_userid=<{$thisUser->getShow('uid')}>', 'pmlite', 450, 380);">
-          <img src="<{$smarty.const.XOOPS_URL}>/images/icons/pm.gif" alt="<{$smarty.const._SENDPMTO|replace:"%s":$thisUser->getShow('uname')}>" title="<{$smarty.const._SENDPMTO|replace:"%s":$thisUser->getShow('uname')}>" /></a>
-          <{$user_pmlink}>
-        </td>
-      </tr>
+      <{if $xoops_isuser == true}>
+        <tr valign="top">
+          <td class="head"><{$smarty.const._MD_USER_LANG_PM}></td>
+          <td class="even">
+            <a href="javascript:openWithSelfMain('<{$smarty.const.XOOPS_URL}>/pmlite.php?send2=1&amp;to_userid=<{$thisUser->getShow('uid')}>', 'pmlite', 450, 380);">
+            <img src="<{$smarty.const.XOOPS_URL}>/images/icons/pm.gif" alt="<{$smarty.const._SENDPMTO|replace:"%s":$thisUser->getShow('uname')}>" title="<{$smarty.const._SENDPMTO|replace:"%s":$thisUser->getShow('uname')}>" /></a>
+          </td>
+        </tr>
+      <{/if}>
       <tr valign="top">
         <td class="head"><{$smarty.const._MD_USER_LANG_USER_ICQ}></td>
         <td class="odd"><{$thisUser->getShow('user_icq')}></td>


xoops-cvslog メーリングリストの案内
Zurück zum Archiv-Index