Changeset 17053


Ignore:
Timestamp:
2008/02/15 12:25:18 (16 years ago)
Author:
satou
Message:

#243 MyページのテンプレートがIE6で崩れる不具合を改修。

Location:
branches/version-2
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2/data/Smarty/templates/default/mypage/change_confirm.tpl

    r16582 r17053  
    2525<div id="mypagecolumn"> 
    2626  <h2 class="title"><img src="<!--{$TPL_DIR}-->img/mypage/title.jpg" width="700" height="40" alt="MYページ" /></h2> 
    27     <!--{include file=$tpl_navi}--> 
    28  
     27<!--{include file=$tpl_navi}--> 
     28<div id="mycontentsarea"> 
    2929    <h3><img src="<!--{$TPL_DIR}-->img/mypage/subtitle02.gif" width="515" height="32" alt="会員登録内容変更" /></h3> 
    3030    <p>下記の内容で送信してもよろしいでしょうか?<br /> 
  • branches/version-2/data/Smarty/templates/default/mypage/delivery.tpl

    r16582 r17053  
    7474          </td> 
    7575          <td class="centertd"> 
    76             <a href="<!--{$smarty.server.PHP_SELF}-->" onclick="fnModeSubmit('delete','other_deliv_id','<!--{$arrOtherDeliv[cnt].other_deliv_id}-->');">削除</a> 
     76            <a href="<!--{$smarty.server.PHP_SELF}-->" onclick="fnModeSubmit('delete','other_deliv_id','<!--{$arrOtherDeliv[cnt].other_deliv_id}-->'); return false;">削除</a> 
    7777          </td> 
    7878        </tr> 
  • branches/version-2/html/user_data/packages/default/css/mypage.css

    r16708 r17053  
    7979    width: 500px; 
    8080    margin: 30px auto; 
    81     padding: 10px; 
     81    padding: 10px 0; 
    8282    border: solid 5px #CCC; 
    8383    text-align: center; 
Note: See TracChangeset for help on using the changeset viewer.