Minahito
minah****@users*****
2006年 10月 14日 (土) 23:17:57 JST
Index: xoops2jp/html/modules/user/admin/templates/mailjob_send.html diff -u xoops2jp/html/modules/user/admin/templates/mailjob_send.html:1.1.2.7 xoops2jp/html/modules/user/admin/templates/mailjob_send.html:1.1.2.7.2.1 --- xoops2jp/html/modules/user/admin/templates/mailjob_send.html:1.1.2.7 Mon Sep 25 02:57:30 2006 +++ xoops2jp/html/modules/user/admin/templates/mailjob_send.html Sat Oct 14 23:17:57 2006 @@ -30,6 +30,10 @@ <td class="<{cycle values="odd,even"}>"><{$object->getShow('body')}></td> </tr> <tr> + <td class="head">Target retry number</td> + <td class="<{cycle values="odd,even"}>"><{$object->getCurrentRetry()|escape}></td> + </tr> + <tr> <td class="head"><{$smarty.const._AD_USER_LANG_FROM_NAME}></td> <td class="<{cycle values="odd,even"}>"><{$object->getShow('from_name')}></td> </tr> @@ -45,8 +49,6 @@ <td class="head"><{$smarty.const._AD_USER_LANG_IS_MAIL}></td> <td class="<{cycle values="odd,even"}>"><{if $object->getShow('is_mail') == 1}><{$smarty.const._YES}><{else}><{$smarty.const._NO}><{/if}></td> </tr> - - <tr> <td class="head"><{$smarty.const._AD_USER_LANG_CREATE_UNIXTIME}></td> <td class="<{cycle values="odd,even"}>"><{$object->get('create_unixtime')|xoops_formattimestamp:l}></td>