Minahito
minah****@users*****
2006年 11月 8日 (水) 19:11:52 JST
Index: xoops2jp/html/modules/legacy/admin/templates/module_list.html diff -u xoops2jp/html/modules/legacy/admin/templates/module_list.html:1.1.2.4 xoops2jp/html/modules/legacy/admin/templates/module_list.html:1.1.2.5 --- xoops2jp/html/modules/legacy/admin/templates/module_list.html:1.1.2.4 Sun Oct 15 21:59:55 2006 +++ xoops2jp/html/modules/legacy/admin/templates/module_list.html Wed Nov 8 19:11:52 2006 @@ -52,7 +52,14 @@ <td class="legacy_list_id"><{$module->getShow('mid')}></td> <td class="legacy_list_image"><img src="<{$xoops_url}>/modules/<{$module->getShow('dirname')}>/<{$module->modinfo.image}>" alt="<{$module->getShow('name')}>" /><br /> <input type="text" size="24" name="name[<{$module->getShow('mid')}>]" value="<{$module->getShow('name')}>" /></td> - <td class="legacy_list_order"><{$module->getRenderedVersion()}></td> + <td class="legacy_list_order"> + <{if $module->hasNeedUpdate()}> + <strong class="legacy_module_versionMsg"><{$module->getRenderedVersion()}></strong> + <a href="index.php?action=ModuleUpdate&dirname=<{$module->getShow('dirname')}>"><img src="<{"icons/update.gif"|theme}>" alt="<{$smarty.const._AD_LEGACY_LANG_UPDATE}>" title="<{$smarty.const._AD_LEGACY_LANG_UPDATE}>" /></a> + <{else}> + <{$module->getRenderedVersion()}> + <{/if}> + </td> <td class="legacy_list_date"><{$module->get('last_update')|xoops_formattimestamp:l}></td> <td class="legacy_list_select"> <input type="text" size="4" maxlength="4" name="weight[<{$module->getShow('mid')}>]" value="<{$module->getShow('weight','e')}>" class=legacy_list_number />