Changeset 22414


Ignore:
Timestamp:
2013/01/27 14:12:42 (11 years ago)
Author:
h_yoshimoto
Message:

#1955 r22413 のバグ修正をマージ

Location:
branches/version-2_12-multilang/data/Smarty/templates
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-multilang/data/Smarty/templates/sphone/products/detail.tpl

    r21867 r22414  
    377377            <!--{/if}--> 
    378378        </div> 
    379     </div> 
    380379    <!--お客様の声ここまで--> 
    381380 
  • branches/version-2_12-multilang/data/Smarty/templates/sphone_en-US/products/detail.tpl

    r22365 r22414  
    353353    <div class="title_box_sub clearfix"> 
    354354        <h2>Customer's opinion regarding this product</h2> 
    355             <span class="b_expand"><img src="<!--{$TPL_URLPATH}-->img/button/btn_minus.png" onclick="fnReviewToggle($('#review_bloc_area'), this);" alt=""></span> 
    356         </div> 
    357  
    358         <div id="review_bloc_area"> 
    359             <div class="review_bloc clearfix"> 
     355        <span class="b_expand"><img src="<!--{$TPL_URLPATH}-->img/button/btn_minus.png" onclick="fnReviewToggle($('#review_bloc_area'), this);" alt=""></span> 
     356    </div> 
     357 
     358    <div id="review_bloc_area"> 
     359        <div class="review_bloc clearfix"> 
    360360            <p>Please share your thoughts regarding this product.</p> 
    361361            <div class="review_btn"> 
     
    365365                <!--{/if}--> 
    366366            </div> 
    367             </div> 
    368  
    369             <!--{if count($arrReview) > 0}--> 
    370             <ul> 
    371                 <!--{section name=cnt loop=$arrReview}--> 
    372                     <li> 
    373                         <p class="voicetitle"><!--{$arrReview[cnt].title|h}--></p> 
    374                         <p class="voicedate"><!--{$arrReview[cnt].create_date|sfDispDBDate:false}--> Posted by:<!--{if $arrReview[cnt].reviewer_url}--><a href="<!--{$arrReview[cnt].reviewer_url}-->" target="_blank"><!--{$arrReview[cnt].reviewer_name|h}--></a><!--{else}--><!--{$arrReview[cnt].reviewer_name|h}--><!--{/if}--><br />Recommendation level:<span class="recommend_level"><!--{assign var=level value=$arrReview[cnt].recommend_level}--><!--{$arrRECOMMEND[$level]|h}--></span></p> 
    375                         <p class="voicecomment"><!--{$arrReview[cnt].comment|h|nl2br}--></p> 
    376                     </li> 
    377                 <!--{/section}--> 
    378             </ul> 
    379             <!--{/if}--> 
    380367        </div> 
     368 
     369        <!--{if count($arrReview) > 0}--> 
     370        <ul> 
     371            <!--{section name=cnt loop=$arrReview}--> 
     372                <li> 
     373                    <p class="voicetitle"><!--{$arrReview[cnt].title|h}--></p> 
     374                    <p class="voicedate"><!--{$arrReview[cnt].create_date|sfDispDBDate:false}--> Posted by:<!--{if $arrReview[cnt].reviewer_url}--><a href="<!--{$arrReview[cnt].reviewer_url}-->" target="_blank"><!--{$arrReview[cnt].reviewer_name|h}--></a><!--{else}--><!--{$arrReview[cnt].reviewer_name|h}--><!--{/if}--><br />Recommendation level:<span class="recommend_level"><!--{assign var=level value=$arrReview[cnt].recommend_level}--><!--{$arrRECOMMEND[$level]|h}--></span></p> 
     375                    <p class="voicecomment"><!--{$arrReview[cnt].comment|h|nl2br}--></p> 
     376                </li> 
     377            <!--{/section}--> 
     378        </ul> 
     379        <!--{/if}--> 
    381380    </div> 
    382381    <!--お客様の声ここまで--> 
Note: See TracChangeset for help on using the changeset viewer.