Minahito
minah****@users*****
2006年 1月 26日 (木) 20:18:37 JST
Index: xoops2jp/html/modules/user/templates/user_userinfo.html diff -u xoops2jp/html/modules/user/templates/user_userinfo.html:1.1.2.3 xoops2jp/html/modules/user/templates/user_userinfo.html:1.1.2.4 --- xoops2jp/html/modules/user/templates/user_userinfo.html:1.1.2.3 Thu Jan 19 21:10:01 2006 +++ xoops2jp/html/modules/user/templates/user_userinfo.html Thu Jan 26 20:18:37 2006 @@ -5,8 +5,7 @@ <tr align="center"> <td> <input type="button" value="<{$smarty.const._US_EDITPROFILE}>" onclick="location='<{$smarty.const.XOOPS_URL}>/modules/user/index.php?action=EditUser&uid=<{$thisUser->getVar('uid')}>'" /> - <input type="button" value="<{$smarty.const._US_AVATAR}>" onclick="location='<{$smarty.const.XOOPS_URL}>edituser.php?op=avatarform'" /> - <input type="button" value="<{$smarty.const._US_INBOX}>" onclick="location='<{$smarty.const.XOOPS_URL}>/viewpmsg.php'" /> + <input type="button" value="<{$smarty.const._US_AVATAR}>" onclick="location='<{$smarty.const.XOOPS_URL}>/modules/user/index.php?action=AvatarEdit&uid=<{$thisUser->getVar('uid')}>'" /> <{if $user_candelete == true}> <input type="button" value="<{$smarty.const._US_DELACCOUNT}>" onclick="location='<{$smarty.const.XOOPS_URL}>user.php?op=delete'" /> <{/if}> @@ -22,6 +21,7 @@ <tr align="center"> <td> <input type="button" value="<{$smarty.const._US_EDITPROFILE}>" onclick="location='<{$smarty.const.XOOPS_URL}>/modules/user/admin/index.php?action=EditUser&uid=<{$thisUser->getVar('uid')}>'" /> + <input type="button" value="<{$smarty.const._US_AVATAR}>" onclick="location='<{$smarty.const.XOOPS_URL}>edituser.php?op=avatarform'" /> <input type="button" value="<{$smarty.const._US_DELACCOUNT}>" onclick="location='<{$smarty.const.XOOPS_URL}>/modules/user/admin/index.php?action=UserDelete&uid=<{$thisUser->getVar('uid')}>'" /> </td> </tr>