Tom Hayakawa
tom_g3x****@users*****
2006年 8月 10日 (木) 20:06:25 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.2 xoops2jp/html/modules/base/admin/templates/theme_list.html:1.1.2.3 --- xoops2jp/html/modules/base/admin/templates/theme_list.html:1.1.2.2 Thu Aug 3 18:34:03 2006 +++ xoops2jp/html/modules/base/admin/templates/theme_list.html Thu Aug 10 20:06:25 2006 @@ -33,9 +33,9 @@ <{/if}> <td> <{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" /><br/> + <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')}>" /><br/> <{/if}> - <!--- Sorry, please modify the following line ---> + <!-- Sorry, please modify the following line --> <b><{$theme->getShow('name')}></b> </td> <td style="text-align:left;"> @@ -51,7 +51,7 @@ </ul> </td> <td> - <input type="checkbox" name="select[<{$theme->getShow('dirname')}>]" value="1" <{if $actionForm->get('select', $theme->get('dirname'))}>checked<{/if}>/> + <input type="checkbox" name="select[<{$theme->getShow('dirname')}>]" value="1" <{if $actionForm->get('select', $theme->get('dirname'))}>checked="checked"<{/if}> /> </td> <td> <{if $currentThemeName != $theme->get('dirname')}> Index: xoops2jp/html/modules/base/admin/templates/module_list.html diff -u xoops2jp/html/modules/base/admin/templates/module_list.html:1.1.2.12 xoops2jp/html/modules/base/admin/templates/module_list.html:1.1.2.13 --- xoops2jp/html/modules/base/admin/templates/module_list.html:1.1.2.12 Tue Aug 8 17:27:17 2006 +++ xoops2jp/html/modules/base/admin/templates/module_list.html Thu Aug 10 20:06:25 2006 @@ -57,7 +57,7 @@ <input type="hidden" name="weight[<{$module->getShow('mid')}>]" value="<{$module->getShow('weight','e')}>" /> <{/if}> </td> - <td><input type="checkbox" name="isactive[<{$module->getShow('mid')}>]" value="1" <{if $module->get('isactive')}>checked<{/if}> /></td> + <td><input type="checkbox" name="isactive[<{$module->getShow('mid')}>]" value="1" <{if $module->get('isactive')}>checked="checked"<{/if}> /></td> <td> <a href="index.php?action=ModuleUpdate&dirname=<{$module->getShow('dirname')}>"><img src="<{"icons/update.gif"|theme}>" alt="<{$smarty.const._MD_A_BASE_LANG_UPDATE}>" title="<{$smarty.const._MD_A_BASE_LANG_UPDATE}>" /></a> <{if $module->get('isactive') == 0 }> Index: xoops2jp/html/modules/base/admin/templates/blockinstall_list.html diff -u xoops2jp/html/modules/base/admin/templates/blockinstall_list.html:1.1.2.11 xoops2jp/html/modules/base/admin/templates/blockinstall_list.html:1.1.2.12 --- xoops2jp/html/modules/base/admin/templates/blockinstall_list.html:1.1.2.11 Tue Aug 1 19:44:24 2006 +++ xoops2jp/html/modules/base/admin/templates/blockinstall_list.html Thu Aug 10 20:06:25 2006 @@ -59,7 +59,7 @@ <a href="./index.php?action=CustomBlockEdit&bid=<{$obj->getShow('bid')}>"><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=CustomBlockDelete&bid=<{$obj->getShow('bid')}>"><img src="<{"icons/delete.gif"|theme}>" alt="<{$smarty.const._DELETE}>" title="<{$smarty.const._DELETE}>" /></a> <{else}> - <a href="./index.php?action=BlockInstallEdit&bid=<{$obj->getShow('bid')}>"><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=BlockInstallEdit&bid=<{$obj->getShow('bid')}>"><img src="<{"icons/install.gif"|theme}>" alt="<{$smarty.const._MD_A_BASE_LANG_INSTALL}>"title="<{$smarty.const._MD_A_BASE_LANG_INSTALL}>" /></a> <{/if}> </td> </tr> Index: xoops2jp/html/modules/base/admin/templates/smiles_list.html diff -u xoops2jp/html/modules/base/admin/templates/smiles_list.html:1.1.2.6 xoops2jp/html/modules/base/admin/templates/smiles_list.html:1.1.2.7 --- xoops2jp/html/modules/base/admin/templates/smiles_list.html:1.1.2.6 Tue Aug 1 19:45:21 2006 +++ xoops2jp/html/modules/base/admin/templates/smiles_list.html Thu Aug 10 20:06:25 2006 @@ -36,7 +36,7 @@ <{/if}> <td><{$obj->getShow('id')}></td> <td><{$obj->getShow('code')}></td> - <td><img src="<{$smarty.const.XOOPS_UPLOAD_URL}>/<{$obj->getShow('smile_url')}>" /></td> + <td><img src="<{$smarty.const.XOOPS_UPLOAD_URL}>/<{$obj->getShow('smile_url')}>" alt="<{$obj->getShow('emotion')}>" title="<{$obj->getShow('emotion')}>" /></td> <td><{$obj->getShow('emotion')}></td> <td> <{if $obj->get('display') == 1 }> @@ -50,7 +50,6 @@ <a href="./index.php?action=SmilesDelete&id=<{$obj->getShow('id')}>"><img src="<{"icons/delete.gif"|theme}>" alt="<{$smarty.const._DELETE}>" title="<{$smarty.const._DELETE}>" /></a> </td> </tr> - </tr> <{/foreach}> </table> Index: xoops2jp/html/modules/base/admin/templates/smiles_delete.html diff -u xoops2jp/html/modules/base/admin/templates/smiles_delete.html:1.1.2.7 xoops2jp/html/modules/base/admin/templates/smiles_delete.html:1.1.2.8 --- xoops2jp/html/modules/base/admin/templates/smiles_delete.html:1.1.2.7 Thu Aug 10 19:52:01 2006 +++ xoops2jp/html/modules/base/admin/templates/smiles_delete.html Thu Aug 10 20:06:25 2006 @@ -15,6 +15,7 @@ <tr> <th colspan="2"><{$smarty.const._AD_BASE_LANG_SMILES_DELETE}></th> </tr> + <tr> <td class="head"><{$smarty.const._AD_BASE_LANG_ID}></td> <td class="<{cycle values="odd,even"}>"><{$object->getShow('id')}></td> </tr> @@ -25,7 +26,7 @@ <tr> <td class="head"><{$smarty.const._AD_BASE_LANG_SMILE_URL}></td> <td class="<{cycle values="odd,even"}>"> - <img src="<{$smarty.const.XOOPS_UPLOAD_URL}>/<{$object->getShow('smile_url')}>" /> + <img src="<{$smarty.const.XOOPS_UPLOAD_URL}>/<{$object->getShow('smile_url')}>" alt="<{$object->getShow('emotion')}>" title="<{$object->getShow('emotion')}>" /> ( <{$object->getShow('smile_url')}> ) </td> </tr>