Tom Hayakawa
tom_g3x****@users*****
2006年 8月 19日 (土) 21:10:06 JST
Index: xoops2jp/html/modules/base/admin/templates/module_install.html diff -u xoops2jp/html/modules/base/admin/templates/module_install.html:1.1.2.12 xoops2jp/html/modules/base/admin/templates/module_install.html:1.1.2.13 --- xoops2jp/html/modules/base/admin/templates/module_install.html:1.1.2.12 Sat Aug 19 20:06:35 2006 +++ xoops2jp/html/modules/base/admin/templates/module_install.html Sat Aug 19 21:10:06 2006 @@ -29,7 +29,7 @@ <tr> <td class="head base_list_image" rowspan="6"> <img src="<{$xoops_url}>/modules/<{$module->getShow('dirname')}>/<{$module->modinfo.image}>" /> - <div><{$module->modinfo.name|escape}></div> + <div class="base_list_imagetitle"><{$module->modinfo.name|escape}></div> </td> <td class="head"><{$smarty.const._AD_BASE_LANG_NAME}></td> <td class="<{cycle values='odd,even'}>"><{$module->getShow('name')}></td> Index: xoops2jp/html/modules/base/admin/templates/module_uninstall.html diff -u xoops2jp/html/modules/base/admin/templates/module_uninstall.html:1.1.2.9 xoops2jp/html/modules/base/admin/templates/module_uninstall.html:1.1.2.10 --- xoops2jp/html/modules/base/admin/templates/module_uninstall.html:1.1.2.9 Sat Aug 19 20:06:35 2006 +++ xoops2jp/html/modules/base/admin/templates/module_uninstall.html Sat Aug 19 21:10:06 2006 @@ -31,7 +31,7 @@ <tr> <td rowspan="6" class="head base_list_image"> <img src="<{$xoops_url}>/modules/<{$module->getShow('dirname')}>/<{$module->modinfo.image}>" /> - <div><{$module->modinfo.name|escape}></div> + <div class="base_list_imagetitle"><{$module->modinfo.name|escape}></div> </td> <td class="head"><{$smarty.const._AD_BASE_LANG_NAME}></td> <td class="<{cycle values='odd,even'}>"><{$module->getShow('name')}></td>