Tom Hayakawa
tom_g3x****@users*****
2007年 3月 1日 (木) 18:30:30 JST
Index: xoops2jp/html/modules/user/admin/templates/mailjob_list.html diff -u xoops2jp/html/modules/user/admin/templates/mailjob_list.html:1.1.2.12.2.3.2.2 xoops2jp/html/modules/user/admin/templates/mailjob_list.html:1.1.2.12.2.3.2.3 --- xoops2jp/html/modules/user/admin/templates/mailjob_list.html:1.1.2.12.2.3.2.2 Wed Feb 28 19:33:46 2007 +++ xoops2jp/html/modules/user/admin/templates/mailjob_list.html Thu Mar 1 18:30:30 2007 @@ -63,10 +63,11 @@ </td> <td class="user_list_control"> <{if $obj->getUserCount() > 0}> - <a href="./index.php?action=Mailjob_linkList&mailjob_id=<{$obj->getShow('mailjob_id')}>"><img src="<{"icons/view.gif"|theme}>" alt="<{$smarty.const._VIEW}>" title="<{$smarty.const._VIEW}>" /></a> + <a href="./index.php?action=Mailjob_linkList&mailjob_id=<{$obj->getShow('mailjob_id')}>"><img src="<{"icons/members.gif"|theme}>" alt="<{$smarty.const._VIEW}>" title="<{$smarty.const._VIEW}>" /></a> <a href="./index.php?action=MailjobSend&mailjob_id=<{$obj->getShow('mailjob_id')}>"><img src="<{"icons/send.gif"|theme}>" alt="<{$smarty.const._SEND}>" title="<{$smarty.const._SEND}>" /></a> <a href="./index.php?action=MailjobEdit&mailjob_id=<{$obj->getShow('mailjob_id')}>"><img src="<{"icons/edit.gif"|theme}>" alt="<{$smarty.const._EDIT}>" title="<{$smarty.const._EDIT}>" /></a> <{/if}> + <a href="./index.php?action=MailjobView&mailjob_id=<{$obj->getShow('mailjob_id')}>"><img src="<{"icons/view.gif"|theme}>" alt="<{$smarty.const._VIEW}>" title="<{$smarty.const._VIEW}>" /></a> <a href="./index.php?action=MailjobDelete&mailjob_id=<{$obj->getShow('mailjob_id')}>"><img src="<{"icons/delete.gif"|theme}>" alt="<{$smarty.const._DELETE}>" title="<{$smarty.const._DELETE}>" /></a> </td> </tr>