Changeset 20682


Ignore:
Timestamp:
2011/03/17 16:12:25 (13 years ago)
Author:
kotani
Message:

#1169 ([管理画面]メルマガ管理(配信内容設定):HTMLテンプレートを配信前確認画面からプレビューすると真っ白)

File:
1 edited

Legend:

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

    r20512 r20682  
    5656        <!--{if $arrForm.mail_method.value ne 2}--> 
    5757            <tr> 
    58                 <td colspan="2"><a href="javascript:;" onClick="winSubmitMail('','form2','preview',650,700); return false;">HTMLで確認</a></td> 
     58                <td colspan="2"><a href="javascript:;" onClick="winSubmitMail('','form2','preview',650,700); return false;">HTMLで確認</a> 
    5959            </tr> 
    6060        <!--{/if}--> 
     
    7373</div> 
    7474</form> 
     75<form name="form2" id="form2" method="post" action="./preview.php" target="_blank"> 
     76    <input type="hidden" name="mode" value="presend" /> 
     77    <input type="hidden" name="body" value="<!--{$arrForm.body.value|h}-->" /> 
     78</form> 
Note: See TracChangeset for help on using the changeset viewer.