Minahito
minah****@users*****
2006年 11月 4日 (土) 13:40:40 JST
Index: xoops2jp/html/modules/user/templates/user_userinfo.html diff -u xoops2jp/html/modules/user/templates/user_userinfo.html:1.1.2.16.2.1 xoops2jp/html/modules/user/templates/user_userinfo.html:1.1.2.16.2.2 --- xoops2jp/html/modules/user/templates/user_userinfo.html:1.1.2.16.2.1 Sat Oct 7 15:30:11 2006 +++ xoops2jp/html/modules/user/templates/user_userinfo.html Sat Nov 4 13:40:40 2006 @@ -47,14 +47,14 @@ <td class="head"><{$smarty.const._MD_USER_LANG_WEBSITE}></td> <td class="even"><a href="<{$thisUser->getShow('url')}>" target="_blank"><{$thisUser->getShow('url')}></a></td> </tr> - <tr valign="top"> - <td class="head"><{$smarty.const._MD_USER_LANG_EMAIL}></td> - <td class="odd"> - <{if $thisUser->get('user_viewemail') == 1 || $user_ownpage == true || $xoops_isadmin == true }> + <{if $thisUser->get('user_viewemail') == 1 || $user_ownpage == true || $xoops_isadmin == true }> + <tr valign="top"> + <td class="head"><{$smarty.const._MD_USER_LANG_EMAIL}></td> + <td class="odd"> <{mailto address=$thisUser->get('email') encode="javascript"}> - <{/if}> - </td> - </tr> + </td> + </tr> + <{/if}> <{if $xoops_isuser == true}> <tr valign="top"> <td class="head"><{$smarty.const._MD_USER_LANG_PM}></td>