From ea7fb2d5c8b0e0052a81e48e6d99143dfc233dc5 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Tue, 1 Mar 2016 14:05:38 +0100 Subject: Revert "html lang" The changes were incomplete and broke the reserve creation dialog, reverted for now. This reverts commit 7c0ca49d0351ce8edfb1533146ff5ceb1aba41cf. --- lib/i18n.ts | 6 ----- pages/confirm-contract.html | 52 ++++++++++++++++++--------------------- pages/confirm-create-reserve.html | 36 +++++++++++++-------------- popup/popup.html | 12 +++------ style/wallet.css | 2 +- 5 files changed, 46 insertions(+), 62 deletions(-) diff --git a/lib/i18n.ts b/lib/i18n.ts index 230bddd7d..60da6644f 100644 --- a/lib/i18n.ts +++ b/lib/i18n.ts @@ -16,12 +16,6 @@ "use strict"; -document.addEventListener( - "DOMContentLoaded", - function () { - document.body.lang = chrome.i18n.getUILanguage(); - }); - declare var i18n: any; const JedModule = window["Jed"]; diff --git a/pages/confirm-contract.html b/pages/confirm-contract.html index e80fb50c9..2eac4a8e8 100644 --- a/pages/confirm-contract.html +++ b/pages/confirm-contract.html @@ -1,34 +1,30 @@ - - - - - Taler Wallet: Confirm Reserve Creation + - - - - - - - - - - - - + + + Taler Wallet: Confirm Reserve Creation + + + + + + + + + - -
- -

Payment Confirmation

-
+ +
+ +

Payment Confirmation

+
- + -
-
-
- +
+
+
+ diff --git a/pages/confirm-create-reserve.html b/pages/confirm-create-reserve.html index b8cfd4a00..e14d10221 100644 --- a/pages/confirm-create-reserve.html +++ b/pages/confirm-create-reserve.html @@ -1,36 +1,34 @@ - - + + Taler Wallet: Select Taler Provider - - - - - + -
- -

Select Taler Provider

-
- +
+ +

Select Taler Provider

+
-
-
-
-
-
- + + +
+
+
+
+ +
+ diff --git a/popup/popup.html b/popup/popup.html index fbf9c2193..c67085c1b 100644 --- a/popup/popup.html +++ b/popup/popup.html @@ -1,12 +1,8 @@ - - - - - + @@ -15,10 +11,10 @@ - - -
+ +
+ diff --git a/style/wallet.css b/style/wallet.css index 230cf671e..0af2240e0 100644 --- a/style/wallet.css +++ b/style/wallet.css @@ -135,4 +135,4 @@ button.linky { table, th, td { border: 1px solid black; -} +} \ No newline at end of file -- cgit v1.2.3