Minahito
minah****@users*****
2006年 1月 16日 (月) 10:35:45 JST
Index: xoops2jp/html/modules/legacyRender/admin/templates/tplset_list.html diff -u xoops2jp/html/modules/legacyRender/admin/templates/tplset_list.html:1.1.2.7 xoops2jp/html/modules/legacyRender/admin/templates/tplset_list.html:1.1.2.8 --- xoops2jp/html/modules/legacyRender/admin/templates/tplset_list.html:1.1.2.7 Sun Jan 15 21:13:22 2006 +++ xoops2jp/html/modules/legacyRender/admin/templates/tplset_list.html Mon Jan 16 10:35:45 2006 @@ -2,7 +2,7 @@ <h4><{$smarty.const._AD_LEGACYRENDER_LANG_TEMPLATE_SET_LIST}></h4> <div style="text-align:right;"> -<form action="index.php" method="GET">*テンプレート検索* : +<form action="index.php" method="GET"><{$smarty.const._AD_LEGACYRENDER_LANG_SEARCH_TEMPLATE}> : <input type="hidden" name="action" value="TplfileList" /> <input type="text" name="tpl_file" /> <input class="formButton" type="submit" value="<{$smarty.const._SEARCH}>" /> @@ -121,7 +121,7 @@ <td><{$obj->getVar('tpl_type')}></td> <td> <{if $obj->getVar('tpl_tplset') == "default"}> - <a href="index.php?action=TplfileView&tpl_id=<{$obj->get('tpl_id')}>" title="*view*"><img src="<{"icons/view.gif"|theme}>" alt="*view*" /></a> + <a href="index.php?action=TplfileView&tpl_id=<{$obj->get('tpl_id')}>" title="<{$smarty.const._AD_LEGACYRENDER_LANG_VIEW}>"><img src="<{"icons/view.gif"|theme}>" alt="<{$smarty.const._AD_LEGACYRENDER_LANG_VIEW}>" /></a> <{else}> <a href="index.php?action=TplfileEdit&tpl_id=<{$obj->get('tpl_id')}>" title="<{$smarty.const._EDIT}>"><img src="<{"icons/edit.gif"|theme}>" alt="<{$smarty.const._EDIT}>" /></a> <{/if}> Index: xoops2jp/html/modules/legacyRender/admin/templates/tplfile_list.html diff -u xoops2jp/html/modules/legacyRender/admin/templates/tplfile_list.html:1.1.2.4 xoops2jp/html/modules/legacyRender/admin/templates/tplfile_list.html:1.1.2.5 --- xoops2jp/html/modules/legacyRender/admin/templates/tplfile_list.html:1.1.2.4 Sun Jan 15 21:13:22 2006 +++ xoops2jp/html/modules/legacyRender/admin/templates/tplfile_list.html Mon Jan 16 10:35:45 2006 @@ -9,7 +9,7 @@ <{/if}> </h4> <div style="text-align:right;"> -<form action="index.php" method="GET">*テンプレート検索* : +<form action="index.php" method="GET"><{$smarty.const._AD_LEGACYRENDER_LANG_SEARCH_TEMPLATE}> : <{$pageNavi->renderHidden('tpl_file')}> <input type="hidden" name="action" value="TplfileList" /> <input type="text" name="tpl_file" /> @@ -90,7 +90,7 @@ <td><{$obj->getVar('tpl_type')}></td> <td> <{if $obj->getVar('tpl_tplset') == "default"}> - <a href="index.php?action=TplfileView&tpl_id=<{$obj->get('tpl_id')}>" title="*view*"><img src="<{"icons/view.gif"|theme}>" alt="*view*" /></a> + <a href="index.php?action=TplfileView&tpl_id=<{$obj->get('tpl_id')}>" title="<{$smarty.const._AD_LEGACYRENDER_LANG_VIEW}>"><img src="<{"icons/view.gif"|theme}>" alt="<{$smarty.const._AD_LEGACYRENDER_LANG_VIEW}>" /></a> <{else}> <a href="index.php?action=TplfileEdit&tpl_id=<{$obj->get('tpl_id')}>" title="<{$smarty.const._EDIT}>"><img src="<{"icons/edit.gif"|theme}>" alt="<{$smarty.const._EDIT}>" /></a> <{/if}> Index: xoops2jp/html/modules/legacyRender/admin/templates/tplfile_view.html diff -u xoops2jp/html/modules/legacyRender/admin/templates/tplfile_view.html:1.1.2.1 xoops2jp/html/modules/legacyRender/admin/templates/tplfile_view.html:1.1.2.2 --- xoops2jp/html/modules/legacyRender/admin/templates/tplfile_view.html:1.1.2.1 Sun Jan 15 21:13:53 2006 +++ xoops2jp/html/modules/legacyRender/admin/templates/tplfile_view.html Mon Jan 16 10:35:45 2006 @@ -58,9 +58,9 @@ <th><{$smarty.const._AD_LEGACYRENDER_LANG_TPL_SOURCE}></th> <td class="<{cycle values="odd,even"}>"> <div> - <a href="javascript:void(0);" onclick="return expandEditor( 'tpl_source', 'contract', '400' );">*小さく*</a> + <a href="javascript:void(0);" onclick="return expandEditor( 'tpl_source', 'contract', '400' );"><{$smarty.const._AD_LEGACYRENDER_LANG_MORE_SMALL}></a> << == >> - <a href="javascript:void(0);" onclick="return expandEditor( 'tpl_source', 'expand', '600' );">*大きく*</a> + <a href="javascript:void(0);" onclick="return expandEditor( 'tpl_source', 'expand', '600' );"><{$smarty.const._AD_LEGACYRENDER_LANG_MORE_LARGE}></a> </div> <textarea name=tpl_source id=tpl_source style="width:600px;height:400px;"><{$object->Source->get('tpl_source')|escape}></textarea> </td>