From 413afcd2bc30b410b9c156dec8bd60d09ec92708 Mon Sep 17 00:00:00 2001 From: inureyes Date: Wed, 26 Mar 2008 09:57:24 +0000 Subject: [PATCH] =?UTF-8?q?=20#896=20=20*=20=EC=9D=B8=ED=84=B0=ED=8E=98?= =?UTF-8?q?=EC=9D=B4=EC=8A=A4=EC=9D=98=20=ED=86=A0=EA=B8=80=20=EB=B6=80?= =?UTF-8?q?=EB=B6=84=EC=9D=84=20=EB=B3=80=EA=B2=BD=ED=95=A8.=20=20=20*=20T?= =?UTF-8?q?ODO:=20=EC=A0=9C=EB=AA=A9=EC=9D=B4=20=ED=86=A0=EA=B8=80=20?= =?UTF-8?q?=EA=B0=80=EB=8A=A5=ED=95=A0=20=EA=B2=BD=EC=9A=B0=20=EC=95=8C?= =?UTF-8?q?=EB=A0=A4=EC=A3=BC=EB=8A=94=20=EB=A9=94=EC=84=B8=EC=A7=80=20?= =?UTF-8?q?=EB=B0=8F=20=EC=95=84=EC=9D=B4=EC=BD=98=EC=9D=84=20=EA=B3=A0?= =?UTF-8?q?=EB=A0=A4=ED=95=A9=EC=8B=9C=EB=8B=A4.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- interface/owner/setting/blog/index.php | 10 ++++------ interface/owner/setting/entry/index.php | 22 ++++++++++++++++------ interface/owner/skin/setting/index.php | 5 ++--- lib/model/blog.fx.php | 11 +++++++---- 4 files changed, 29 insertions(+), 19 deletions(-) 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; }