[xoops-cvslog 3851] CVS update: xoops2jp/html/modules/base/admin/templates

Zurück zum Archiv-Index

Minahito minah****@users*****
2006年 8月 1日 (火) 19:45:46 JST


Index: xoops2jp/html/modules/base/admin/templates/install_wizard.html
diff -u xoops2jp/html/modules/base/admin/templates/install_wizard.html:1.1.2.1 xoops2jp/html/modules/base/admin/templates/install_wizard.html:1.1.2.2
--- xoops2jp/html/modules/base/admin/templates/install_wizard.html:1.1.2.1	Sat Feb  4 01:00:58 2006
+++ xoops2jp/html/modules/base/admin/templates/install_wizard.html	Tue Aug  1 19:45:46 2006
@@ -8,22 +8,22 @@
 <h3><{$smarty.const._MD_A_BASE_LANG_MODINSTALL_CONF}></h3>
 
 <ul>
-  <li><{$smarty.const._MD_A_BASE_LANG_MODINSTALL_ADVICE|replace:"_%s_":$module->getVar('name','e')}>
+  <li><{$smarty.const._MD_A_BASE_LANG_MODINSTALL_ADVICE|replace:"_%s_":$module->getShow('name')}>
 </ul>
 
 <form method="POST">
 <{xoops_token form=$actionForm}>
-<input type="hidden" name="dirname" value="<{$module->getVar('dirname')|escape}>" />
+<input type="hidden" name="dirname" value="<{$module->getShow('dirname')}>" />
 <table class="outer">
   <tr>
     <th colspan="2"><{$smarty.const._MD_A_BASE_LANG_MODINSTALL_CONF}></th>
   </tr>
   <tr>
     <td class="head">
-      <img src="<{$xoops_url}>/modules/<{$module->getVar('dirname')}>/<{$module->modinfo.installer.image}>" />
+      <img src="<{$xoops_url}>/modules/<{$module->getShow('dirname')}>/<{$module->modinfo.installer.image|escape}>" />
     </td>
     <td class="even" valign="top">
-      <h4><{$module->getVar('name')}></h4>
+      <h4><{$module->getShow('name')}></h4>
       <ul>
         <{foreach item=item from=$module->modinfo.installer.description}>
           <li><{$item|escape}>


xoops-cvslog メーリングリストの案内
Zurück zum Archiv-Index