Tom Hayakawa
tom_g3x****@users*****
2006年 2月 2日 (木) 22:28:23 JST
Index: xoops2jp/html/modules/legacyRender/admin/templates/tplset_edit.html diff -u xoops2jp/html/modules/legacyRender/admin/templates/tplset_edit.html:1.1.2.5 xoops2jp/html/modules/legacyRender/admin/templates/tplset_edit.html:1.1.2.6 --- xoops2jp/html/modules/legacyRender/admin/templates/tplset_edit.html:1.1.2.5 Thu Feb 2 17:40:48 2006 +++ xoops2jp/html/modules/legacyRender/admin/templates/tplset_edit.html Thu Feb 2 22:28:23 2006 @@ -16,7 +16,7 @@ <form action="./index.php?action=TplsetEdit" method="post"> <{xoops_token form=$actionForm}> - <{xoops_input type=hidden name=tplset_id value=$actionform->get('tplset_id')}> + <{xoops_input type=hidden name=tplset_id value=$actionForm->get('tplset_id')}> <table class="outer"> <tr> <th colspan="2"><{$smarty.const._AD_LEGACYRENDER_LANG_TEMPLATE_SET_EDIT}></th> @@ -28,13 +28,13 @@ <tr> <td class="head"><{$smarty.const._AD_LEGACYRENDER_LANG_TPLSET_DESC}></td> <td class="<{cycle values="odd,even"}>"> - <{xoops_input type=text name=tplset_desc value=$actionform->get('tplset_desc') size=50 maxlength=255}> + <{xoops_input type=text name=tplset_desc value=$actionForm->get('tplset_desc') size=50 maxlength=255}> </td> </tr> <tr> <td class="head"><{$smarty.const._AD_LEGACYRENDER_LANG_TPLSET_CREDITS}></td> <td class="<{cycle values="odd,even"}>"> - <{xoops_textarea type=text name=tplset_credits rows=5 cols=50 value=$actionform->get('tplset_credits')}> + <{xoops_textarea type=text name=tplset_credits rows=5 cols=50 value=$actionForm->get('tplset_credits')}> </td> </tr> <tr>