Ignore:
Timestamp:
2012/12/28 11:06:37 (11 years ago)
Author:
h_yoshimoto
Message:

#1996 テキストボタン画像のCSS化を一旦コミット

File:
1 edited

Legend:

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

    r22157 r22175  
    191191                <div class="detail_btn"> 
    192192                    <!--{assign var=name value="detail`$id`"}--> 
    193                     <a href="<!--{$smarty.const.P_DETAIL_URLPATH}--><!--{$arrProduct.product_id|u}-->" onmouseover="chgImg('<!--{$TPL_URLPATH}-->img/button/btn_detail_on.jpg','<!--{$name}-->');" onmouseout="chgImg('<!--{$TPL_URLPATH}-->img/button/btn_detail.jpg','<!--{$name}-->');"> 
    194                     <img src="<!--{$TPL_URLPATH}-->img/button/btn_detail.jpg" alt="View product details" name="<!--{$name}-->" id="<!--{$name}-->" /></a> 
     193                    <a class="bt02" href="<!--{$smarty.const.P_DETAIL_URLPATH}--><!--{$arrProduct.product_id|u}-->">View product details</a> 
    195194                </div> 
    196195 
     
    242241                                <!--★カゴに入れる★--> 
    243242                                <div id="cartbtn_default_<!--{$id}-->"> 
    244                                     <input type="image" id="cart<!--{$id}-->" src="<!--{$TPL_URLPATH}-->img/button/btn_cartin.jpg" alt="Place in basket" onclick="fnInCart(this.form); return false;" onmouseover="chgImg('<!--{$TPL_URLPATH}-->img/button/btn_cartin_on.jpg', this);" onmouseout="chgImg('<!--{$TPL_URLPATH}-->img/button/btn_cartin.jpg', this);" /> 
     243                                    <button class="bt03" onclick="fnInCart(this.form); return false;">Place in basket</button> 
    245244                                </div> 
    246245                                <div class="attention" id="cartbtn_dynamic_<!--{$id}-->"></div> 
Note: See TracChangeset for help on using the changeset viewer.