Tom Hayakawa
tom_g3x****@users*****
2006年 8月 17日 (木) 21:48:54 JST
Index: xoops2jp/html/modules/user/admin/templates/ranks_list.html diff -u xoops2jp/html/modules/user/admin/templates/ranks_list.html:1.1.2.10 xoops2jp/html/modules/user/admin/templates/ranks_list.html:1.1.2.11 --- xoops2jp/html/modules/user/admin/templates/ranks_list.html:1.1.2.10 Thu Aug 17 19:21:04 2006 +++ xoops2jp/html/modules/user/admin/templates/ranks_list.html Thu Aug 17 21:48:54 2006 @@ -30,14 +30,14 @@ <th><{$smarty.const._AD_USER_LANG_CONTROL}></th> </tr> <{foreach item=obj from=$objects}> - <tr class="<{cycle values='odd,even'}>" style="text-align:center;"> - <td><{$obj->getShow('rank_id')}></td> + <tr class="<{cycle values='odd,even'}>"> + <td class="user_list_id"><{$obj->getShow('rank_id')}></td> <td><{$obj->getShow('rank_title')}></td> <td style="text-align:right;"><{$obj->getShow('rank_min')}></td> <td style="text-align:right;"><{$obj->getShow('rank_max')}></td> <td><{$obj->getShow('rank_special')}></td> <td><img src="<{$smarty.const.XOOPS_UPLOAD_URL}>/<{$obj->getShow('rank_image')}>" alt="<{$obj->getShow('rank_title')}>" title="<{$obj->getShow('rank_title')}>" /></td> - <td> + <td class="user_list_control"> <a href="index.php?action=RanksEdit&rank_id=<{$obj->getShow('rank_id')}>"><img src="<{"icons/edit.gif"|theme}>" alt="<{$smarty.const._EDIT}>" title="<{$smarty.const._EDIT}>" /></a> <a href="index.php?action=RanksDelete&rank_id=<{$obj->getShow('rank_id')}>"><img src="<{"icons/delete.gif"|theme}>" alt="<{$smarty.const._DELETE}>" title="<{$smarty.const._DELETE}>" /></a> </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.17 xoops2jp/html/modules/user/admin/templates/group_member.html:1.1.2.18 --- xoops2jp/html/modules/user/admin/templates/group_member.html:1.1.2.17 Thu Aug 17 19:21:04 2006 +++ xoops2jp/html/modules/user/admin/templates/group_member.html Thu Aug 17 21:48:54 2006 @@ -23,7 +23,7 @@ <td><{$group->getShow('description')}></td> <td><{$group->getShow('group_type')}></td> <td><{$group->getUserCount()|escape}></td> - <td> + <td class="user_list_control"> <a href="index.php?action=GroupEdit&groupid=<{$group->getShow('groupid')}>"><img src="<{"icons/edit.gif"|theme}>" alt="<{$smarty.const._EDIT}>" title="<{$smarty.const._EDIT}>" /></a> <{if $group->get('groupid') > $smarty.const.XOOPS_GROUP_ANONYMOUS }> <a href="index.php?action=GroupDelete&groupid=<{$group->getShow('groupid')}>"><img src="<{"icons/delete.gif"|theme}>" alt="<{$smarty.const._DELETE}>" title="<{$smarty.const._DELETE}>" /></a> @@ -81,7 +81,7 @@ <td><{$user->get('last_login')|xoops_formattimestamp:l}></td> <td style="text-align:right;"><{$user->getShow('posts')}></td> <td style="text-align:right;"><{$user->getShow('level')}></td> - <td style="text-align:center;"> + <td class="user_list_control"> <a href="./index.php?action=UserEdit&uid=<{$user->getShow('uid')}>"><img src="<{"icons/edit.gif"|theme}>" alt="<{$smarty.const._EDIT}>" title="<{$smarty.const._EDIT}>" /></a> <{if $user->get('uid') != 1 }> <a href="index.php?action=UserDelete&uid=<{$user->getShow('uid')}>"><img src="<{"icons/delete.gif"|theme}>" alt="<{$smarty.const._DELETE}>" title="<{$smarty.const._DELETE}>" /></a> @@ -124,15 +124,15 @@ <{foreach from=$users item=user }> <tr class="<{cycle values="odd,even"}>"> <td style="text-align:center;"><input type="checkbox" name="uid[<{$user->getShow('uid')}>]" value="2" /></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->getShow('uid')}></td> + <td class="user_list_id"><img src="<{"icons/user.gif"|theme}>" alt="<{$smarty.const._AD_USER_LANG_USER}>" title="<{$smarty.const._AD_USER_LANG_USER}>" /></td> + <td class="user_list_id"><{$user->getShow('uid')}></td> <td><b><{$user->getShow('uname')}></b></td> <td><{$user->getShow('name')}></td> <td><{$user->get('user_regdate')|xoops_formattimestamp}></td> <td><{$user->get('last_login')|xoops_formattimestamp:l}></td> <td style="text-align:right;"><{$user->getShow('posts')}></td> <td style="text-align:right;"><{$user->getShow('level')}></td> - <td style="text-align:center;"> + <td class="user_list_control"> <a href="index.php?action=UserEdit&uid=<{$user->getShow('uid')}>&op=modifyUser"><img src="<{"icons/edit.gif"|theme}>" alt="<{$smarty.const._EDIT}>" title="<{$smarty.const._EDIT}>" /></a> <{if $user->get('uid') != 1 }> <a href="index.php?action=UserDelete&uid=<{$user->getShow('uid')}>"><img src="<{"icons/delete.gif"|theme}>" alt="<{$smarty.const._DELETE}>" title="<{$smarty.const._DELETE}>" /></a> Index: xoops2jp/html/modules/user/admin/templates/user_list.html diff -u xoops2jp/html/modules/user/admin/templates/user_list.html:1.1.2.17 xoops2jp/html/modules/user/admin/templates/user_list.html:1.1.2.18 --- xoops2jp/html/modules/user/admin/templates/user_list.html:1.1.2.17 Thu Aug 17 19:21:04 2006 +++ xoops2jp/html/modules/user/admin/templates/user_list.html Thu Aug 17 21:48:54 2006 @@ -37,15 +37,15 @@ </tr> <{foreach item=user from=$objects}> <tr class="<{cycle values='odd,even'}>"> - <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->getShow('uid')}></td> + <td class="user_list_id"><img src="<{"icons/user.gif"|theme}>" alt="<{$smarty.const._AD_USER_LANG_USER}>" title="<{$smarty.const._AD_USER_LANG_USER}>" /></td> + <td class="user_list_id"><{$user->getShow('uid')}></td> <td><a href="./index.php?action=UserView&uid=<{$user->getShow('uid')}>"><{$user->getShow('uname')}></a></td> <td><{$user->getShow('name')}></td> <td><{$user->get('user_regdate')|xoops_formattimestamp}></td> <td><{$user->get('last_login')|xoops_formattimestamp:l}></td> <td style="text-align:right;"><{$user->getShow('posts')}></td> <td style="text-align:right;"><{$user->getShow('level')}></td> - <td style="text-align:center;"> + <td class="user_list_control"> <a href="./index.php?action=UserView&uid=<{$user->getShow('uid')}>"><img src="<{"icons/property.gif"|theme}>" alt="<{$smarty.const._VIEW}>" title="<{$smarty.const._VIEW}>" /></a> <a href="./index.php?action=UserEdit&uid=<{$user->getShow('uid')}>"><img src="<{"icons/edit.gif"|theme}>" alt="<{$smarty.const._EDIT}>" title="<{$smarty.const._EDIT}>" /></a> <{if $user->get('uid') != 1 }> Index: xoops2jp/html/modules/user/admin/templates/group_list.html diff -u xoops2jp/html/modules/user/admin/templates/group_list.html:1.1.2.12 xoops2jp/html/modules/user/admin/templates/group_list.html:1.1.2.13 --- xoops2jp/html/modules/user/admin/templates/group_list.html:1.1.2.12 Mon Aug 14 21:46:44 2006 +++ xoops2jp/html/modules/user/admin/templates/group_list.html Thu Aug 17 21:48:54 2006 @@ -28,14 +28,14 @@ <th><{$smarty.const._AD_USER_LANG_CONTROL}></th> </tr> <{foreach item=group from=$objects}> - <tr class="<{cycle values='odd,even'}>" style="text-align:center;"> - <td><img src="<{"icons/group.gif"|theme}>" alt="<{$smarty.const._AD_USER_LANG_GROUP}>" title="<{$smarty.const._AD_USER_LANG_GROUP}>" /></td> - <td><{$group->getShow('groupid')}></td> + <tr class="<{cycle values='odd,even'}>"> + <td class="user_list_id"><img src="<{"icons/group.gif"|theme}>" alt="<{$smarty.const._AD_USER_LANG_GROUP}>" title="<{$smarty.const._AD_USER_LANG_GROUP}>" /></td> + <td class="user_list_id"><{$group->getShow('groupid')}></td> <td><b><{$group->getShow('name')}></b></td> <td><{$group->getShow('description')}></td> <td><{$group->getShow('group_type')}></td> <td><{$group->getUserCount()|escape}></td> - <td> + <td class="user_list_control"> <a href="index.php?action=GroupEdit&groupid=<{$group->getShow('groupid')}>"><img src="<{"icons/edit.gif"|theme}>" alt="<{$smarty.const._EDIT}>" title="<{$smarty.const._EDIT}>" /></a> <{if $group->get('groupid') > $smarty.const.XOOPS_GROUP_ANONYMOUS }> <a href="index.php?action=GroupDelete&groupid=<{$group->getShow('groupid')}>"><img src="<{"icons/delete.gif"|theme}>" alt="<{$smarty.const._DELETE}>" title="<{$smarty.const._DELETE}>" /></a> Index: xoops2jp/html/modules/user/admin/templates/group_property.html diff -u xoops2jp/html/modules/user/admin/templates/group_property.html:1.1.2.15 xoops2jp/html/modules/user/admin/templates/group_property.html:1.1.2.16 --- xoops2jp/html/modules/user/admin/templates/group_property.html:1.1.2.15 Thu Aug 17 19:21:04 2006 +++ xoops2jp/html/modules/user/admin/templates/group_property.html Thu Aug 17 21:48:54 2006 @@ -23,7 +23,7 @@ <td><{$group->getShow('description')}></td> <td><{$group->getShow('group_type')}></td> <td><{$group->getUserCount()|escape}></td> - <td> + <td class="user_list_control"> <a href="index.php?action=GroupEdit&groupid=<{$group->getShow('groupid')}>"><img src="<{"icons/edit.gif"|theme}>" alt="<{$smarty.const._EDIT}>" title="<{$smarty.const._EDIT}>" /></a> <{if $group->get('groupid') > $smarty.const.XOOPS_GROUP_ANONYMOUS }> <a href="index.php?action=GroupDelete&groupid=<{$group->getShow('groupid')}>"><img src="<{"icons/delete.gif"|theme}>" alt="<{$smarty.const._DELETE}>" title="<{$smarty.const._DELETE}>" /></a> @@ -52,15 +52,15 @@ </tr> <{foreach from=$users item=user }> <tr class="<{cycle values="odd,even"}>" style="text-align:center;"> - <td><img src="<{"icons/user.gif"|theme}>" alt="<{$smarty.const._AD_USER_LANG_USER}>" title="<{$smarty.const._AD_USER_LANG_USER}>" /></td> - <td><{$user->getShow('uid')}></td> + <td class="user_list_id"><img src="<{"icons/user.gif"|theme}>" alt="<{$smarty.const._AD_USER_LANG_USER}>" title="<{$smarty.const._AD_USER_LANG_USER}>" /></td> + <td class="user_list_id"><{$user->getShow('uid')}></td> <td><b><{$user->getShow('uname')}></b></td> <td><{$user->getShow('name')}></td> <td><{$user->getShow('user_regdate')|xoops_formattimestamp}></td> <td><{$user->getShow('last_login')|xoops_formattimestamp:l}></td> <td style="text-align:right;"><{$user->getShow('posts')}></td> <td style="text-align:right;"><{$user->getShow('level')}></td> - <td> + <td class="user_list_control"> <a href="./index.php?action=UserEdit&uid=<{$user->getShow('uid')}>"><img src="<{"icons/edit.gif"|theme}>" alt="<{$smarty.const._EDIT}>" title="<{$smarty.const._EDIT}>" /></a> <{if $user->get('uid') != 1 }> <a href="index.php?action=UserDelete&uid=<{$user->getShow('uid')}>"><img src="<{"icons/delete.gif"|theme}>" alt="<{$smarty.const._DELETE}>" title="<{$smarty.const._DELETE}>" /></a> Index: xoops2jp/html/modules/user/admin/templates/group_perm.html diff -u xoops2jp/html/modules/user/admin/templates/group_perm.html:1.1.2.20 xoops2jp/html/modules/user/admin/templates/group_perm.html:1.1.2.21 --- xoops2jp/html/modules/user/admin/templates/group_perm.html:1.1.2.20 Mon Aug 14 21:46:44 2006 +++ xoops2jp/html/modules/user/admin/templates/group_perm.html Thu Aug 17 21:48:54 2006 @@ -16,14 +16,14 @@ <th><{$smarty.const._AD_USER_LANG_GROUP_AMMO}></th> <th><{$smarty.const._AD_USER_LANG_CONTROL}></th> </tr> - <tr class="odd" style="text-align:center;"> - <td><img src="<{"icons/group.gif"|theme}>" alt="<{$smarty.const._AD_USER_LANG_GROUP}>" title="<{$smarty.const._AD_USER_LANG_GROUP}>" /></td> - <td><{$group->getShow('groupid')}></td> + <tr class="odd"> + <td class="user_list_id"><img src="<{"icons/group.gif"|theme}>" alt="<{$smarty.const._AD_USER_LANG_GROUP}>" title="<{$smarty.const._AD_USER_LANG_GROUP}>" /></td> + <td class="user_list_id"><{$group->getShow('groupid')}></td> <td><b><{$group->getShow('name')}></b></td> <td><{$group->getShow('description')}></td> <td><{$group->getShow('group_type')}></td> <td><{$group->getUserCount()|escape}></td> - <td> + <td class="user_list_control"> <a href="index.php?action=GroupEdit&groupid=<{$group->getShow('groupid')}>"><img src="<{"icons/edit.gif"|theme}>" alt="<{$smarty.const._EDIT}>" title="<{$smarty.const._EDIT}>" /></a> <{if $group->get('groupid') > $smarty.const.XOOPS_GROUP_ANONYMOUS }> <a href="index.php?action=GroupDelete&groupid=<{$group->getShow('groupid')}>"><img src="<{"icons/delete.gif"|theme}>" alt="<{$smarty.const._DELETE}>" title="<{$smarty.const._DELETE}>" /></a> Index: xoops2jp/html/modules/user/admin/templates/avatar_list.html diff -u xoops2jp/html/modules/user/admin/templates/avatar_list.html:1.1.2.13 xoops2jp/html/modules/user/admin/templates/avatar_list.html:1.1.2.14 --- xoops2jp/html/modules/user/admin/templates/avatar_list.html:1.1.2.13 Thu Aug 17 19:21:04 2006 +++ xoops2jp/html/modules/user/admin/templates/avatar_list.html Thu Aug 17 21:48:54 2006 @@ -37,8 +37,8 @@ <th><{$smarty.const._AD_USER_LANG_CONTROL}></th> </tr> <{foreach item=obj from=$objects}> - <tr class="<{cycle values='odd,even'}>" style="text-align:center;"> - <td><{$obj->getShow('avatar_id')}></td> + <tr class="<{cycle values='odd,even'}>"> + <td class="user_list_id"><{$obj->getShow('avatar_id')}></td> <td><img src="<{$smarty.const.XOOPS_UPLOAD_URL}>/<{$obj->getShow('avatar_file')}>" alt="<{$obj->getShow('avatar_name')}>" title="<{$obj->getShow('avatar_name')}>" /></td> <td><{$obj->getShow('avatar_name')}></td> <td><{$obj->getShow('avatar_mimetype')}></td> @@ -47,7 +47,7 @@ <td><{$obj->getShow('avatar_weight')}></td> <td><{$obj->getShow('avatar_type')}></td> <td><{$obj->getUsingCount()|escape}></td> - <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> <a href="index.php?action=AvatarDelete&avatar_id=<{$obj->getShow('avatar_id')}>"><img src="<{"icons/delete.gif"|theme}>" alt="<{$smarty.const._DELETE}>" title="<{$smarty.const._DELETE}>" /></a> </td> Index: xoops2jp/html/modules/user/admin/templates/mailjob_list.html diff -u xoops2jp/html/modules/user/admin/templates/mailjob_list.html:1.1.2.8 xoops2jp/html/modules/user/admin/templates/mailjob_list.html:1.1.2.9 --- xoops2jp/html/modules/user/admin/templates/mailjob_list.html:1.1.2.8 Mon Aug 14 21:46:44 2006 +++ xoops2jp/html/modules/user/admin/templates/mailjob_list.html Thu Aug 17 21:48:54 2006 @@ -31,7 +31,7 @@ </tr> <{foreach item=obj from=$objects}> <tr class="<{cycle values='odd,even'}>"> - <td><{$obj->getShow('mailjob_id')}></td> + <td class="user_list_id"><{$obj->getShow('mailjob_id')}></td> <td><a href="./index.php?action=MailjobSend&mailjob_id=<{$obj->getShow('mailjob_id')}>"><{$obj->getShow('title')}></a></td> <td><{$obj->getShow('is_pm')}></td> <td><{$obj->getShow('is_mail')}></td> @@ -43,7 +43,7 @@ <{$smarty.const._AD_USER_LANG_COMPLETED}> <{/if}> </td> - <td> + <td class="user_list_control"> <a href="./index.php?action=MailjobEdit&mailjob_id=<{$obj->getShow('mailjob_id')}>"><img src="<{"icons/edit.gif"|theme}>" alt="<{$smarty.const._EDIT}>" title="<{$smarty.const._EDIT}>" /></a> <a href="./index.php?action=MailjobDelete&mailjob_id=<{$obj->getShow('mailjob_id')}>"><img src="<{"icons/delete.gif"|theme}>" alt="<{$smarty.const._DELETE}>" title="<{$smarty.const._DELETE}>" /></a> </td> 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.10 xoops2jp/html/modules/user/admin/templates/user_search_list.html:1.1.2.11 --- xoops2jp/html/modules/user/admin/templates/user_search_list.html:1.1.2.10 Thu Aug 17 19:21:04 2006 +++ xoops2jp/html/modules/user/admin/templates/user_search_list.html Thu Aug 17 21:48:54 2006 @@ -39,15 +39,15 @@ </tr> <{foreach item=user from=$objects}> <tr class="<{cycle values='odd,even'}>"> - <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->getShow('uid')}></td> + <td class="user_list_id"><img src="<{"icons/user.gif"|theme}>" alt="<{$smarty.const._AD_USER_LANG_USER}>" title="<{$smarty.const._AD_USER_LANG_USER}>" /></td> + <td class="user_list_id"><{$user->getShow('uid')}></td> <td><{$user->getShow('uname')}></td> <td><{$user->getShow('name')}></td> <td><{$user->get('user_regdate')|xoops_formattimestamp}></td> <td><{$user->get('last_login')|xoops_formattimestamp:l}></td> <td style="text-align:right;"><{$user->getShow('posts')}></td> <td style="text-align:right;"><{$user->getShow('level')}></td> - <td style="text-align:center;"> + <td class="user_list_control"> <a href="./index.php?action=UserEdit&uid=<{$user->getShow('uid')}>"><img src="<{"icons/edit.gif"|theme}>" alt="<{$smarty.const._EDIT}>" title="<{$smarty.const._EDIT}>" /></a> <{if $user->get('uid') != 1 }> <a href="index.php?action=UserDelete&uid=<{$user->getShow('uid')}>"><img src="<{"icons/delete.gif"|theme}>" alt="<{$smarty.const._DELETE}>" title="<{$smarty.const._DELETE}>" /></a>