Ignore:
Timestamp:
2012/04/09 04:32:30 (14 years ago)
Author:
Seasoft
Message:

#1431 (用語の揺れ)

  • 所在地

#1613 (typo修正・ソース整形・ソースコメントの改善)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/class/SC_Fpdf.php

    r21684 r21719  
    104104        $arrInfo = $objDb->sfGetBasisData(); 
    105105 
    106         $this->lfText(125, 60, $arrInfo['shop_name'], 8, 'B');          //ショップ名 
    107         $this->lfText(125, 63, $arrInfo['law_url'], 8);          //URL 
    108         $this->lfText(125, 68, $arrInfo['law_company'], 8);        //会社名 
    109         $text = '〒 '.$arrInfo['law_zip01'].' - '.$arrInfo['law_zip02']; 
    110         $this->lfText(125, 71, $text, 8);  //郵便番号 
    111         $text = $this->arrPref[$arrInfo['law_pref']].$arrInfo['law_addr01']; 
    112         $this->lfText(125, 74, $text, 8);  //都道府県+住所1 
    113         $this->lfText(125, 77, $arrInfo['law_addr02'], 8);          //住所2 
     106        // ショップ名 
     107        $this->lfText(125, 60, $arrInfo['shop_name'], 8, 'B'); 
     108        // URL 
     109        $this->lfText(125, 63, $arrInfo['law_url'], 8); 
     110        // 会社名 
     111        $this->lfText(125, 68, $arrInfo['law_company'], 8); 
     112        // 郵便番号 
     113        $text = '〒 ' . $arrInfo['law_zip01'] . ' - ' . $arrInfo['law_zip02']; 
     114        $this->lfText(125, 71, $text, 8); 
     115        // 都道府県+所在地 
     116        $text = $this->arrPref[$arrInfo['law_pref']] . $arrInfo['law_addr01']; 
     117        $this->lfText(125, 74, $text, 8); 
     118        $this->lfText(125, 77, $arrInfo['law_addr02'], 8); 
    114119 
    115120        $text = 'TEL: '.$arrInfo['law_tel01'].'-'.$arrInfo['law_tel02'].'-'.$arrInfo['law_tel03']; 
Note: See TracChangeset for help on using the changeset viewer.