Minahito
minah****@users*****
2006年 3月 29日 (水) 00:14:20 JST
Index: xoops2jp/html/modules/base/admin/templates/comment_list.html diff -u xoops2jp/html/modules/base/admin/templates/comment_list.html:1.1.2.5 xoops2jp/html/modules/base/admin/templates/comment_list.html:1.1.2.6 --- xoops2jp/html/modules/base/admin/templates/comment_list.html:1.1.2.5 Wed Mar 8 23:41:36 2006 +++ xoops2jp/html/modules/base/admin/templates/comment_list.html Wed Mar 29 00:14:20 2006 @@ -5,6 +5,22 @@ <h3><{$smarty.const._MI_BASE_MENU_COMMENT_MANAGE}></h3> +<form action="./index.php" method="GET"> + <input type="hidden" name="action" value="CommentList" /> + <select name="com_modid"> + <option value="0"><{$smarty.const._MD_A_BASE_LANG_ALL_MODULE}></option> + <{foreach item=module from=$moduleArr}> + <{if $pageNavi->mExtra.com_modid == $module->get('mid')}> + <option value="<{$module->getVar('mid')}>" selected><{$module->getVar('name')}></option> + <{else}> + <{$pageNavi->mExtra.com_modid}> + <option value="<{$module->getVar('mid')}>"><{$module->getVar('name')}></option> + <{/if}> + <{/foreach}> + </select> + <input type="submit" /> +</form> + <table class="outer"> <tr> <th><{$smarty.const._AD_BASE_LANG_COM_ID}><br /> @@ -36,7 +52,7 @@ <{foreach item=obj from=$objects}> <tr class="<{cycle values='odd,even'}>" style="text-align:center"> <td><{$obj->getVar('com_id')}></td> - <td><{$obj->getVar('name')}></td> + <td><{$obj->mModule->getVar('name')}></td> <td><{$obj->getVar('com_title')}></td> <td><{$obj->getVar('com_created')|xoops_formattimestamp:l}></td> <td><{$obj->getVar('com_modified')|xoops_formattimestamp:l}></td>