Minahito
minah****@users*****
2006年 10月 7日 (土) 15:50:51 JST
Index: xoops2jp/html/modules/base/templates/legacy_install_modules.html diff -u xoops2jp/html/modules/base/templates/legacy_install_modules.html:1.1.2.2 xoops2jp/html/modules/base/templates/legacy_install_modules.html:1.1.2.2.2.1 --- xoops2jp/html/modules/base/templates/legacy_install_modules.html:1.1.2.2 Tue Apr 11 17:39:08 2006 +++ xoops2jp/html/modules/base/templates/legacy_install_modules.html Sat Oct 7 15:50:51 2006 @@ -33,14 +33,14 @@ </tr> <{foreach item=module from=$uninstalled}> <tr> - <td style="border: 1px solid silver;width:30px; padding: 2px;"><input type="hidden" name="uninstalled_modules[]" value="<{$module}>"/> </td> + <td style="border: 1px solid silver;width:30px; padding: 2px;"><input type="checkbox" name="uninstalled_modules_dummy[]" value="<{$module}>" checked="checked" disabled /><input type="hidden" name="uninstalled_modules[]" value="<{$module}>"/> </td> <td style="border: 1px solid silver;width:150px; padding: 2px;"><b><{$module}></b></td> <td colspan="2" style="border: 1px solid silver;width:200px; padding: 2px;"><{$smarty.const._SYS_MODULE_UNINSTALLED}></td> </tr> <{/foreach}> <{foreach item=module from=$disabled}> <tr> - <td style="border: 1px solid silver;width:30px; padding: 2px;"><input type="hidden" name="disabled_modules[]" value="<{$module}>"/> </td> + <td style="border: 1px solid silver;width:30px; padding: 2px;"><input type="checkbox" name="disabled_modules_dummy[]" value="<{$module}>" checked="checked" disabled /><input type="hidden" name="disabled_modules[]" value="<{$module}>"/> </td> <td style="border: 1px solid silver;width:150px; padding: 2px;"><b><{$module}></b></td> <td style="border: 1px solid silver;width:100px; padding: 2px;"><{$smarty.const._SYS_MODULE_DISABLED}></td> <td style="border: 1px solid silver;width:100px; padding: 2px;"><a href="<{$xoops_url}>/index.php?cube_module_uninstall=<{$module}>"><{$smarty.const._UNINSTALL}></a></td>