Ignore:
Timestamp:
2010/07/20 13:25:33 (14 years ago)
Author:
kajiwara
Message:

EC-CUBE Ver2.4.4 分コミット。詳細はこちら( http://www.ec-cube.net/release/detail.php?release_id=223

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/data/Smarty/templates/default/admin/design/main_edit.tpl

    r16937 r18758  
    33 * This file is part of EC-CUBE 
    44 * 
    5  * Copyright(c) 2000-2007 LOCKON CO.,LTD. All Rights Reserved. 
     5 * Copyright(c) 2000-2010 LOCKON CO.,LTD. All Rights Reserved. 
    66 * 
    77 * http://www.lockon.co.jp/ 
     
    8181                            <tr> 
    8282                                <td background="<!--{$TPL_DIR}-->img/contents/contents_title_left_bg.gif"><img src="<!--{$TPL_DIR}-->img/contents/contents_title_left.gif" width="22" height="12" alt=""></td> 
    83                                 <td bgcolor="#636469" width="638" class="fs14n"><span class="white"><!--コンテンツタイトル-->ページ詳細設定</span></td> 
     83                                <td bgcolor="#636469" width="638" class="fs14n"><span class="white"><!--コンテンツタイトル-->ページ詳細編集</span></td> 
    8484                                <td background="<!--{$TPL_DIR}-->img/contents/contents_title_right_bg.gif"><img src="<!--{$TPL_DIR}-->img/common/_.gif" width="18" height="1" alt=""></td> 
    8585                            </tr> 
     
    116116                                    <!--{ if $arrErr.url != "" }--><span class="red12"><!--{$arrErr.url}--></span><!--{/if}--> 
    117117                                    URL:<!--{if $arrPageData.edit_flg == 2}--> 
    118                                             <!--{$smarty.const.SITE_URL}--><!--{$arrPageData.url|escape}--> 
    119                                             <input type="hidden" name="url" value="<!--{$arrPageData.filename|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" /> 
     118                                            <!--{$smarty.const.SITE_URL|escape}--><!--{$arrPageData.url|escape}--> 
     119                                            <input type="hidden" name="url" value="<!--{$arrPageData.filename|escape}-->" /> 
    120120                                        <!--{else}--> 
    121                                             <!--{$user_URL}--><input type="text" name="url" value="<!--{$arrPageData.directory|escape}--><!--{$arrPageData.filename|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" style="<!--{if $arrErr.url != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}--> ime-mode: disabled;" size="40" class="box40" />.php<span class="red"> (上限<!--{$smarty.const.STEXT_LEN}-->文字)</span> 
     121                                            <!--{$user_URL|escape}--><input type="text" name="url" value="<!--{$arrPageData.directory|escape}--><!--{$arrPageData.filename|escape}-->" maxlength="<!--{$smarty.const.STEXT_LEN}-->" style="<!--{if $arrErr.url != ""}-->background-color: <!--{$smarty.const.ERR_COLOR}-->;<!--{/if}--> ime-mode: disabled;" size="40" class="box40" />.php<span class="red"> (上限<!--{$smarty.const.STEXT_LEN}-->文字)</span> 
    122122                                        <!--{/if}--> 
    123123                                </td> 
     
    125125                            <tr class="fs12n"> 
    126126                                <td bgcolor="#ffffff" align="left"> 
    127                                     <label for="header"><input type="checkbox" name="header_chk" id="header" <!--{$arrPageData.header_chk}-->>共通のヘッダーを使用する</label> 
     127                                    <label for="header_chk"><input type="checkbox" name="header_chk" id="header_chk" <!--{$arrPageData.header_chk}-->>共通のヘッダーを使用する</label> 
    128128                                </td> 
    129129                                <td bgcolor="#ffffff" align="left"> 
    130                                     <label for="footer"><input type="checkbox" name="footer_chk" id="footer" <!--{$arrPageData.footer_chk}-->>共通のフッターを使用する</label> 
     130                                    <label for="footer_chk"><input type="checkbox" name="footer_chk" id="footer_chk" <!--{$arrPageData.footer_chk}-->>共通のフッターを使用する</label> 
    131131                                </td> 
    132132                            </tr> 
Note: See TracChangeset for help on using the changeset viewer.