Tom Hayakawa
tom_g3x****@users*****
2006年 9月 17日 (日) 23:53:21 JST
Index: xoops2jp/html/modules/user/admin/templates/avatar_delete.html diff -u xoops2jp/html/modules/user/admin/templates/avatar_delete.html:1.1.2.12 xoops2jp/html/modules/user/admin/templates/avatar_delete.html:1.1.2.13 --- xoops2jp/html/modules/user/admin/templates/avatar_delete.html:1.1.2.12 Sun Aug 20 11:57:49 2006 +++ xoops2jp/html/modules/user/admin/templates/avatar_delete.html Sun Sep 17 23:53:21 2006 @@ -56,7 +56,13 @@ </tr> <tr> <td class="head"><{$smarty.const._AD_USER_LANG_AVATAR_TYPE}></td> - <td class="<{cycle values="odd,even"}>"><{$object->getShow('avatar_type')}></td> + <td class="<{cycle values="odd,even"}>"> + <{if $object->getShow('avatar_type') == "C"}> + <{$smarty.const._AD_USER_LANG_AVATAR_TYPE_C}> + <{elseif $object->getShow('avatar_type') == "S"}> + <{$smarty.const._AD_USER_LANG_AVATAR_TYPE_S}> + <{/if}> + </td> </tr> <tr> <td class="foot" colspan="2"> Index: xoops2jp/html/modules/user/admin/templates/avatar_list.html diff -u xoops2jp/html/modules/user/admin/templates/avatar_list.html:1.1.2.16 xoops2jp/html/modules/user/admin/templates/avatar_list.html:1.1.2.17 --- xoops2jp/html/modules/user/admin/templates/avatar_list.html:1.1.2.16 Fri Aug 25 17:26:10 2006 +++ xoops2jp/html/modules/user/admin/templates/avatar_list.html Sun Sep 17 23:53:21 2006 @@ -55,7 +55,13 @@ <{/if}> </td> <td class="user_list_order"><{$obj->getShow('avatar_weight')}></td> - <td class="user_list_type"><{$obj->getShow('avatar_type')}></td> + <td class="user_list_type"> + <{if $obj->getShow('avatar_type') == "C"}> + <{$smarty.const._AD_USER_LANG_AVATAR_TYPE_C}> + <{elseif $obj->getShow('avatar_type') == "S"}> + <{$smarty.const._AD_USER_LANG_AVATAR_TYPE_S}> + <{/if}> + </td> <td class="user_list_order"><{$obj->getUsingCount()|escape}></td> <td class="user_list_control"> <a href="index.php?action=AvatarEdit&avatar_id=<{$obj->getShow('avatar_id')}>"><img src="<{"icons/edit.gif"|theme}>" alt="<{$smarty.const._EDIT}>" title="<{$smarty.const._EDIT}>" /></a> Index: xoops2jp/html/modules/user/admin/templates/avatar_edit.html diff -u xoops2jp/html/modules/user/admin/templates/avatar_edit.html:1.1.2.10 xoops2jp/html/modules/user/admin/templates/avatar_edit.html:1.1.2.11 --- xoops2jp/html/modules/user/admin/templates/avatar_edit.html:1.1.2.10 Sun Aug 20 11:57:49 2006 +++ xoops2jp/html/modules/user/admin/templates/avatar_edit.html Sun Sep 17 23:53:21 2006 @@ -70,6 +70,16 @@ </td> </tr> <tr> + <td class="head"><{$smarty.const._AD_USER_LANG_AVATAR_TYPE}></td> + <td class="<{cycle values="odd,even"}>"> + <{if $object->getShow('avatar_type') == "C"}> + <{$smarty.const._AD_USER_LANG_AVATAR_TYPE_C}> + <{elseif $object->getShow('avatar_type') == "S"}> + <{$smarty.const._AD_USER_LANG_AVATAR_TYPE_S}> + <{/if}> + </td> + </tr> + <tr> <td class="foot" colspan="2"> <input class="formButton" type="submit" value="<{$smarty.const._SUBMIT}>" /> <input class="formButton" type="submit" value="<{$smarty.const._BACK}>" name="_form_control_cancel" />