Ignore:
Timestamp:
2011/03/15 15:57:08 (13 years ago)
Author:
t_yuo
Message:

#1119 (ページ詳細編集 ヘッダー、フッターチェック値の読み込み不良)
修正しました。

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/version-2_5-dev/data/Smarty/templates/admin/design/main_edit.tpl

    r20618 r20647  
    8484        <tr> 
    8585            <td colspan="2"> 
    86                 <label for="header-chk"><input type="checkbox" name="header_chk" id="header-chk" checked="<!--{$arrPageData.header_chk}-->" />共通のヘッダーを使用する</label>&nbsp; 
    87                 <label for="footer-chk"><input type="checkbox" name="footer_chk" id="footer-chk" checked="<!--{$arrPageData.footer_chk}-->" />共通のフッターを使用する</label> 
     86                <label for="header-chk"><input type="checkbox" name="header_chk" id="header-chk" <!--{if $arrPageData.header_chk != "2"}-->checked="checked"<!--{/if}--> />共通のヘッダーを使用する</label>&nbsp; 
     87                <label for="footer-chk"><input type="checkbox" name="footer_chk" id="footer-chk" <!--{if $arrPageData.footer_chk != "2"}-->checked="checked"<!--{/if}--> />共通のフッターを使用する</label> 
    8888                <div> 
    8989                    <textarea id="tpl_data" class="top" name="tpl_data" rows=<!--{$text_row}--> style="width: 98%;"><!--{$arrPageData.tpl_data|h|smarty:nodefaults}--></textarea> 
Note: See TracChangeset for help on using the changeset viewer.