Changeset 13659


Ignore:
Timestamp:
2007/05/29 17:00:58 (17 years ago)
Author:
nakanishi
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/data/Smarty/templates/admin/basis/template_input.tpl

    r13657 r13659  
    7979                                    <tr class="fs12n"> 
    8080                                        <td bgcolor="#f2f1ec">¥á¡¼¥ë·Á¼°<span class="red"> *</span></td> 
    81                                         <td bgcolor="#ffffff"><span <!--{if $list_data[data].send_type eq 0}-->¥Ñ¥½¥³¥ó<!--{else}-->·ÈÂÓ<!--{/if}-->><!--{html_radios name="mail_method" options=$arrMagazineType separator="&nbsp;" selected=$arrForm.mail_method}--></span> 
     81                                        <td bgcolor="#ffffff"><span <!--{if $arrErr.mail_method}--><!--{sfSetErrorStyle}--><!--{/if}-->><!--{html_radios name="mail_method" options=$arrMagazineType separator="&nbsp;" selected=$arrForm.mail_method}--></span> 
    8282                                        <!--{if $arrErr.mail_method}--><br><span class="red12"><!--{$arrErr.mail_method}--></span><!--{/if}--> 
    8383                                        </td> 
     
    8686                                        <td bgcolor="#f2f1ec" class="fs12n">Subject<span class="red"> *</span></td> 
    8787                                        <td bgcolor="#ffffff"> 
    88                                         <input type="text" name="subject" size="65" class="box65" <!--{if $arrErr.subject}--><!--{sfSetErrorStyle}--><!--{/if}--> value="<!--{$arrForm.subject|escape}-->" /> 
     88                                        <input type="text" name="subject" size="65" class="box65" <!--{if $arrErr.subject}--><!--{sfSetErrorStyle}--><!--{/if}--> value="<!--{$arrForm.template_name|escape}-->" /> 
    8989                                        <!--{if $arrErr.subject}--><br><span class="red12"><!--{$arrErr.subject}--></span><!--{/if}--> 
    9090                                        </td> 
Note: See TracChangeset for help on using the changeset viewer.