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/review_complete.tpl

    r22157 r22175  
    3232    <div class="btn_area"> 
    3333        <ul> 
    34             <li><a href="javascript:window.close()" onmouseover="chgImg('<!--{$TPL_URLPATH}-->img/button/btn_close_on.jpg','b_close');" onmouseout="chgImg('<!--{$TPL_URLPATH}-->img/button/btn_close.jpg','b_close');"> 
    35                 <img src="<!--{$TPL_URLPATH}-->img/button/btn_close.jpg" alt="Close" border="0" name="b_close" /></a></li> 
     34            <li><a class="bt_close" href="javascript:window.close()">Close</a></li> 
    3635        </ul> 
    3736    </div> 
Note: See TracChangeset for help on using the changeset viewer.