onokazu
onoka****@users*****
2005年 5月 30日 (月) 19:51:41 JST
Index: xoops2jp/html/modules/system/templates/system_comments_flat.html diff -u xoops2jp/html/modules/system/templates/system_comments_flat.html:1.1 xoops2jp/html/modules/system/templates/system_comments_flat.html:1.1.6.1 --- xoops2jp/html/modules/system/templates/system_comments_flat.html:1.1 Thu Sep 9 19:03:23 2004 +++ xoops2jp/html/modules/system/templates/system_comments_flat.html Mon May 30 19:51:41 2005 @@ -1,7 +1,7 @@ <table class="outer" cellpadding="5" cellspacing="1"> <tr> <th width="20%"><{$lang_poster}></td> - <th><{$lang_thread}></td> + <th><{$lang_thread}></th> </tr> <{foreach item=comment from=$comments}> <{include file="db:system_comment.html" comment=$comment}> Index: xoops2jp/html/modules/system/templates/system_userinfo.html diff -u xoops2jp/html/modules/system/templates/system_userinfo.html:1.1 xoops2jp/html/modules/system/templates/system_userinfo.html:1.1.6.1 --- xoops2jp/html/modules/system/templates/system_userinfo.html:1.1 Thu Sep 9 19:03:23 2004 +++ xoops2jp/html/modules/system/templates/system_userinfo.html Mon May 30 19:51:41 2005 @@ -27,7 +27,7 @@ <table width="70%" align="center" border="0"> <tr align="center"> <td><input type="button" value="<{$lang_editprofile}>" onclick="location='<{$xoops_url}>/modules/system/admin.php?fct=users&uid=<{$user_uid}>&op=modifyUser'" /> - <input type="button" value="<{$lang_deleteaccount}>" onclick="location='<{$xoops_url}>/modules/system/admin.php?fct=users&op=delUser&uid=<{$user_uid}>'" /> + <input type="button" value="<{$lang_deleteaccount}>" onclick="location='<{$xoops_url}>/modules/system/admin.php?fct=users&op=delUser&uid=<{$user_uid}>'" /></td> </tr> </table>