Changeset 19645 for branches/camp


Ignore:
Timestamp:
2010/11/07 09:43:51 (13 years ago)
Author:
kishik
Message:

商品登録前プレビュー

Location:
branches/camp/camp-2_5-C/data
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/camp/camp-2_5-C/data/Smarty/templates/default/detail.tpl

    r19643 r19645  
    184184                <!--{/if}--> 
    185185            > 
    186                 テスト<img src="<!--{$arrFile[$key].filepath|escape}-->" width="<!--{$arrFile[$key].width}-->" height="<!--{$arrFile[$key].height}-->" alt="<!--{$arrProduct.name|escape}-->" class="picture" /><br /> 
     186                <img src="<!--{$arrFile[$key].filepath|escape}-->" width="<!--{$arrFile[$key].width}-->" height="<!--{$arrFile[$key].height}-->" alt="<!--{$arrProduct.name|escape}-->" class="picture" /><br /> 
    187187                <!--★拡大する★--> 
    188188                <!--{if $arrProduct.main_large_image|strlen >= 1}--> 
  • branches/camp/camp-2_5-C/data/class/pages/admin/products/LC_Page_Admin_Products_Preview.php

    r19644 r19645  
    8787         
    8888        // マッピング 
    89         $this->arrFile["main_image"]["filepath"] = IMAGE_SAVE_DIR . $this->arrProduct["save_main_image"]; 
     89        $this->arrFile["main_image"]["filepath"] = IMAGE_SAVE_URL . $this->arrProduct["save_main_image"]; 
    9090 
    9191        $objView = new SC_SiteView(strlen($_POST['mode']) == 0); 
Note: See TracChangeset for help on using the changeset viewer.