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/forgot/secret.tpl

    r22157 r22175  
    5050    <div class="btn_area"> 
    5151        <ul> 
    52             <li><input type="image" onmouseover="chgImgImageSubmit('<!--{$TPL_URLPATH}-->img/button/btn_next_on.jpg',this)" onmouseout="chgImgImageSubmit('<!--{$TPL_URLPATH}-->img/button/btn_next.jpg',this)" src="<!--{$TPL_URLPATH}-->img/button/btn_next.jpg" alt="Next" name="next" id="next" /> 
    53         </ul> 
     52            <li><button class="bt02">Next</button></li> 
     53        </ul> 
    5454    </div> 
    5555    </form> 
Note: See TracChangeset for help on using the changeset viewer.