[xoops-cvslog 3498] CVS update: xoops2jp/html/modules/legacyRender/admin/templates

Back to archive index

Minahito minah****@users*****
2006年 7月 10日 (月) 20:04:22 JST


Index: xoops2jp/html/modules/legacyRender/admin/templates/tplset_clone.html
diff -u xoops2jp/html/modules/legacyRender/admin/templates/tplset_clone.html:1.1.2.9 xoops2jp/html/modules/legacyRender/admin/templates/tplset_clone.html:1.1.2.10
--- xoops2jp/html/modules/legacyRender/admin/templates/tplset_clone.html:1.1.2.9	Wed Jun 14 01:12:52 2006
+++ xoops2jp/html/modules/legacyRender/admin/templates/tplset_clone.html	Mon Jul 10 20:04:22 2006
@@ -26,26 +26,26 @@
     <tr>
       <td class="head"><{$smarty.const._AD_LEGACYRENDER_LANG_TPLSET_NAME}></td>
       <td class="<{cycle values="odd,even"}>">
-        <b><{$object->getVar('tplset_name')}></b> &raquo; &raquo; 
+        <b><{$object->getShow('tplset_name')}></b> &raquo; &raquo; 
        <{xoops_input type=text name=tplset_name value=$actionForm->get('tplset_name') size=30 maxlength=50}>
       </td>
     </tr>
     <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=$object->getVar('tplset_desc') size=50 maxlength=255}>
+        <{xoops_input type=text name=tplset_desc value=$object->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=$object->getVar('tplset_credits')}>
+        <{xoops_textarea name=tplset_credits rows=5 cols=50 value=$actionForm->get('tplset_credits')}>
       </td>
     </tr>
     <tr>
       <td colspan="2" class="foot">
         <input class="formButton" type="submit" value="<{$smarty.const._CLONE}>" />
-        <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>


xoops-cvslog メーリングリストの案内
Back to archive index