Minahito
minah****@users*****
2005年 12月 1日 (木) 14:18:19 JST
Index: xoops2jp/html/modules/base/admin/templates/legacy_admin_modulelist_index.html diff -u xoops2jp/html/modules/base/admin/templates/legacy_admin_modulelist_index.html:1.1.2.2 xoops2jp/html/modules/base/admin/templates/legacy_admin_modulelist_index.html:1.1.2.3 --- xoops2jp/html/modules/base/admin/templates/legacy_admin_modulelist_index.html:1.1.2.2 Thu Dec 1 12:48:53 2005 +++ xoops2jp/html/modules/base/admin/templates/legacy_admin_modulelist_index.html Thu Dec 1 14:18:19 2005 @@ -1,6 +1,6 @@ <h4>MODULE LIST</h4> -<form> +<form method="post"> <table> <tr> @@ -42,11 +42,11 @@ <tr class="<{cycle values='odd,even'}>"> <td><{$module->getVar('mid')}></td> <td><img src="<{$xoops_url}>/modules/<{$module->getVar('dirname')}>/<{$module->modinfo.image}>" /></td> - <td><input type="text" name="name[<{$module->getVar('mid')}>]" value="<{$module->getVar('name')|escape}>"></td> + <td><input type="text" name="name[<{$module->getVar('mid')}>]" value="<{$module->getVar('name','e')}>"></td> <td><{$module->getRenderedVersion()}></td> <td><{$module->getVar('last_update')|xoops_formattimestamp:l}></td> - <td><input type="text" size="4" maxlength="4" name="weight[<{$module->getVar('mid')}>]" value="<{$module->getVar('weight')|escape}>" /></td> - <td><input type="checkbox" name="active[<{$module->getVar('mid')}>]" value="1" <{if $module->getVar('isactive')}>checked<{/if}>></td> + <td><input type="text" size="4" maxlength="4" name="weight[<{$module->getVar('mid')}>]" value="<{$module->getVar('weight','e')}>" /></td> + <td><input type="checkbox" name="isactive[<{$module->getVar('mid')}>]" value="1" <{if $module->getVar('isactive')}>checked<{/if}>></td> </tr> <{/foreach}> </table>