From 9a23149b8c0d0ce8f1834961f481a47b913f159e Mon Sep 17 00:00:00 2001 From: Daniel Seifert Date: Sun, 4 Aug 2019 00:01:06 +0200 Subject: [PATCH] make available for flow and wave theme --- .../010_Systemanforderungen.md | 7 +- .../blocks/page/account/inc/account_menu.tpl | 2 +- src/Application/views/tpl/d3_account_totp.tpl | 68 ++++++++++++------- src/Application/views/tpl/d3totplogin.tpl | 13 +++- 4 files changed, 60 insertions(+), 30 deletions(-) diff --git a/docs/daux/installation/010_Anforderungen/010_Systemanforderungen.md b/docs/daux/installation/010_Anforderungen/010_Systemanforderungen.md index dc1ba38..12cb1c7 100644 --- a/docs/daux/installation/010_Anforderungen/010_Systemanforderungen.md +++ b/docs/daux/installation/010_Anforderungen/010_Systemanforderungen.md @@ -8,9 +8,12 @@ title: Systemanforderungen * installierter ionCube Loader * Shopversionen / -editionen * OXID eShop Community Edition (CE), Professional Edition (PE) oder Enterprise Edition (EE) in Compilation Version - * 6.0.x + * 6.0.2 und höher * 6.1.x * Installation via [Composer](https://getcomposer.org) +* Themes + * flow + * wave Beachten Sie, dass die Ihnen vorliegende Modulversion entsprechend für **PHP 5.6**, **PHP 7.0**, **PHP 7.1** oder **PHP 7.2** kompatibel ist. Im Zweifelsfall kontaktieren Sie uns und nennen den für Ihren Shop genutzten Decoder und die PHP-Version. @@ -19,4 +22,4 @@ Kontrollieren Sie bitte auch, ob diese Modulversion für die von Ihnen eingesetz ### optional: * D3 Modul-Connector ([kostenfrei bei D3 erhältlich](https://www.oxidmodule.com/connector/)) ab Version 5.1.1.4 -Ist der D3 Modul-Connector installiert, können Datenbankänderungen über die automatische Installation eingerichtet und überwacht werden. \ No newline at end of file +Ist der D3 Modul-Connector installiert, können Datenbankänderungen über die automatische Installation eingerichtet und überwacht werden. diff --git a/src/Application/views/blocks/page/account/inc/account_menu.tpl b/src/Application/views/blocks/page/account/inc/account_menu.tpl index a7c2723..deaa83b 100644 --- a/src/Application/views/blocks/page/account/inc/account_menu.tpl +++ b/src/Application/views/blocks/page/account/inc/account_menu.tpl @@ -1,4 +1,4 @@ [{$smarty.block.parent}] \ No newline at end of file diff --git a/src/Application/views/tpl/d3_account_totp.tpl b/src/Application/views/tpl/d3_account_totp.tpl index a945883..614e3ce 100644 --- a/src/Application/views/tpl/d3_account_totp.tpl +++ b/src/Application/views/tpl/d3_account_totp.tpl @@ -8,6 +8,17 @@ .registerNew { display: none; } + dt, dd { + width: 50%; + float: left; + margin-bottom: 10px; + } + dd textarea { + max-width: 98%; + } + dt label { + font-weight: bold; + } [{if false == $totp->getId()}] .submitBtn { display: none; @@ -30,38 +41,47 @@

[{if false == $totp->getId()}] -
-
+
+
[{oxmultilang ident="D3_TOTP_REGISTERNEW"}]
-
-

- [{oxmultilang ident="D3_TOTP_QRCODE"}]  - - [{$totp->getQrCodeElement()}] -

+
+
+
+ [{oxmultilang ident="D3_TOTP_QRCODE"}]  +
+
+ [{$totp->getQrCodeElement()}] +
+

[{oxmultilang ident="D3_TOTP_QRCODE_HELP"}]


-

- - - -

+
+
+ +
+
+ +
+

[{oxmultilang ident="D3_TOTP_SECRET_HELP"}]


-

- - - -

+
+
+ +
+
+ +
+

[{oxmultilang ident="D3_TOTP_CURROTP_HELP"}]

@@ -71,22 +91,22 @@ [{if $totp->getId()}] [{block name="d3_account_totp_deletenotes"}] -
-
+
+
[{oxmultilang ident="D3_TOTP_REGISTEREXIST"}]
-
+
[{oxmultilang ident="D3_TOTP_REGISTERDELETE_DESC"}]
[{/block}] [{block name="d3_account_totp_backupcodes"}] -
-
+
+
[{oxmultilang ident="D3_TOTP_BACKUPCODES"}]
-
+
[{if $oView->getBackupCodes()}] [{block name="d3_account_totp_backupcodes_list"}] diff --git a/src/Application/views/tpl/d3totplogin.tpl b/src/Application/views/tpl/d3totplogin.tpl index 08e67c7..c2facdb 100644 --- a/src/Application/views/tpl/d3totplogin.tpl +++ b/src/Application/views/tpl/d3totplogin.tpl @@ -7,7 +7,7 @@ [{/if}]
-
+
[{$oViewConf->getHiddenSid()}] @@ -26,7 +26,10 @@ [{oxmultilang ident="D3_TOTP_INPUT_HELP"}] -
+
+
[{$oViewConf->getHiddenSid()}] @@ -34,7 +37,11 @@ [{$navFormParams}] - + + +