NobuNobu
nobun****@users*****
2007年 1月 7日 (日) 00:30:44 JST
Index: xoops2jp/html/modules/legacy/admin/templates/comment_list.html diff -u xoops2jp/html/modules/legacy/admin/templates/comment_list.html:1.1.2.5 xoops2jp/html/modules/legacy/admin/templates/comment_list.html:1.1.2.6 --- xoops2jp/html/modules/legacy/admin/templates/comment_list.html:1.1.2.5 Fri Nov 10 20:29:15 2006 +++ xoops2jp/html/modules/legacy/admin/templates/comment_list.html Sun Jan 7 00:30:43 2007 @@ -9,7 +9,7 @@ <form method="get" action="./index.php"> <input type="hidden" name="action" value="CommentList" /> <select name="com_modid"> - <option value="0"><{$smarty.const._AD_LEGACY_LANG_ALL_MODULE}></option> + <option value="0"><{$smarty.const._AD_LEGACY_LANG_ALL_MODULES}></option> <{foreach item=module from=$moduleArr}> <{if $pageNavi->mExtra.com_modid == $module->get('mid')}> <option value="<{$module->getShow('mid')}>" selected="selected"><{$module->getShow('name')}></option>