Minahito
minah****@users*****
2006年 8月 1日 (火) 19:45:35 JST
Index: xoops2jp/html/modules/base/admin/templates/install_list.html diff -u xoops2jp/html/modules/base/admin/templates/install_list.html:1.1.2.4 xoops2jp/html/modules/base/admin/templates/install_list.html:1.1.2.5 --- xoops2jp/html/modules/base/admin/templates/install_list.html:1.1.2.4 Wed Jun 14 21:45:24 2006 +++ xoops2jp/html/modules/base/admin/templates/install_list.html Tue Aug 1 19:45:35 2006 @@ -17,13 +17,13 @@ <{foreach item=module from=$moduleObjects}> <tr class="<{cycle values='odd,even'}>" style="text-align:center;"> <td> - <img src="<{$xoops_url}>/modules/<{$module->getVar('dirname')}>/<{$module->modinfo.image}>" alt="<{$module->getVar('name','e')}>" title="<{$module->getVar('name','e')}>" /><br /> - <{$module->getVar('name')}> + <img src="<{$xoops_url}>/modules/<{$module->getShow('dirname')}>/<{$module->modinfo.image}>" alt="<{$module->getShow('name','e')}>" title="<{$module->getShow('name','e')}>" /><br /> + <{$module->getShow('name')}> </td> <td><{$module->getRenderedVersion()}></td> <td> - <a href="index.php?action=ModuleInstall&dirname=<{$module->getVar('dirname')}>"><img src="<{"icons/install.gif"|theme}>" alt="<{$smarty.const._MD_A_BASE_LANG_INSTALL}>" title="<{$smarty.const._MD_A_BASE_LANG_INSTALL}>" /></a> - <a href="index.php?action=ModuleInfo&dirname=<{$module->getVar('dirname')}>"><img src="<{"icons/info.gif"|theme}>" alt="<{$smarty.const._MD_A_BASE_LANG_INFORMATION}>" title="<{$smarty.const._MD_A_BASE_LANG_INFORMATION}>" /></a> + <a href="index.php?action=ModuleInstall&dirname=<{$module->getShow('dirname')}>"><img src="<{"icons/install.gif"|theme}>" alt="<{$smarty.const._MD_A_BASE_LANG_INSTALL}>" title="<{$smarty.const._MD_A_BASE_LANG_INSTALL}>" /></a> + <a href="index.php?action=ModuleInfo&dirname=<{$module->getShow('dirname')}>"><img src="<{"icons/info.gif"|theme}>" alt="<{$smarty.const._MD_A_BASE_LANG_INFORMATION}>" title="<{$smarty.const._MD_A_BASE_LANG_INFORMATION}>" /></a> </td> </tr> <{/foreach}>