Show
Ignore:
Timestamp:
03/26/08 18:57:24 (8 months ago)
Author:
inureyes
Message:

#896

  • 인터페이스의 토글 부분을 변경함.
    • TODO: 제목이 토글 가능할 경우 알려주는 메세지 및 아이콘을 고려합시다.
Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/interface/owner/setting/blog/index.php

    r5636 r5650  
    702702                         
    703703                        <div id="part-setting-language" class="part"> 
    704                             <h2 class="caption"><span class="main-text"><?php echo _t('언어, 시간대를 설정합니다');?></span></h2> 
    705                              
     704                            <h2 class="caption"><span class="main-text"><?php echo setDetailPanel('language_setting','link',_t('언어, 시간대를 설정합니다'));?></span></h2> 
    706705                            <form id="language-form" class="data-inbox" method="post" action="<?php echo parseURL($blogURL.'/owner/setting/blog/language');?>"> 
    707                                 <div id="language-section" class="section"> 
     706                                <div id="language_setting" class="section"> 
    708707                                    <fieldset class="container"> 
    709708                                        <legend><?php echo _t('언어 및 시간대');?></legend> 
     
    765764 
    766765                        <div id="part-setting-admin" class="part"> 
    767                             <h2 class="caption"><span class="main-text"><?php echo _t('관리자 화면 스킨을 설정합니다');?></span></h2> 
    768 <?php echo setDetailPanel('panelAdminSkinSetting');?> 
     766                            <h2 class="caption"><span class="main-text"><?php echo setDetailPanel('admin_skin_setting','link',_t('관리자 화면 스킨을 설정합니다'));?></span></h2> 
    769767                            <form id="admin-skin-form" class="data-inbox" method="post" action="<?php echo parseURL($blogURL.'/owner/setting/blog/skin');?>"> 
    770                                 <div id="panelAdminSkinSetting" class="section"> 
     768                                <div id="admin_skin_setting" class="section"> 
    771769                                    <fieldset class="container"> 
    772770                                        <legend><?php echo _t('관리자 스킨을 설정합니다');?></legend>