Ignore:
Timestamp:
2014/09/02 11:26:44 (12 years ago)
Author:
shutta
Message:

#2614 (表記の統一(「かご」 -> 「カゴ」))

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

Legend:

Unmodified
Added
Removed
  • branches/version-2_13-dev/data/Smarty/templates/default/products/detail.tpl

    r23546 r23614  
    180180                <div class="main_comment"><!--{$arrProduct.main_comment|nl2br_html}--></div> 
    181181 
    182                 <!--▼買い物かご--> 
     182                <!--▼買い物カゴ--> 
    183183                <div class="cart_area clearfix"> 
    184184                    <input type="hidden" name="mode" value="cart" /> 
     
    275275                    <!--{/if}--> 
    276276                </div> 
    277                 <!--▲買い物かご--> 
     277                <!--▲買い物カゴ--> 
    278278            </div> 
    279279        </div> 
  • branches/version-2_13-dev/data/Smarty/templates/default/products/list.tpl

    r23546 r23614  
    196196                    </div> 
    197197 
    198                     <!--▼買い物かご--> 
     198                    <!--▼買い物カゴ--> 
    199199                    <div class="cart_area clearfix"> 
    200200                        <!--{if $tpl_stock_find[$id]}--> 
     
    249249                        <!--{/if}--> 
    250250                    </div> 
    251                     <!--▲買い物かご--> 
     251                    <!--▲買い物カゴ--> 
    252252                </div> 
    253253            </div> 
  • branches/version-2_13-dev/data/Smarty/templates/mobile/footer.tpl

    r23546 r23614  
    3131 
    3232    <a href="<!--{$smarty.const.HTTPS_URL}-->mypage/login.php?<!--{$smarty.const.SID}-->" accesskey="8" utn><!--{8|numeric_emoji}-->MYページ</a><br> 
    33     <a href="<!--{$smarty.const.CART_URL}-->?<!--{$smarty.const.SID|h}-->" accesskey="9"><!--{9|numeric_emoji}-->かごの中を見る</a><br> 
     33    <a href="<!--{$smarty.const.CART_URL}-->?<!--{$smarty.const.SID|h}-->" accesskey="9"><!--{9|numeric_emoji}-->カゴの中を見る</a><br> 
    3434    <a href="<!--{$smarty.const.TOP_URL}-->?<!--{$smarty.const.SID|h}-->" accesskey="0"><!--{0|numeric_emoji}-->TOPページへ</a><br> 
    3535    <br> 
  • branches/version-2_13-dev/data/Smarty/templates/mobile/products/select_item.tpl

    r23546 r23614  
    4545        <input type="hidden" name="product_class_id" value="<!--{$tpl_product_class_id}-->"> 
    4646        <input type="hidden" name="product_type" value="<!--{$tpl_product_type}-->"> 
    47         <center><input type="submit" name="submit" value="かごに入れる"></center> 
     47        <center><input type="submit" name="submit" value="カゴに入れる"></center> 
    4848    </form> 
    4949<!--{/strip}--> 
  • branches/version-2_13-dev/data/Smarty/templates/sphone/products/detail.tpl

    r23546 r23614  
    231231                <input type="hidden" name="favorite_product_id" value="" /> 
    232232 
    233                 <!--▼買い物かご--> 
     233                <!--▼買い物カゴ--> 
    234234                <!--{if $tpl_stock_find}--> 
    235235 
     
    291291                    </div> 
    292292                <!--{/if}--> 
    293                 <!--▲買い物かご--> 
     293                <!--▲買い物カゴ--> 
    294294 
    295295                <!--{if $tpl_login}--> 
Note: See TracChangeset for help on using the changeset viewer.