Tom Hayakawa
tom_g3x****@users*****
2006年 8月 10日 (木) 20:06:25 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.6 xoops2jp/html/modules/user/admin/templates/ranks_list.html:1.1.2.7 --- xoops2jp/html/modules/user/admin/templates/ranks_list.html:1.1.2.6 Wed Jul 12 19:50:56 2006 +++ xoops2jp/html/modules/user/admin/templates/ranks_list.html Thu Aug 10 20:06:25 2006 @@ -42,7 +42,6 @@ <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> </tr> - </tr> <{/foreach}> </table> Index: xoops2jp/html/modules/user/admin/templates/group_perm.html diff -u xoops2jp/html/modules/user/admin/templates/group_perm.html:1.1.2.15 xoops2jp/html/modules/user/admin/templates/group_perm.html:1.1.2.16 --- xoops2jp/html/modules/user/admin/templates/group_perm.html:1.1.2.15 Thu Aug 10 19:52:02 2006 +++ xoops2jp/html/modules/user/admin/templates/group_perm.html Thu Aug 10 20:06:25 2006 @@ -62,7 +62,7 @@ <{foreach item=perm from=$systemPermissions key="perm_key"}> <td class="head" style="width:35%;"> <{$perm->mItem->getName()|escape}></td> <td class="even"><{assign var="getId" value=$perm->getId() }> - <input type="checkbox" name="system[<{$getId}>]" value="2" <{if $perm->mValue==2}>checked<{/if}> /><{$smarty.const._AD_USER_LANG_PERM_ADMIN}> + <input type="checkbox" name="system[<{$getId}>]" value="2" <{if $perm->mValue==2}>checked="checked"<{/if}> /><{$smarty.const._AD_USER_LANG_PERM_ADMIN}> </td> <{cycle values=",</tr><tr>" name="systr"}> <{/foreach}> @@ -80,8 +80,8 @@ <{foreach item=perm from=$modulePermissions }> <td class="head" style="width:25%;"> <{$perm->mItem->getName()|escape}></td> <td class="even"><{assign var="getId" value=$perm->getId() }> - <input type="checkbox" name="module[<{$getId}>]" value="1" <{if $perm->mValue & 1}>checked<{/if}> /><{$smarty.const._AD_USER_LANG_PERM_ACCESS}> - <input type="checkbox" name="module_admin[<{$getId}>]" value="2" <{if $perm->mValue & 2}>checked<{/if}> /><{$smarty.const._AD_USER_LANG_PERM_ADMIN}> + <input type="checkbox" name="module[<{$getId}>]" value="1" <{if $perm->mValue & 1}>checked="checked"<{/if}> /><{$smarty.const._AD_USER_LANG_PERM_ACCESS}> + <input type="checkbox" name="module_admin[<{$getId}>]" value="2" <{if $perm->mValue & 2}>checked="checked"<{/if}> /><{$smarty.const._AD_USER_LANG_PERM_ADMIN}> </td> <{cycle values=",</tr><tr>" name="systr"}> <{/foreach}> @@ -114,7 +114,7 @@ <{/if}> </td> <td class="even"><{assign var="getId" value=$perm->getId() }> - <input type="checkbox" name="block[<{$getId}>]" value="1" <{if $perm->mValue==1}>checked<{/if}> /><{$smarty.const._AD_USER_LANG_PERM_ACCESS}> + <input type="checkbox" name="block[<{$getId}>]" value="1" <{if $perm->mValue==1}>checked="checked"<{/if}> /><{$smarty.const._AD_USER_LANG_PERM_ACCESS}> </td> <{cycle values=",</tr><tr>" name="blktr"}> <{/foreach}> Index: xoops2jp/html/modules/user/admin/templates/avatar_list.html diff -u xoops2jp/html/modules/user/admin/templates/avatar_list.html:1.1.2.9 xoops2jp/html/modules/user/admin/templates/avatar_list.html:1.1.2.10 --- xoops2jp/html/modules/user/admin/templates/avatar_list.html:1.1.2.9 Sat Aug 5 15:23:33 2006 +++ xoops2jp/html/modules/user/admin/templates/avatar_list.html Thu Aug 10 20:06:25 2006 @@ -52,7 +52,6 @@ <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> </tr> - </tr> <{/foreach}> </table> Index: xoops2jp/html/modules/user/admin/templates/user_view.html diff -u xoops2jp/html/modules/user/admin/templates/user_view.html:1.1.2.1 xoops2jp/html/modules/user/admin/templates/user_view.html:1.1.2.2 --- xoops2jp/html/modules/user/admin/templates/user_view.html:1.1.2.1 Fri Jul 28 17:56:07 2006 +++ xoops2jp/html/modules/user/admin/templates/user_view.html Thu Aug 10 20:06:25 2006 @@ -104,7 +104,7 @@ <form action="./index.php?action=UserView" method="post"> <{xoops_token form=$actionForm}> <{xoops_input type=hidden name=uid value=$actionForm->get('uid')}> - <input class='formButton' type='submit' value='<{$smarty.const._AD_USER_LANG_RECOUNT}>'> + <input class='formButton' type='submit' value='<{$smarty.const._AD_USER_LANG_RECOUNT}>' /> </form> </td> </tr>