Ignore:
Timestamp:
2011/01/05 17:47:56 (13 years ago)
Author:
ghana
Message:

郵便番号DB登録時のプログレスバー関連の画像のディレクトリ内の場所
が変更になっていたため表示されていないのを修正

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/class/pages/admin/basis/LC_Page_Admin_Basis_ZipInstall.php

    r19805 r19827  
    170170        SC_Utils_Ex::sfIsSuccess($objSess); 
    171171 
    172         $img_path = USER_URL . USER_PACKAGE_DIR . DEFAULT_TEMPLATE_NAME . "/img/"; 
     172        $img_path = USER_URL . USER_PACKAGE_DIR . "/" . ADMIN_DIR . "img/basis/"; 
    173173 
    174174        ?> 
     
    184184        SC_Utils_Ex::sfFlush(true); 
    185185 
    186         echo "<img src='" . $img_path . ADMIN_DIR . "basis/zip_install_progress.gif'><br />"; 
    187         echo "<img src='" . $img_path . "install/space_w.gif'>"; 
     186        echo "<img src='" . $img_path . "zip_install_progress.gif'><br />"; 
     187        echo "<img src='" . $img_path . "space_w.gif'>"; 
    188188        SC_Utils_Ex::sfFlush(); 
    189189 
     
    232232            // $disp_line件ごとに進捗表示する 
    233233            if($cntCurrentLine % $disp_line == 0 && $img_cnt < IMAGE_MAX) { 
    234                 print("<img src='". $img_path ."install/graph_1_w.gif'>"); 
     234                print("<img src='". $img_path ."graph_1_w.gif'>"); 
    235235                SC_Utils_Ex::sfFlush(); 
    236236                $img_cnt++; 
     
    245245        fclose($fp); 
    246246 
    247         echo "<img src='". $img_path ."install/space_w.gif'>"; 
     247        echo "<img src='". $img_path ."space_w.gif'>"; 
    248248        echo "</div>\n"; 
    249249         
Note: See TracChangeset for help on using the changeset viewer.