Minahito
minah****@users*****
2005年 12月 1日 (木) 12:48:53 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.1 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.1 Thu Dec 1 01:19:18 2005 +++ xoops2jp/html/modules/base/admin/templates/legacy_admin_modulelist_index.html Thu Dec 1 12:48:53 2005 @@ -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><{xoops_input type=text name=name[$module->getVar('mid')] value=$module->getVar('name')}></td> + <td><input type="text" name="name[<{$module->getVar('mid')}>]" value="<{$module->getVar('name')|escape}>"></td> <td><{$module->getRenderedVersion()}></td> <td><{$module->getVar('last_update')|xoops_formattimestamp:l}></td> - <td><{xoops_input type=text size=4 maxlength=4 name=weight[$module->getVar('mid')] value=$module->getVar('weight')}></td> - <td><input type="checkbox" name="mid[$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')|escape}>" /></td> + <td><input type="checkbox" name="active[<{$module->getVar('mid')}>]" value="1" <{if $module->getVar('isactive')}>checked<{/if}>></td> </tr> <{/foreach}> </table>