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

Back to archive index

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


Index: xoops2jp/html/modules/legacyRender/admin/templates/tplfile_view.html
diff -u xoops2jp/html/modules/legacyRender/admin/templates/tplfile_view.html:1.1.2.4 xoops2jp/html/modules/legacyRender/admin/templates/tplfile_view.html:1.1.2.5
--- xoops2jp/html/modules/legacyRender/admin/templates/tplfile_view.html:1.1.2.4	Thu Feb  2 22:59:52 2006
+++ xoops2jp/html/modules/legacyRender/admin/templates/tplfile_view.html	Mon Jul 10 20:04:00 2006
@@ -25,19 +25,19 @@
   </tr>
   <tr>
     <td class="head"><{$smarty.const._AD_LEGACYRENDER_LANG_TPL_TPLSET}></td>
-    <td class="<{cycle values="odd,even"}>"><b><{$object->getVar('tpl_tplset')}></b></td>
+    <td class="<{cycle values="odd,even"}>"><b><{$object->getShow('tpl_tplset')}></b></td>
   </tr>
   <tr>
     <td class="head"><{$smarty.const._AD_LEGACYRENDER_LANG_TPL_MODULE}></td>
-    <td class="<{cycle values="odd,even"}>"><b><{$object->getVar('tpl_module')}></b></td>
+    <td class="<{cycle values="odd,even"}>"><b><{$object->getShow('tpl_module')}></b></td>
   </tr>
   <tr>
     <td class="head"><{$smarty.const._AD_LEGACYRENDER_LANG_TPL_FILE}></td>
-    <td class="<{cycle values="odd,even"}>"><b><{$object->getVar('tpl_file')}></b></td>
+    <td class="<{cycle values="odd,even"}>"><b><{$object->getShow('tpl_file')}></b></td>
   </tr>
   <tr>
     <td class="head"><{$smarty.const._AD_LEGACYRENDER_LANG_TPL_DESC}></td>
-    <td class="<{cycle values="odd,even"}>"><{$object->getVar('tpl_desc')}></td>
+    <td class="<{cycle values="odd,even"}>"><{$object->getShow('tpl_desc')}></td>
   </tr>
   <tr>
     <td class="head"><{$smarty.const._AD_LEGACYRENDER_LANG_TPL_SOURCE}></td>
@@ -55,7 +55,7 @@
         &raquo;&raquo;
         <{$smarty.const._AD_LEGACYRENDER_LANG_MORE_LARGE}>
       </div>
-      <textarea name=tpl_source id=tpl_source style="width:600px;height:400px;"><{$object->Source->get('tpl_source')|escape}></textarea>
+      <textarea name=tpl_source id=tpl_source style="width:600px;height:400px;" readonly="readonly"><{$object->Source->get('tpl_source')|escape}></textarea>
     </td>
   </tr>
     <tr>


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