Tom Hayakawa
tom_g3x****@users*****
2006年 2月 2日 (木) 17:40:48 JST
Index: xoops2jp/html/modules/legacyRender/admin/templates/tplfile_edit.html diff -u xoops2jp/html/modules/legacyRender/admin/templates/tplfile_edit.html:1.1.2.5 xoops2jp/html/modules/legacyRender/admin/templates/tplfile_edit.html:1.1.2.6 --- xoops2jp/html/modules/legacyRender/admin/templates/tplfile_edit.html:1.1.2.5 Tue Jan 31 18:08:25 2006 +++ xoops2jp/html/modules/legacyRender/admin/templates/tplfile_edit.html Thu Feb 2 17:40:48 2006 @@ -30,7 +30,7 @@ <form action="" method="post"> <{xoops_token form=$actionForm}> - <{xoops_input type=hidden name=tpl_id value=$actionForm->getVar('tpl_id')}> + <{xoops_input type=hidden name=tpl_id value=$actionform->get('tpl_id')}> <table class="outer"> <tr> <th colspan="2"><{$smarty.const._AD_LEGACYRENDER_LANG_TEMPLATE_FILE_EDIT}></th> @@ -49,7 +49,7 @@ </tr> <tr> <td class="head"><{$smarty.const._AD_LEGACYRENDER_LANG_TPL_DESC}></td> - <td class="<{cycle values="odd,even"}>"><{$actionForm->getVar('tpl_desc')}></td> + <td class="<{cycle values="odd,even"}>"><{$actionform->get('tpl_desc')}></td> </tr> <tr> <td class="head"><{$smarty.const._AD_LEGACYRENDER_LANG_TPL_SOURCE}></td> @@ -67,7 +67,7 @@ »» <{$smarty.const._AD_LEGACYRENDER_LANG_MORE_LARGE}> </div> - <textarea name=tpl_source id=tpl_source style="width:600px;height:400px;"><{$actionForm->getVar('tpl_source')|escape}></textarea> + <textarea name=tpl_source id=tpl_source style="width:600px;height:400px;"><{$actionform->get('tpl_source')|escape}></textarea> </td> </tr> <tr> Index: xoops2jp/html/modules/legacyRender/admin/templates/tplset_edit.html diff -u xoops2jp/html/modules/legacyRender/admin/templates/tplset_edit.html:1.1.2.4 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.4 Tue Jan 31 17:29:38 2006 +++ xoops2jp/html/modules/legacyRender/admin/templates/tplset_edit.html Thu Feb 2 17:40:48 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->getVar('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->getVar('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->getVar('tplset_credits')}> + <{xoops_textarea type=text name=tplset_credits rows=5 cols=50 value=$actionform->get('tplset_credits')}> </td> </tr> <tr> Index: xoops2jp/html/modules/legacyRender/admin/templates/tplset_clone.html diff -u xoops2jp/html/modules/legacyRender/admin/templates/tplset_clone.html:1.1.2.5 xoops2jp/html/modules/legacyRender/admin/templates/tplset_clone.html:1.1.2.6 --- xoops2jp/html/modules/legacyRender/admin/templates/tplset_clone.html:1.1.2.5 Tue Jan 31 17:29:38 2006 +++ xoops2jp/html/modules/legacyRender/admin/templates/tplset_clone.html Thu Feb 2 17:40:48 2006 @@ -16,7 +16,7 @@ <form action="./index.php?action=TplsetClone" method="post"> <{xoops_token form=$actionForm}> - <{xoops_input type=hidden name=tplset_id value=$actionForm->getVar('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_CLONE}></th>