Minahito
minah****@users*****
2005年 12月 30日 (金) 17:24:26 JST
Index: xoops2jp/html/modules/base/admin/templates/module_installer.html diff -u xoops2jp/html/modules/base/admin/templates/module_installer.html:1.1.2.1 xoops2jp/html/modules/base/admin/templates/module_installer.html:1.1.2.2 --- xoops2jp/html/modules/base/admin/templates/module_installer.html:1.1.2.1 Thu Dec 29 16:25:28 2005 +++ xoops2jp/html/modules/base/admin/templates/module_installer.html Fri Dec 30 17:24:26 2005 @@ -9,22 +9,22 @@ <table class="outer" cellspacing="1"> <tr> <td class="even" rowspan="2"><img src="<{$xoops_url}>/modules/<{$module->getVar('dirname')}>/<{$module->modinfo.installer.image}>" /></td> - <td class="even" valign="top"> - <h3><{$module->getVar('name')}></h3> - <ul> - <{foreach item=item from=$module->modinfo.installer.description}> - <li><{$item|escape}> - <{/foreach}> - </ul> - </td> + <td class="even" valign="top"> + <h4><{$module->getVar('name')}></h4> + <ul> + <{foreach item=item from=$module->modinfo.installer.description}> + <li><{$item|escape}> + <{/foreach}> + </ul> + </td> </tr> <tr> <td class="even" align="center" valign="middle"> - <form method="POST"> - <input type="hidden" name="dirname" value="<{$module->getVar('dirname')|escape}>" /> - <input type="submit" value="<{$smarty.const._MD_A_BASE_LANG_INSTALL}>" class="formButton" /> - </form> - </td> + <form method="POST"> + <input type="hidden" name="dirname" value="<{$module->getVar('dirname')|escape}>" /> + <input type="submit" value="<{$smarty.const._MD_A_BASE_LANG_INSTALL}>" class="formButton" /> + </form> + </td> </tr> </table>