Changeset 5650
- Timestamp:
- 03/26/08 18:57:24 (6 months ago)
- Location:
- trunk
- Files:
-
- 4 modified
-
interface/owner/setting/blog/index.php (modified) (2 diffs)
-
interface/owner/setting/entry/index.php (modified) (5 diffs)
-
interface/owner/skin/setting/index.php (modified) (1 diff)
-
lib/model/blog.fx.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/interface/owner/setting/blog/index.php
r5636 r5650 702 702 703 703 <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> 706 705 <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"> 708 707 <fieldset class="container"> 709 708 <legend><?php echo _t('언어 및 시간대');?></legend> … … 765 764 766 765 <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> 769 767 <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"> 771 769 <fieldset class="container"> 772 770 <legend><?php echo _t('관리자 스킨을 설정합니다');?></legend> -
trunk/interface/owner/setting/entry/index.php
r5357 r5650 103 103 </select> 104 104 </dd> 105 <dd> 106 <p><label for="defaultFormatter"><?php echo _t('포매터는 글이 작성되는 형식과 이후 보여줄 때의 형식을 결정합니다.').'<br />'._t('기본 포매터를 지정한 경우 새 글을 작성할 때 지정한 포매터를 기본값으로 사용합니다.').' '._t('기본 포매터가 지정되더라도 편집기 화면에서 언제든지 다른 포매터를 글마다 지정할 수 있습니다');?></label></p> 107 </dd> 105 108 </dl> 106 109 <dl id="editor-line" class="line"> … … 118 121 </select> 119 122 </dd> 120 </dl> 123 <dd> 124 <p><label for="defaultEditor"><?php echo _t('글을 작성할 때 사용할 편집기를 지정합니다.');?></label></p> 125 </dd> 126 </dl> 127 <?php echo setDetailPanel('panelBlogAPISetting','button');?> 128 <div id="panelBlogAPISetting"> 121 129 <script type="text/javascript">//<