Tom Hayakawa
tom_g3x****@users*****
2006年 2月 2日 (木) 23:09:17 JST
Index: xoops2jp/html/modules/user/admin/templates/group_member.html diff -u xoops2jp/html/modules/user/admin/templates/group_member.html:1.1.2.4 xoops2jp/html/modules/user/admin/templates/group_member.html:1.1.2.5 --- xoops2jp/html/modules/user/admin/templates/group_member.html:1.1.2.4 Tue Jan 31 14:32:07 2006 +++ xoops2jp/html/modules/user/admin/templates/group_member.html Thu Feb 2 23:09:17 2006 @@ -68,7 +68,7 @@ <td style="text-align:right;"><{$user->getVar('posts')}></td> <td style="text-align:right;"><{$user->getVar('level')}></td> <td style="text-align:center;"> - <a href="<{$xoops_url}>/modules/system/admin.php?fct=users&uid=<{$user->getVar('uid')}>&op=modifyUser"><img src="<{"icons/edit.gif"|theme}>" alt="<{$smarty.const._EDIT}>" /></a> + <a href="./index.php?action=UserEdit&uid=<{$user->getVar('uid')}>"><img src="<{"icons/edit.gif"|theme}>" alt="<{$smarty.const._EDIT}>" /></a> <{if $user->getVar('uid') != 1 }> <a href="index.php?action=UserDelete&uid=<{$user->getVar('uid')}>"><img src="<{"icons/delete.gif"|theme}>" alt="<{$smarty.const._DELETE}>" /></a> <{/if}> Index: xoops2jp/html/modules/user/admin/templates/ranks_edit.html diff -u xoops2jp/html/modules/user/admin/templates/ranks_edit.html:1.1.2.3 xoops2jp/html/modules/user/admin/templates/ranks_edit.html:1.1.2.4 --- xoops2jp/html/modules/user/admin/templates/ranks_edit.html:1.1.2.3 Thu Feb 2 17:35:43 2006 +++ xoops2jp/html/modules/user/admin/templates/ranks_edit.html Thu Feb 2 23:09:17 2006 @@ -69,6 +69,7 @@ <tr> <td colspan="2" class="foot"> <input type="submit" value="<{$smarty.const._SUBMIT}>" class="formButton" /> + <input type="button" value="<{$smarty.const._BACK}>" onclick="javascript:history.back()" class="formButton" /> </td> </tr> </table> Index: xoops2jp/html/modules/user/admin/templates/group_delete.html diff -u xoops2jp/html/modules/user/admin/templates/group_delete.html:1.1.2.2 xoops2jp/html/modules/user/admin/templates/group_delete.html:1.1.2.3 --- xoops2jp/html/modules/user/admin/templates/group_delete.html:1.1.2.2 Tue Jan 31 14:32:07 2006 +++ xoops2jp/html/modules/user/admin/templates/group_delete.html Thu Feb 2 23:09:17 2006 @@ -49,7 +49,7 @@ <tr> <td class="foot" colspan="2"> <input type="submit" value="<{$smarty.const._DELETE}>" class="formButton" /> - <input type="button" value="<{$smarty.const._NO}>" onclick="javascript:history.back()" class="formButton" /> + <input type="button" value="<{$smarty.const._BACK}>" onclick="javascript:history.back()" class="formButton" /> </tr> </table> </form> Index: xoops2jp/html/modules/user/admin/templates/user_edit.html diff -u xoops2jp/html/modules/user/admin/templates/user_edit.html:1.1.2.7 xoops2jp/html/modules/user/admin/templates/user_edit.html:1.1.2.8 --- xoops2jp/html/modules/user/admin/templates/user_edit.html:1.1.2.7 Thu Feb 2 17:35:43 2006 +++ xoops2jp/html/modules/user/admin/templates/user_edit.html Thu Feb 2 23:09:17 2006 @@ -209,6 +209,7 @@ <tr> <td colspan="2" class="foot"> <input class="formButton" type="submit" value="<{$smarty.const._SUBMIT}>" /> + <input type="button" value="<{$smarty.const._BACK}>" onclick="javascript:history.back()" class="formButton" /> </td> </tr> </table> Index: xoops2jp/html/modules/user/admin/templates/ranks_delete.html diff -u xoops2jp/html/modules/user/admin/templates/ranks_delete.html:1.1.2.2 xoops2jp/html/modules/user/admin/templates/ranks_delete.html:1.1.2.3 --- xoops2jp/html/modules/user/admin/templates/ranks_delete.html:1.1.2.2 Tue Jan 31 14:32:07 2006 +++ xoops2jp/html/modules/user/admin/templates/ranks_delete.html Thu Feb 2 23:09:17 2006 @@ -46,7 +46,7 @@ <tr> <td class="foot" colspan="2"> <input type="submit" value="<{$smarty.const._DELETE}>" class="formButton" /> - <input type="button" value="<{$smarty.const._NO}>" onclick="javascript:history.back()" class="formButton" /> + <input type="button" value="<{$smarty.const._BACK}>" onclick="javascript:history.back()" class="formButton" /> </td> </tr> </table> Index: xoops2jp/html/modules/user/admin/templates/user_delete.html diff -u xoops2jp/html/modules/user/admin/templates/user_delete.html:1.1.2.2 xoops2jp/html/modules/user/admin/templates/user_delete.html:1.1.2.3 --- xoops2jp/html/modules/user/admin/templates/user_delete.html:1.1.2.2 Tue Jan 31 14:32:07 2006 +++ xoops2jp/html/modules/user/admin/templates/user_delete.html Thu Feb 2 23:09:17 2006 @@ -56,7 +56,7 @@ <tr> <td colspan="2" class="foot"> <input type="submit" value="<{$smarty.const._DELETE}>" class="formButton" /> - <input type="button" value="<{$smarty.const._NO}>" onclick="javascript:history.back()" class="formButton" /> + <input type="button" value="<{$smarty.const._BACK}>" onclick="javascript:history.back()" class="formButton" /> </td> </tr> </table> Index: xoops2jp/html/modules/user/admin/templates/group_edit.html diff -u xoops2jp/html/modules/user/admin/templates/group_edit.html:1.1.2.5 xoops2jp/html/modules/user/admin/templates/group_edit.html:1.1.2.6 --- xoops2jp/html/modules/user/admin/templates/group_edit.html:1.1.2.5 Thu Feb 2 17:35:43 2006 +++ xoops2jp/html/modules/user/admin/templates/group_edit.html Thu Feb 2 23:09:17 2006 @@ -51,6 +51,7 @@ <tr> <td colspan="2" class="foot"> <input type="submit" value="<{$smarty.const._SUBMIT}>" class="formButton" /> + <input type="button" value="<{$smarty.const._BACK}>" onclick="javascript:history.back()" class="formButton" /> </td> </tr> </table>