Changeset 14640
- Timestamp:
- 2007/06/14 12:33:56 (19 years ago)
- Location:
- branches/dev
- Files:
-
- 2 edited
-
data/Smarty/templates/admin/basis/preview.tpl (modified) (1 diff)
-
html/admin/basis/preview.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/dev/data/Smarty/templates/admin/basis/preview.tpl
r14639 r14640 70 70 <td bgcolor="#f2f1ec">¥á¡¼¥ë·Á¼°<span class="red"> *</span></td> 71 71 <td bgcolor="#ffffff"> 72 <!--{if $list_data [data].send_type eq 0}-->¥Ñ¥½¥³¥ó<!--{else}-->·ÈÂÓ<!--{/if}-->72 <!--{if $list_data.send_type eq 0}-->¥Ñ¥½¥³¥ó<!--{else}-->·ÈÂÓ<!--{/if}--> 73 73 </td> 74 74 </tr> -
branches/dev/html/admin/basis/preview.php
r14035 r14640 32 32 print($result[0]["header"]); 33 33 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 } 39 38 $objPage->list_data = $result[0]; 40 39 } 41 40 42 41 } 43 42 44 43 $objView->assignobj($objPage); 45 44 $objView->display($objPage->tpl_mainpage);
Note: See TracChangeset
for help on using the changeset viewer.
