Ignore:
Timestamp:
2011/02/23 21:52:41 (15 years ago)
Author:
fukuda
Message:

#963 [管理画面]メルマガ管理リファクタリング

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/Smarty/templates/admin/mail/history.tpl

    r20269 r20357  
    5959            <td> 
    6060                <!--{if $arrDataList[cnt].count_error >= 1 || $arrDataList[cnt].count_unsent >= 1}--> 
    61                     <a href="sendmail.php?mode=now&amp;send_id=<!--{$arrDataList[cnt].send_id|h}-->&amp;retry=yes" onclick="return window.confirm('未配信と配信失敗となった宛先に再送信を試みますか?');">実行</a> 
     61                    <a href="index.php?mode=retry&amp;send_id=<!--{$arrDataList[cnt].send_id|h}-->" onclick="return window.confirm('未配信と配信失敗となった宛先に再送信を試みますか?');">実行</a> 
    6262                <!--{/if}--> 
    6363            </td> 
Note: See TracChangeset for help on using the changeset viewer.