Minahito
minah****@users*****
2006年 7月 10日 (月) 20:05:00 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.9 xoops2jp/html/modules/legacyRender/admin/templates/tplset_edit.html:1.1.2.10 --- xoops2jp/html/modules/legacyRender/admin/templates/tplset_edit.html:1.1.2.9 Wed Jun 14 01:12:52 2006 +++ xoops2jp/html/modules/legacyRender/admin/templates/tplset_edit.html Mon Jul 10 20:05:00 2006 @@ -25,7 +25,7 @@ </tr> <tr> <td class="head"><{$smarty.const._AD_LEGACYRENDER_LANG_TPLSET_NAME}></td> - <td class="<{cycle values="odd,even"}>"><b><{$object->getVar('tplset_name')}></b></td> + <td class="<{cycle values="odd,even"}>"><b><{$object->getShow('tplset_name')}></b></td> </tr> <tr> <td class="head"><{$smarty.const._AD_LEGACYRENDER_LANG_TPLSET_DESC}></td> @@ -36,13 +36,13 @@ <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 name=tplset_credits rows=5 cols=50 value=$actionForm->get('tplset_credits')}> </td> </tr> <tr> <td class="foot" colspan="2"> <input class="formButton" type="submit" value="<{$smarty.const._EDIT}>" /> - <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>