Tom Hayakawa
tom_g3x****@users*****
2006年 4月 13日 (木) 00:31:39 JST
Index: xoops2jp/html/modules/user/admin/templates/user_search_list.html diff -u xoops2jp/html/modules/user/admin/templates/user_search_list.html:1.1.2.3 xoops2jp/html/modules/user/admin/templates/user_search_list.html:1.1.2.4 --- xoops2jp/html/modules/user/admin/templates/user_search_list.html:1.1.2.3 Thu Apr 13 00:11:20 2006 +++ xoops2jp/html/modules/user/admin/templates/user_search_list.html Thu Apr 13 00:31:39 2006 @@ -36,7 +36,7 @@ </tr> <{foreach item=user from=$objects}> <tr class="<{cycle values='odd,even'}>"> - <td style="text-align:center;"><img src="<{"icons/user.gif"|theme}>" alt="user" title="user" /></td> + <td style="text-align:center;"><img src="<{"icons/user.gif"|theme}>" alt="<{$smarty.const._AD_USER_LANG_USER}>" title="<{$smarty.const._AD_USER_LANG_USER}>" /></td> <td style="text-align:center;"><{$user->getVar('uid')}></td> <td><{$user->getVar('uname')}></td> <td><{$user->getVar('name')}></td> Index: xoops2jp/html/modules/user/admin/templates/group_member.html diff -u xoops2jp/html/modules/user/admin/templates/group_member.html:1.1.2.7 xoops2jp/html/modules/user/admin/templates/group_member.html:1.1.2.8 --- xoops2jp/html/modules/user/admin/templates/group_member.html:1.1.2.7 Thu Apr 13 00:11:20 2006 +++ xoops2jp/html/modules/user/admin/templates/group_member.html Thu Apr 13 00:31:39 2006 @@ -17,7 +17,7 @@ <th><{$smarty.const._AD_USER_LANG_CONTROL}></th> </tr> <tr class="odd" style="text-align:center;"> - <td><img src="<{"icons/group.gif"|theme}>" alt="group" title="group" /></td> + <td><img src="<{"icons/group.gif"|theme}>" alt="<{$smarty.const._AD_USER_LANG_GROUP}>" title="<{$smarty.const._AD_USER_LANG_GROUP}>" /></td> <td><{$group->getVar('groupid')}></td> <td><b><{$group->getVar('name')}></b></td> <td><{$group->getVar('description')}></td> @@ -71,7 +71,7 @@ <{foreach from=$noUsers item=user }> <tr class="<{cycle values="odd,even"}>"> <td style="text-align:center;"><input type="checkbox" name="uid[<{$user->getVar('uid')}>]" value="1" /></td> - <td style="text-align:center;"><img src="<{"icons/user.gif"|theme}>" alt="user" title="user" /></td> + <td style="text-align:center;"><img src="<{"icons/user.gif"|theme}>" alt="<{$smarty.const._AD_USER_LANG_USER}>" title="<{$smarty.const._AD_USER_LANG_USER}>" /></td> <td style="text-align:center;"><{$user->getVar('uid')}></td> <td><b><{$user->getVar('uname')}></b></td> <td><{$user->getVar('name')}></td> @@ -122,7 +122,7 @@ <{foreach from=$users item=user }> <tr class="<{cycle values="odd,even"}>"> <td style="text-align:center;"><input type="checkbox" name="uid[<{$user->getVar('uid')}>]" value="2" /></td> - <td style="text-align:center;"><img src="<{"icons/user.gif"|theme}>" alt="user" title="user" /></td> + <td style="text-align:center;"><img src="<{"icons/user.gif"|theme}>" alt="<{$smarty.const._AD_USER_LANG_USER}>" title="<{$smarty.const._AD_USER_LANG_USER}>" /></td> <td style="text-align:center;"><{$user->getVar('uid')}></td> <td><b><{$user->getVar('uname')}></b></td> <td><{$user->getVar('name')}></td> Index: xoops2jp/html/modules/user/admin/templates/group_perm.html diff -u xoops2jp/html/modules/user/admin/templates/group_perm.html:1.1.2.8 xoops2jp/html/modules/user/admin/templates/group_perm.html:1.1.2.9 --- xoops2jp/html/modules/user/admin/templates/group_perm.html:1.1.2.8 Thu Apr 13 00:11:20 2006 +++ xoops2jp/html/modules/user/admin/templates/group_perm.html Thu Apr 13 00:31:39 2006 @@ -17,7 +17,7 @@ <th><{$smarty.const._AD_USER_LANG_CONTROL}></th> </tr> <tr class="odd" style="text-align:center;"> - <td><img src="<{"icons/group.gif"|theme}>" alt="group" title="group" /></td> + <td><img src="<{"icons/group.gif"|theme}>" alt="<{$smarty.const._AD_USER_LANG_GROUP}>" title="<{$smarty.const._AD_USER_LANG_GROUP}>" /></td> <td><{$group->getVar('groupid')}></td> <td><b><{$group->getVar('name')}></b></td> <td><{$group->getVar('description')}></td> Index: xoops2jp/html/modules/user/admin/templates/user_list.html diff -u xoops2jp/html/modules/user/admin/templates/user_list.html:1.1.2.9 xoops2jp/html/modules/user/admin/templates/user_list.html:1.1.2.10 --- xoops2jp/html/modules/user/admin/templates/user_list.html:1.1.2.9 Thu Apr 13 00:11:20 2006 +++ xoops2jp/html/modules/user/admin/templates/user_list.html Thu Apr 13 00:31:39 2006 @@ -35,7 +35,7 @@ </tr> <{foreach item=user from=$objects}> <tr class="<{cycle values='odd,even'}>"> - <td style="text-align:center;"><img src="<{"icons/user.gif"|theme}>" alt="user" title="user" /></td> + <td style="text-align:center;"><img src="<{"icons/user.gif"|theme}>" alt="<{$smarty.const._AD_USER_LANG_USER}>" title="<{$smarty.const._AD_USER_LANG_USER}>" /></td> <td style="text-align:center;"><{$user->getVar('uid')}></td> <td><{$user->getVar('uname')}></td> <td><{$user->getVar('name')}></td> Index: xoops2jp/html/modules/user/admin/templates/group_list.html diff -u xoops2jp/html/modules/user/admin/templates/group_list.html:1.1.2.7 xoops2jp/html/modules/user/admin/templates/group_list.html:1.1.2.8 --- xoops2jp/html/modules/user/admin/templates/group_list.html:1.1.2.7 Thu Apr 13 00:11:20 2006 +++ xoops2jp/html/modules/user/admin/templates/group_list.html Thu Apr 13 00:31:39 2006 @@ -19,7 +19,7 @@ </tr> <{foreach item=group from=$objects}> <tr class="<{cycle values='odd,even'}>" style="text-align:center;"> - <td><img src="<{"icons/group.gif"|theme}>" alt="group" title="group" /></td> + <td><img src="<{"icons/group.gif"|theme}>" alt="<{$smarty.const._AD_USER_LANG_GROUP}>" title="<{$smarty.const._AD_USER_LANG_GROUP}>" /></td> <td><{$group->getVar('groupid')}></td> <td><b><{$group->getVar('name')}></b></td> <td><{$group->getVar('description')}></td> Index: xoops2jp/html/modules/user/admin/templates/group_delete.html diff -u xoops2jp/html/modules/user/admin/templates/group_delete.html:1.1.2.5 xoops2jp/html/modules/user/admin/templates/group_delete.html:1.1.2.6 --- xoops2jp/html/modules/user/admin/templates/group_delete.html:1.1.2.5 Thu Apr 13 00:11:20 2006 +++ xoops2jp/html/modules/user/admin/templates/group_delete.html Thu Apr 13 00:31:39 2006 @@ -24,7 +24,7 @@ <{xoops_input type=hidden name=groupid value=$object->getVar('groupid')}> <table class="outer"> <tr> - <th colspan="2"><img src="<{"icons/group.gif"|theme}>" alt="group" title="group" /> <{$smarty.const._AD_USER_LANG_GROUP_DELETE}></th> + <th colspan="2"><img src="<{"icons/group.gif"|theme}>" alt="<{$smarty.const._AD_USER_LANG_GROUP}>" title="<{$smarty.const._AD_USER_LANG_GROUP}>" /> <{$smarty.const._AD_USER_LANG_GROUP_DELETE}></th> </tr> <tr> <td class="head" style="width:30%;"><{$smarty.const._AD_USER_LANG_GROUP_GID}></td> Index: xoops2jp/html/modules/user/admin/templates/group_property.html diff -u xoops2jp/html/modules/user/admin/templates/group_property.html:1.1.2.6 xoops2jp/html/modules/user/admin/templates/group_property.html:1.1.2.7 --- xoops2jp/html/modules/user/admin/templates/group_property.html:1.1.2.6 Thu Apr 13 00:11:20 2006 +++ xoops2jp/html/modules/user/admin/templates/group_property.html Thu Apr 13 00:31:39 2006 @@ -17,7 +17,7 @@ <th><{$smarty.const._AD_USER_LANG_CONTROL}></th> </tr> <tr class="odd" style="text-align:center;"> - <td><img src="<{"icons/group.gif"|theme}>" alt="group" title="group" /></td> + <td><img src="<{"icons/group.gif"|theme}>" alt="<{$smarty.const._AD_USER_LANG_GROUP}>" title="<{$smarty.const._AD_USER_LANG_GROUP}>" /></td> <td><{$group->getVar('groupid')}></td> <td><b><{$group->getVar('name')}></b></td> <td><{$group->getVar('description')}></td> @@ -52,7 +52,7 @@ </tr> <{foreach from=$users item=user }> <tr class="<{cycle values="odd,even"}>" style="text-align:center;"> - <td><img src="<{"icons/user.gif"|theme}>" alt="user" title="user" /></td> + <td><img src="<{"icons/user.gif"|theme}>" alt="<{$smarty.const._AD_USER_LANG_USER}>" title="<{$smarty.const._AD_USER_LANG_USER}>" /></td> <td><{$user->getVar('uid')}></td> <td><b><{$user->getVar('uname')}></b></td> <td><{$user->getVar('name')}></td>