Changeset 12578 for branches


Ignore:
Timestamp:
2007/05/11 19:40:28 (19 years ago)
Author:
matsumoto
Message:
 
Location:
branches/dev/data
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/dev/data/Smarty/templates/admin/mail/index.tpl

    r12576 r12578  
    148148 
    149149                            <tr class="fs12n"> 
    150                                 <td bgcolor="#f2f1ec" width="110">ÅÐÏ¿¼ïÊÌ</td> 
    151                                 <td bgcolor="#ffffff" colspan="3"> 
    152                                     <!--{html_radios name="regist_type" options=$arrRegistType separator="&nbsp;" selected=$list_data.regist_type}--> 
     150                                <td bgcolor="#f2f1ec" width="110">ÇÛ¿®¥á¡¼¥ë¥¢¥É¥ì¥¹¼ïÊÌ</td> 
     151                                <td bgcolor="#ffffff" colspan="3"> 
     152                                    <!--{html_radios name="mail_type" options=$arrMailType separator="&nbsp;" selected=$list_data.mail_type}--> 
    153153                                </td> 
    154154                            </tr> 
  • branches/dev/data/class/SC_CustomerList.php

    r12576 r12578  
    195195        //¡¡ÇÛ¿®¥á¡¼¥ë¥¢¥É¥ì¥¹¼ïÊÌ 
    196196        if ( $mode == 'magazine' ){ 
    197             if ( strlen($this->arrSql['regist_type']) > 0 && $this->arrSql['regist_type'] == 2) { 
     197            if ( strlen($this->arrSql['mail_type']) > 0 && $this->arrSql['mail_type'] == 2) { 
    198198                $this->setWhere( " dtb_customer.email_mobile <> ''  "); 
    199199            } 
  • branches/dev/data/conf/conf.php

    r12576 r12578  
    579579// ¥á¡¼¥ë¥Æ¥ó¥×¥ì¡¼¥È¤Î¼ïÎà 
    580580$arrMAILTEMPLATE = array( 
    581      1 => "£Ð£Ã¡§Ãíʸ¼õÉե᡼¥ë" 
    582     ,2 => "£Ð£Ã¡§Ãíʸ¥­¥ã¥ó¥»¥ë¼õÉե᡼¥ë" 
    583     ,3 => "£Ð£Ã¡§¼è¤ê´ó¤»³Îǧ¥á¡¼¥ë" 
     581     1 => "PC¡§Ãíʸ¼õÉե᡼¥ë" 
     582    ,2 => "PC¡§Ãíʸ¥­¥ã¥ó¥»¥ë¼õÉե᡼¥ë" 
     583    ,3 => "PC¡§¼è¤ê´ó¤»³Îǧ¥á¡¼¥ë" 
    584584    ,4 => "·ÈÂÓ¡§Ãíʸ¼õÉե᡼¥ë" 
    585585    ,5 => "·ÈÂÓ¡§Ãíʸ¥­¥ã¥ó¥»¥ë¼õÉե᡼¥ë" 
     
    688688define ("MAIL_TYPE_MOBILE",2); 
    689689$arrMailType = array( 
    690                     MAIL_TYPE_PC => "¥Ñ¥½¥³¥ó¤«¤éÅÐÏ¿", 
    691                     MAIL_TYPE_MOBILE => "·ÈÂÓ¤«¤éÅÐÏ¿" 
     690                    MAIL_TYPE_PC => "¥Ñ¥½¥³¥óÍѥ᡼¥ë¥¢¥É¥ì¥¹", 
     691                    MAIL_TYPE_MOBILE => "·ÈÂÓÍѥ᡼¥ë¥¢¥É¥ì¥¹" 
    692692                );   
    693  
    694 /*¡¡ÅÐÏ¿¼ïÊÌ¡¡*/ 
    695 define ("REGIST_TYPE_PC",1); 
    696 define ("REGIST_TYPE_MOBILE",2); 
    697 $arrRegistType = array( 
    698                     REGIST_TYPE_PC => "¥Ñ¥½¥³¥ó¤«¤éÅÐÏ¿", 
    699                     REGIST_TYPE_MOBILE => "·ÈÂÓ¤«¤éÅÐÏ¿" 
    700                 ); 
    701693 
    702694/*  ·ÈÂӥɥᥤ¥ó»ØÄê¡¡*/ 
Note: See TracChangeset for help on using the changeset viewer.