Ignore:
Timestamp:
2011/03/05 12:14:56 (13 years ago)
Author:
Seasoft
Message:

#627(ソース整形・ソースコメントの改善)

File:
1 edited

Legend:

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

    r20116 r20513  
    2525 
    2626<table class="form"> 
    27   <tr> 
    28     <th>件名</th> 
    29     <td><!--{$tpl_subject|h}--></td> 
    30   </tr> 
    31   <tr> 
    32     <th>本文</th> 
    33     <td><!--{$tpl_body|h|nl2br}--></td> 
    34   </tr> 
     27    <tr> 
     28        <th>件名</th> 
     29        <td><!--{$tpl_subject|h}--></td> 
     30    </tr> 
     31    <tr> 
     32        <th>本文</th> 
     33        <td><!--{$tpl_body|h|nl2br}--></td> 
     34    </tr> 
    3535</table> 
    3636 
Note: See TracChangeset for help on using the changeset viewer.