Changeset 10944


Ignore:
Timestamp:
2006/12/18 21:21:23 (20 years ago)
Author:
uehara
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • temp/branches/ec-cube-beta/html/admin/contents/campaign_create_tag.php

    r10943 r10944  
    1313        $this->tpl_mainpage = 'contents/campaign_create_tag.tpl'; 
    1414        $this->tpl_mainno = 'create'; 
    15         $this->tpl_subtitle = '¾¦ÉÊ¥³¡¼¥É'; 
     15        $this->tpl_subtitle = '¾¦ÉÊÀßÄê'; 
    1616    } 
    1717} 
     
    6666                    $arrval[] = $val; 
    6767                } 
     68                break; 
    6869            default: 
    6970                break; 
     
    7576    // ÆÉ¤ß¹þ¤àÎó¤È¥Æ¡¼¥Ö¥ë¤Î»ØÄê 
    7677    $col = "product_id, name, category_id, main_list_image, status, product_code, price01, stock, stock_unlimited"; 
    77     $from = "vw_products_class AS allcls"; 
     78    $from = "vw_products_nonclass AS noncls "; 
    7879         
    7980    $objQuery = new SC_Query(); 
     
    100101     
    101102    // view¤â¹Ê¹þ¤ß¤ò¤«¤±¤ë(mysqlÍÑ) 
    102     sfViewWhere("&&allcls_where&&", $where, $arrval, $objQuery->order . " " .  $objQuery->setlimitoffset($page_max, $startno, true)); 
     103    sfViewWhere("&&noncls_where&&", $where, $arrval, $objQuery->order . " " .  $objQuery->setlimitoffset($page_max, $startno, true)); 
    103104     
    104105    // ¸¡º÷·ë²Ì¤Î¼èÆÀ 
     
    106107    break; 
    107108case 'view': 
    108     $create_tag = ""; 
     109    $create_tag = "<a href=\"#\"></a>"; 
    109110    $objPage->tpl_create_tag = $create_tag; 
    110111    break; 
Note: See TracChangeset for help on using the changeset viewer.