From 82989564d9f6a85857ee3e8a40eaef562241910f Mon Sep 17 00:00:00 2001 From: piro Date: Tue, 25 Aug 2009 16:44:11 +0000 Subject: [PATCH] =?UTF-8?q?=E3=83=A9=E3=82=B8=E3=82=AA=E3=83=9C=E3=82=BF?= =?UTF-8?q?=E3=83=B3=E5=BE=A9=E6=B4=BB?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://www.cozmixng.org/repos/piro/treestyletab/trunk@5006 599a83e7-65a4-db11-8015-0010dcdd6dc2 --- content/treestyletab/config.js | 5 ++++- content/treestyletab/config.xul | 9 ++------- locale/de-DE/treestyletab/treestyletab.dtd | 6 ++---- locale/en-US/treestyletab/treestyletab.dtd | 4 ++-- locale/es-ES/treestyletab/treestyletab.dtd | 6 ++---- locale/it-IT/treestyletab/treestyletab.dtd | 6 ++---- locale/ja/treestyletab/treestyletab.dtd | 6 +++--- locale/pl-PL/treestyletab/treestyletab.dtd | 6 ++---- locale/ru-RU/treestyletab/treestyletab.dtd | 6 ++---- locale/zh-CN/treestyletab/treestyletab.dtd | 6 ++---- locale/zh-TW/treestyletab/treestyletab.dtd | 6 ++---- 11 files changed, 25 insertions(+), 41 deletions(-) diff --git a/content/treestyletab/config.js b/content/treestyletab/config.js index 405dab62..2cfb8f25 100644 --- a/content/treestyletab/config.js +++ b/content/treestyletab/config.js @@ -126,10 +126,13 @@ function onSyncGroupBookmarkPrefToUI() function onChangeTabbarPosition(aOnChange) { - var pos = document.getElementById('extensions.treestyletab.tabbar.position').value; + var pos = document.getElementById('extensions.treestyletab.tabbar.position-radiogroup').value; + var invertTab = document.getElementById('extensions.treestyletab.tabbar.invertTab-check'); var invertTabContents = document.getElementById('extensions.treestyletab.tabbar.invertTabContents-check'); var invertClosebox = document.getElementById('extensions.treestyletab.tabbar.invertClosebox-check'); + invertTab.disabled = pos != 'right'; +// invertTabContents.disabled = pos != 'right'; invertClosebox.setAttribute('label', invertClosebox.getAttribute( (pos == 'right' && invertTabContents.checked) ? diff --git a/content/treestyletab/config.xul b/content/treestyletab/config.xul index 94206024..4106643b 100644 --- a/content/treestyletab/config.xul +++ b/content/treestyletab/config.xul @@ -72,9 +72,8 @@ - + - - - diff --git a/locale/de-DE/treestyletab/treestyletab.dtd b/locale/de-DE/treestyletab/treestyletab.dtd index 8b3611aa..a60b6a15 100644 --- a/locale/de-DE/treestyletab/treestyletab.dtd +++ b/locale/de-DE/treestyletab/treestyletab.dtd @@ -6,16 +6,14 @@ - - + - - + diff --git a/locale/en-US/treestyletab/treestyletab.dtd b/locale/en-US/treestyletab/treestyletab.dtd index f271cc84..56cc3ad9 100644 --- a/locale/en-US/treestyletab/treestyletab.dtd +++ b/locale/en-US/treestyletab/treestyletab.dtd @@ -6,14 +6,14 @@ - + - + diff --git a/locale/es-ES/treestyletab/treestyletab.dtd b/locale/es-ES/treestyletab/treestyletab.dtd index a1bfb3e7..78dd335e 100644 --- a/locale/es-ES/treestyletab/treestyletab.dtd +++ b/locale/es-ES/treestyletab/treestyletab.dtd @@ -6,16 +6,14 @@ - - + - - + diff --git a/locale/it-IT/treestyletab/treestyletab.dtd b/locale/it-IT/treestyletab/treestyletab.dtd index 6a6b08ee..26c1e48f 100644 --- a/locale/it-IT/treestyletab/treestyletab.dtd +++ b/locale/it-IT/treestyletab/treestyletab.dtd @@ -6,16 +6,14 @@ - - + - - + diff --git a/locale/ja/treestyletab/treestyletab.dtd b/locale/ja/treestyletab/treestyletab.dtd index eacc8394..fa5db32e 100644 --- a/locale/ja/treestyletab/treestyletab.dtd +++ b/locale/ja/treestyletab/treestyletab.dtd @@ -6,15 +6,15 @@ - + - - + + diff --git a/locale/pl-PL/treestyletab/treestyletab.dtd b/locale/pl-PL/treestyletab/treestyletab.dtd index 1c40b26d..dcbf83a4 100644 --- a/locale/pl-PL/treestyletab/treestyletab.dtd +++ b/locale/pl-PL/treestyletab/treestyletab.dtd @@ -6,16 +6,14 @@ - - + - - + diff --git a/locale/ru-RU/treestyletab/treestyletab.dtd b/locale/ru-RU/treestyletab/treestyletab.dtd index 7aa32a29..2fb8ef58 100755 --- a/locale/ru-RU/treestyletab/treestyletab.dtd +++ b/locale/ru-RU/treestyletab/treestyletab.dtd @@ -6,16 +6,14 @@ - - + - - + diff --git a/locale/zh-CN/treestyletab/treestyletab.dtd b/locale/zh-CN/treestyletab/treestyletab.dtd index 9d71b06a..dc1c0dc5 100644 --- a/locale/zh-CN/treestyletab/treestyletab.dtd +++ b/locale/zh-CN/treestyletab/treestyletab.dtd @@ -6,8 +6,7 @@ - - + @@ -15,8 +14,7 @@ - - + diff --git a/locale/zh-TW/treestyletab/treestyletab.dtd b/locale/zh-TW/treestyletab/treestyletab.dtd index b61a4655..165223c0 100644 --- a/locale/zh-TW/treestyletab/treestyletab.dtd +++ b/locale/zh-TW/treestyletab/treestyletab.dtd @@ -6,16 +6,14 @@ - - + - - +