diff --git a/interface/owner/setting/blog/index.php b/interface/owner/setting/blog/index.php index e887c952c..357b1ebb2 100644 --- a/interface/owner/setting/blog/index.php +++ b/interface/owner/setting/blog/index.php @@ -701,10 +701,9 @@ function setSmtp() {
-

- +

-
+
@@ -764,10 +763,9 @@ function setSmtp() {
-

- +

-
+
diff --git a/interface/owner/setting/entry/index.php b/interface/owner/setting/entry/index.php index ddad839bc..50e08ad2f 100644 --- a/interface/owner/setting/entry/index.php +++ b/interface/owner/setting/entry/index.php @@ -102,6 +102,9 @@ function chooseBlogPassword() { ?> +
+

+
@@ -117,7 +120,12 @@ function chooseBlogPassword() { ?> +
+

+
+ +
@@ -126,7 +134,7 @@ function chooseBlogPassword() {
/>
-
+
'._t('외부 프로그램에 텍스트큐브를 등록할 경우, BlogAPI 종류로는 MovableType 혹은 MetaWeblog API를 선택하시면 됩니다.'); ?>
@@ -136,7 +144,7 @@ function chooseBlogPassword() {
-

+

@@ -180,11 +188,13 @@ function showapi() {
-
도우미입니다.");?> -
- -
+
+

+
+
diff --git a/interface/owner/skin/setting/index.php b/interface/owner/skin/setting/index.php index 266cd9119..5913f2d2a 100644 --- a/interface/owner/skin/setting/index.php +++ b/interface/owner/skin/setting/index.php @@ -140,10 +140,9 @@ function changeTreeStyle() {
-

- +

-
+
diff --git a/lib/model/blog.fx.php b/lib/model/blog.fx.php index 1fbad201e..01ca8477b 100644 --- a/lib/model/blog.fx.php +++ b/lib/model/blog.fx.php @@ -4,7 +4,7 @@ /// See the GNU General Public License for more details. (/doc/LICENSE, /doc/COPYRIGHT) $fxList = array(); -function setDetailPanel($id,$type = 'section') { +function setDetailPanel($id,$type = 'section',$string = '') { global $fxList; // if(in_array($fxList,$id)) return ''; array_push($fxList, $id); @@ -12,13 +12,16 @@ function setDetailPanel($id,$type = 'section') { case 'button': $hrefVal = TAB.TAB.TAB.TAB.TAB.TAB.TAB.'
'.CRLF .TAB.TAB.TAB.TAB.TAB.TAB.TAB.TAB.''.CRLF - .TAB.TAB.TAB.TAB.TAB.TAB.TAB.TAB.'
'._t('변경 가능한 모든 값 보기').'
'.CRLF + .TAB.TAB.TAB.TAB.TAB.TAB.TAB.TAB.'
'._t('자세한 설정 보기').'
'.CRLF .TAB.TAB.TAB.TAB.TAB.TAB.TAB.'
'.CRLF; break; - case 'section': default: + case 'link': + $hrefVal = ''.$string.''; + break; + case 'sectionButton': default: $hrefVal = TAB.TAB.TAB.TAB.TAB.TAB.TAB.'
'.CRLF .TAB.TAB.TAB.TAB.TAB.TAB.TAB.TAB.'
'._t('패널 보기 설정').'
'.CRLF - .TAB.TAB.TAB.TAB.TAB.TAB.TAB.TAB.'
'._t('변경 가능한 모든 값 보기').'
'.CRLF + .TAB.TAB.TAB.TAB.TAB.TAB.TAB.TAB.'
'._t('패널 열기').'
'.CRLF .TAB.TAB.TAB.TAB.TAB.TAB.TAB.'
'.CRLF; break; }