Changeset 14640


Ignore:
Timestamp:
2007/06/14 12:33:56 (19 years ago)
Author:
naka
Message:
 
Location:
branches/dev
Files:
2 edited

Legend:

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

    r14639 r14640  
    7070                                        <td bgcolor="#f2f1ec">¥á¡¼¥ë·Á¼°<span class="red"> *</span></td> 
    7171                                        <td bgcolor="#ffffff"> 
    72                                         <!--{if $list_data[data].send_type eq 0}-->¥Ñ¥½¥³¥ó<!--{else}-->·ÈÂÓ<!--{/if}--> 
     72                                        <!--{if $list_data.send_type eq 0}-->¥Ñ¥½¥³¥ó<!--{else}-->·ÈÂÓ<!--{/if}--> 
    7373                                        </td> 
    7474                                    </tr> 
  • branches/dev/html/admin/basis/preview.php

    r14035 r14640  
    3232        print($result[0]["header"]); 
    3333        if ( $result ){ 
    34                 if ( $result[0]["mail_method"] == 2 ){ 
    35                 // ¥Æ¥­¥¹¥È·Á¼°¤Î»þ¤Ï¥¿¥°Ê¸»ú¤ò¥¨¥¹¥±¡¼¥× 
    36                     $objPage->escape_flag = 1; 
    37                 } 
    38 //            $result[0] = nl2br($result[0]["header"]); 
     34            if ( $result[0]["mail_method"] == 2 ){ 
     35            // ¥Æ¥­¥¹¥È·Á¼°¤Î»þ¤Ï¥¿¥°Ê¸»ú¤ò¥¨¥¹¥±¡¼¥× 
     36                $objPage->escape_flag = 1; 
     37            } 
    3938            $objPage->list_data = $result[0];     
    4039        } 
    4140     
    4241    } 
    43      
     42 
    4443$objView->assignobj($objPage); 
    4544$objView->display($objPage->tpl_mainpage); 
Note: See TracChangeset for help on using the changeset viewer.