Minahito
minah****@users*****
2007年 2月 28日 (水) 16:27:22 JST
Index: xoops2jp/html/modules/user/admin/templates/user_view.html diff -u xoops2jp/html/modules/user/admin/templates/user_view.html:1.1.2.7.2.2 xoops2jp/html/modules/user/admin/templates/user_view.html:1.1.2.7.2.2.2.1 --- xoops2jp/html/modules/user/admin/templates/user_view.html:1.1.2.7.2.2 Sun Dec 3 00:50:22 2006 +++ xoops2jp/html/modules/user/admin/templates/user_view.html Wed Feb 28 16:27:22 2007 @@ -141,7 +141,13 @@ <tr> <td class="head"><{$smarty.const._MD_USER_LANG_LEVEL}></td> <td class="<{cycle values='odd,even'}>"> - <{$object->getShow('level')}> + <{if $object->get('level') == 0}> + <{$smarty.const._AD_USER_LANG_LEVEL_PENDING}> + <{elseif $object->get('level') == 1}> + <{$smarty.const._AD_USER_LANG_LEVEL_ACTIVE}> + <{elseif $object->get('level') == 5}> + <{$smarty.const._AD_USER_LANG_LEVEL_ROOT}> + <{/if}> </td> </tr> <tr>