onokazu
onoka****@users*****
2005年 9月 5日 (月) 05:46:12 JST
Index: xoops2jp/html/modules/system/templates/system_imagemanager.html diff -u xoops2jp/html/modules/system/templates/system_imagemanager.html:1.1 xoops2jp/html/modules/system/templates/system_imagemanager.html:1.2 --- xoops2jp/html/modules/system/templates/system_imagemanager.html:1.1 Thu Sep 9 19:03:23 2004 +++ xoops2jp/html/modules/system/templates/system_imagemanager.html Mon Sep 5 05:46:12 2005 @@ -56,11 +56,11 @@ <table cellspacing="0" id="imagenav"> <tr> <td> - <select name="cat_id" onchange="location='<{$xoops_url}>/imagemanager.php?target=<{$target}>&cat_id='+this.options[this.selectedIndex].value"><{$cat_options}></select> <input type="hidden" name="target" value="<{$target}>" /><input type="submit" value="<{$lang_go}>" /> + <select name="cat_id" onchange="location='<{$xoops_url}>/imagemanager.php?target=<{$target}>&cat_id='+this.options[this.selectedIndex].value"><{$cat_options}></select> <input type="hidden" name="target" value="<{$target}>" /><input type="submit" value="<{$lang_go}>" /> </td> <{if $show_cat > 0}> - <td align="right"><a href="<{$xoops_url}>/imagemanager.php?target=<{$target}>&op=upload&imgcat_id=<{$show_cat}>"><{$lang_addimage}></a></td> + <td align="right"><a href="<{$xoops_url}>/imagemanager.php?target=<{$target}>&op=upload&imgcat_id=<{$show_cat}>"><{$lang_addimage}></a></td> <{/if}> </tr> Index: xoops2jp/html/modules/system/templates/system_imagemanager2.html diff -u xoops2jp/html/modules/system/templates/system_imagemanager2.html:1.1 xoops2jp/html/modules/system/templates/system_imagemanager2.html:1.2 --- xoops2jp/html/modules/system/templates/system_imagemanager2.html:1.1 Thu Sep 9 19:03:23 2004 +++ xoops2jp/html/modules/system/templates/system_imagemanager2.html Mon Sep 5 05:46:12 2005 @@ -35,7 +35,7 @@ <table cellspacing="0" id="imagenav"> <tr> - <td align="left"><a href="<{$xoops_url}>/imagemanager.php?target=<{$target}>&cat_id=<{$show_cat}>"><{$lang_imgmanager}></a></td> + <td align="left"><a href="<{$xoops_url}>/imagemanager.php?target=<{$target}>&cat_id=<{$show_cat}>"><{$lang_imgmanager}></a></td> </tr> </table> Index: xoops2jp/html/modules/system/templates/system_notification_list.html diff -u xoops2jp/html/modules/system/templates/system_notification_list.html:1.1 xoops2jp/html/modules/system/templates/system_notification_list.html:1.2 --- xoops2jp/html/modules/system/templates/system_notification_list.html:1.1 Thu Sep 9 19:03:23 2004 +++ xoops2jp/html/modules/system/templates/system_notification_list.html Mon Sep 5 05:46:12 2005 @@ -2,7 +2,7 @@ <form name="notificationlist" action="notifications.php" method="post"> <table class="outer"> <tr> - <th><input name="allbox" id="allbox" onclick="xoopsCheckGroup('notificationlist', 'allbox', 'del_mod[]');" type="checkbox" value="<{$lang_checkall}>" /></th> + <th><input name="allbox" id="allbox" onclick="xoopsCheckAll('notificationlist', 'allbox');" type="checkbox" value="<{$lang_checkall}>" /></th> <th><{$lang_event}></th> <th><{$lang_category}></th> <th><{$lang_itemid}></th> @@ -10,7 +10,7 @@ </tr> <{foreach item=module from=$modules}> <tr> - <td class="head"><input name="del_mod[<{$module.id}>]" id="del_mod[]" onclick="xoopsCheckGroup('notificationlist', 'del_mod[<{$module.id}>]', 'del_not[<{$module.id}>][]');" type="checkbox" value="<{$module.id}>" /></td> + <td class="head"><input name="del_mod[<{$module.id}>]" id="del_mod[<{$module.id}>]" onclick="xoopsCheckGroup('notificationlist', 'del_mod[<{$module.id}>]', 'del_not[<{$module.id}>][]');" type="checkbox" value="<{$module.id}>" /></td> <td class="head" colspan="4"><{$lang_module}>: <{$module.name}></td> </tr> <{foreach item=category from=$module.categories}> Index: xoops2jp/html/modules/system/templates/system_userinfo.html diff -u xoops2jp/html/modules/system/templates/system_userinfo.html:1.2 xoops2jp/html/modules/system/templates/system_userinfo.html:1.3 --- xoops2jp/html/modules/system/templates/system_userinfo.html:1.2 Sat Jun 11 11:32:55 2005 +++ xoops2jp/html/modules/system/templates/system_userinfo.html Mon Sep 5 05:46:12 2005 @@ -26,8 +26,8 @@ <table width="70%" align="center" border="0"> <tr align="center"> - <td><input type="button" value="<{$lang_editprofile}>" onclick="location='<{$xoops_url}>/modules/system/admin.php?fct=users&uid=<{$user_uid}>&op=modifyUser'" /> - <input type="button" value="<{$lang_deleteaccount}>" onclick="location='<{$xoops_url}>/modules/system/admin.php?fct=users&op=delUser&uid=<{$user_uid}>'" /></td> + <td><input type="button" value="<{$lang_editprofile}>" onclick="location='<{$xoops_url}>/modules/system/admin.php?fct=users&uid=<{$user_uid}>&op=modifyUser'" /> + <input type="button" value="<{$lang_deleteaccount}>" onclick="location='<{$xoops_url}>/modules/system/admin.php?fct=users&op=delUser&uid=<{$user_uid}>'" /></td> </tr> </table>