Changeset 17451


Ignore:
Timestamp:
2008/07/23 09:35:23 (16 years ago)
Author:
Seasoft
Message:

お気に入りの統一感の無さを少し改善

Location:
branches/comu-ver2
Files:
2 added
2 edited

Legend:

Unmodified
Added
Removed
  • branches/comu-ver2/data/Smarty/templates/default/mypage/favorite.tpl

    r17450 r17451  
    1 <div id="mypage" class="page-contents"> 
    2   <h2 class="title">マイページ</h2> 
     1<!--{* 
     2/* 
     3 * This file is part of EC-CUBE 
     4 * 
     5 * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved. 
     6 * 
     7 * http://www.lockon.co.jp/ 
     8 * 
     9 * This program is free software; you can redistribute it and/or 
     10 * modify it under the terms of the GNU General Public License 
     11 * as published by the Free Software Foundation; either version 2 
     12 * of the License, or (at your option) any later version. 
     13 * 
     14 * This program is distributed in the hope that it will be useful, 
     15 * but WITHOUT ANY WARRANTY; without even the implied warranty of 
     16 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the 
     17 * GNU General Public License for more details. 
     18 * 
     19 * You should have received a copy of the GNU General Public License 
     20 * along with this program; if not, write to the Free Software 
     21 * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA. 
     22 */ 
     23*}--> 
     24<div id="mypagecolumn"> 
     25  <h2 class="title"><img src="<!--{$TPL_DIR}-->img/mypage/title.jpg" width="700" height="40" alt="MYページ" /></h2> 
    326  <!--{if $tpl_navi != ""}--> 
    427    <!--{include file=$tpl_navi}--> 
  • branches/comu-ver2/data/Smarty/templates/default/mypage/navi.tpl

    r17435 r17451  
    3131  <!--{if $smarty.const.OPTION_FAVOFITE_PRODUCT == 1}--> 
    3232  <!--{if $tpl_mypageno == 'favorite'}--> 
    33     <li><a href="./favorite.php">お気に入り商品</a></li> 
     33    <li><a href="./favorite.php"><img src="<!--{$TPL_DIR}-->img/mypage/navi_favorite_on.gif" width="170" height="30" alt="お気に入り一覧" border="0" name="m_navi_favorite" /></a></li> 
    3434  <!--{else}--> 
    35     <li><a href="./favorite.php">お気に入り商品</a></li> 
     35    <li><a href="./favorite.php" onmouseover="chgImg('<!--{$TPL_DIR}-->img/mypage/navi_favorite_on.gif','m_navi_favorite');" onmouseout="chgImg('<!--{$TPL_DIR}-->img/mypage/navi_favorite.gif','m_navi_favorite');"><img src="<!--{$TPL_DIR}-->img/mypage/navi_favorite.gif" width="170" height="30" alt="お気に入り一覧" border="0" name="m_navi_favorite" /></a></li> 
    3636  <!--{/if}--> 
    3737  <!--{/if}--> 
Note: See TracChangeset for help on using the changeset viewer.