Minahito
minah****@users*****
2006年 8月 1日 (火) 19:43:17 JST
Index: xoops2jp/html/modules/base/admin/templates/block_edit.html diff -u xoops2jp/html/modules/base/admin/templates/block_edit.html:1.1.2.8 xoops2jp/html/modules/base/admin/templates/block_edit.html:1.1.2.9 --- xoops2jp/html/modules/base/admin/templates/block_edit.html:1.1.2.8 Tue Jul 11 12:43:27 2006 +++ xoops2jp/html/modules/base/admin/templates/block_edit.html Tue Aug 1 19:43:17 2006 @@ -18,7 +18,7 @@ <form action="index.php?action=BlockEdit" method="post"> <{xoops_token form=$actionForm}> - <{xoops_input type=hidden name=bid value=$actionForm->getVar('bid')}> + <{xoops_input type=hidden name=bid value=$actionForm->get('bid')}> <table class="outer" cellspacing="1"> <tr> <th colspan="2"><{$smarty.const._AD_BASE_LANG_BLOCK_EDIT}></th> @@ -26,7 +26,7 @@ <tr> <td class="head"><{$smarty.const._AD_BASE_LANG_TITLE}></td> <td class="<{cycle values="odd,even"}>"> - <{xoops_input type=text name=title value=$actionForm->getVar('title') size=50 maxlength=255}> + <{xoops_input type=text name=title value=$actionForm->get('title') size=50 maxlength=255}> </td> </tr> <tr> @@ -40,7 +40,7 @@ <tr> <td class="head"><{$smarty.const._AD_BASE_LANG_WEIGHT}></td> <td class="<{cycle values="odd,even"}>"> - <{xoops_input type=text name=weight value=$actionForm->getVar('weight') size=5}> + <{xoops_input type=text name=weight value=$actionForm->get('weight') size=5}> </td> </tr> <tr> @@ -78,7 +78,7 @@ <tr> <td class="foot" colspan="2"> <input class="formButton" type="submit" value="<{$smarty.const._SUBMIT}>" /> - <input type="button" value="<{$smarty.const._BACK}>" onclick="javascript:history.back()" class="formButton" /> + <input class="formButton" type="submit" value="<{$smarty.const._BACK}>" name="_form_control_cancel" /> </td> </tr> </table>