Tom Hayakawa
tom_g3x****@users*****
2006年 8月 19日 (土) 20:55:28 JST
Index: xoops2jp/html/modules/base/admin/templates/theme_list.html diff -u xoops2jp/html/modules/base/admin/templates/theme_list.html:1.1.2.8 xoops2jp/html/modules/base/admin/templates/theme_list.html:1.1.2.9 --- xoops2jp/html/modules/base/admin/templates/theme_list.html:1.1.2.8 Sat Aug 19 18:39:44 2006 +++ xoops2jp/html/modules/base/admin/templates/theme_list.html Sat Aug 19 20:55:28 2006 @@ -35,7 +35,7 @@ <{if $theme->get('screenshot')}> <img src="<{$smarty.const.XOOPS_THEME_URL}>/<{$theme->getShow('dirname')}>/<{$theme->getShow('screenshot')}>" title="<{$theme->getShow('name')}>" width="120" height="90" alt="<{$theme->getShow('name')}>" title="<{$theme->getShow('name')}>" /> <{/if}> - <div class="base_list_title"><{$theme->getShow('name')}></div> + <div class="base_list_imagetitle"><{$theme->getShow('name')}></div> </td> <td class="base_list_text"> <p class="base_list_description"><{$theme->getShow('description') != null}></p> Index: xoops2jp/html/modules/base/admin/templates/install_wizard.html diff -u xoops2jp/html/modules/base/admin/templates/install_wizard.html:1.1.2.7 xoops2jp/html/modules/base/admin/templates/install_wizard.html:1.1.2.8 --- xoops2jp/html/modules/base/admin/templates/install_wizard.html:1.1.2.7 Fri Aug 18 20:29:46 2006 +++ xoops2jp/html/modules/base/admin/templates/install_wizard.html Sat Aug 19 20:55:28 2006 @@ -19,10 +19,10 @@ <th colspan="2"><{$smarty.const._AD_BASE_LANG_MODINSTALL_CONF}></th> </tr> <tr> - <td class="head"> + <td class="head base_list_image"> <img src="<{$xoops_url}>/modules/<{$module->getShow('dirname')}>/<{$module->modinfo.installer.image|escape}>" alt="<{$module->getShow('name')}>" title="<{$module->getShow('name')}>" /> </td> - <td class="even" valign="top"> + <td class="even"> <h4 class="admintitle"><{$module->getShow('name')}></h4> <ul> <{foreach item=item from=$module->modinfo.installer.description}> @@ -33,7 +33,7 @@ </tr> <tr> <td class="foot" colspan="2"> - <input type="submit" value="<{$smarty.const._AD_BASE_LANG_INSTALL}>" class="formButton" /> + <input type="submit" value="<{$smarty.const._AD_BASE_LANG_INSTALL}>" class="formButton" /> </td> </tr> </table> Index: xoops2jp/html/modules/base/admin/templates/install_list.html diff -u xoops2jp/html/modules/base/admin/templates/install_list.html:1.1.2.11 xoops2jp/html/modules/base/admin/templates/install_list.html:1.1.2.12 --- xoops2jp/html/modules/base/admin/templates/install_list.html:1.1.2.11 Sat Aug 19 20:06:35 2006 +++ xoops2jp/html/modules/base/admin/templates/install_list.html Sat Aug 19 20:55:28 2006 @@ -18,7 +18,7 @@ <tr class="<{cycle values='odd,even'}>"> <td class="base_list_image"> <img src="<{$xoops_url}>/modules/<{$module->getShow('dirname')}>/<{$module->modinfo.image}>" alt="<{$module->getShow('name','e')}>" title="<{$module->getShow('name','e')}>" /> - <div class="base_list_title"><{$module->getShow('name')}></div> + <div class="base_list_imagetitle"><{$module->getShow('name')}></div> </td> <td class="base_list_order"><{$module->getRenderedVersion()}></td> <td class="base_list_control"> Index: xoops2jp/html/modules/base/admin/templates/preference_edit.html diff -u xoops2jp/html/modules/base/admin/templates/preference_edit.html:1.1.2.19 xoops2jp/html/modules/base/admin/templates/preference_edit.html:1.1.2.20 --- xoops2jp/html/modules/base/admin/templates/preference_edit.html:1.1.2.19 Sat Aug 19 20:06:35 2006 +++ xoops2jp/html/modules/base/admin/templates/preference_edit.html Sat Aug 19 20:55:28 2006 @@ -48,11 +48,11 @@ <{foreach item=config from=$objectArr}> <tr> <td class="head"> - <b><{$config->getTitle()|escape}></b> + <div class="base_list_title"><{$config->getTitle()|escape}> <{if $config->get('conf_desc') != null}> - <br /><br /> - <{$config->getDesc()|escape}> + <p class="base_list_description"><{$config->getDesc()|escape}></p> <{/if}> + </div> </td> <td class="<{cycle values="odd,even"}>"> <{if $config->get('conf_formtype') == 'textarea'}> Index: xoops2jp/html/modules/base/admin/templates/install_wizard_licence.html diff -u xoops2jp/html/modules/base/admin/templates/install_wizard_licence.html:1.1.2.9 xoops2jp/html/modules/base/admin/templates/install_wizard_licence.html:1.1.2.10 --- xoops2jp/html/modules/base/admin/templates/install_wizard_licence.html:1.1.2.9 Sat Aug 19 18:39:44 2006 +++ xoops2jp/html/modules/base/admin/templates/install_wizard_licence.html Sat Aug 19 20:55:28 2006 @@ -35,7 +35,7 @@ </td> <tr> <td class="foot"> - <input type="submit" value="<{$smarty.const._AD_BASE_LANG_INSTALL}>" class="formButton" /> + <input type="submit" value="<{$smarty.const._AD_BASE_LANG_INSTALL}>" class="formButton" /> </td> </tr> </table>