Changeset 21736


Ignore:
Timestamp:
2012/04/12 13:14:04 (12 years ago)
Author:
habu
Message:

#1744 「お届け先の複数指定」画面のimgタグのalt内容が誤っている

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

Legend:

Unmodified
Added
Removed
  • branches/version-2_12-dev/data/Smarty/templates/default/shopping/multiple.tpl

    r21704 r21736  
    7272                                <!--{/if}--> 
    7373                            > 
    74                                 <img src="<!--{$smarty.const.ROOT_URLPATH}-->resize_image.php?image=<!--{$arrForm.main_list_image.value[$index]|sfNoImageMainList|h}-->&amp;width=65&amp;height=65" alt="&lt;!--{$arrForm.name.value[$index]|h}--&gt;" /></a> 
     74                                <img src="<!--{$smarty.const.ROOT_URLPATH}-->resize_image.php?image=<!--{$arrForm.main_list_image.value[$index]|sfNoImageMainList|h}-->&amp;width=65&amp;height=65" alt="<!--{$arrForm.name.value[$index]|h}-->" /></a> 
    7575                        </td> 
    7676                        <td><!--{* 商品名 *}--><strong><!--{$arrForm.name.value[$index]|h}--></strong><br /> 
  • branches/version-2_12-dev/data/Smarty/templates/sphone/shopping/multiple.tpl

    r21704 r21736  
    5656                    <!--▼商品 --> 
    5757                    <div class="delivitemBox"> 
    58                         <img src="<!--{$smarty.const.ROOT_URLPATH}-->resize_image.php?image=<!--{$arrForm.main_list_image.value[$index]|sfNoImageMainList|h}-->&amp;width=80&amp;height=80" alt="&lt;!--{$arrForm.name[$index]|h}--&gt;" class="photoL" /> 
     58                        <img src="<!--{$smarty.const.ROOT_URLPATH}-->resize_image.php?image=<!--{$arrForm.main_list_image.value[$index]|sfNoImageMainList|h}-->&amp;width=80&amp;height=80" alt="<!--{$arrForm.name.value[$index]|h}-->" class="photoL" /> 
    5959                        <div class="delivContents"> 
    6060 
Note: See TracChangeset for help on using the changeset viewer.