add account page to dashboard
This commit is contained in:
parent
06210443c5
commit
712f3072cc
@ -10,6 +10,7 @@ $aLang = array(
|
|||||||
|
|
||||||
'PAGE_TITLE_D3WEBAUTHNLOGIN' => 'Passwortloses Anmelden',
|
'PAGE_TITLE_D3WEBAUTHNLOGIN' => 'Passwortloses Anmelden',
|
||||||
'D3_WEBAUTHN_ACCOUNT' => 'Meine Schlüssel',
|
'D3_WEBAUTHN_ACCOUNT' => 'Meine Schlüssel',
|
||||||
|
'D3_WEBAUTHN_ACCOUNT_DESC' => 'Verwalten Sie hier Ihre Anmeldeschlüssel.',
|
||||||
'D3_WEBAUTHN_ACC_REGISTERNEW' => 'neue Registrierung erstellen',
|
'D3_WEBAUTHN_ACC_REGISTERNEW' => 'neue Registrierung erstellen',
|
||||||
'D3_WEBAUTHN_ACC_ADDKEY' => 'Sicherheitsschlüssel hinzufügen',
|
'D3_WEBAUTHN_ACC_ADDKEY' => 'Sicherheitsschlüssel hinzufügen',
|
||||||
|
|
||||||
|
@ -0,0 +1,11 @@
|
|||||||
|
[{$smarty.block.parent}]
|
||||||
|
|
||||||
|
<div class="panel panel-default">
|
||||||
|
<div class="panel-heading">
|
||||||
|
<a href="[{oxgetseourl ident=$oViewConf->getSelfLink()|cat:"cl=d3_account_webauthn"}]">[{oxmultilang ident="D3_WEBAUTHN_ACCOUNT"}]</a>
|
||||||
|
<a href="[{oxgetseourl ident=$oViewConf->getSslSelfLink()|cat:"cl=d3_account_webauthn"}]" class="btn btn-default btn-xs pull-right">
|
||||||
|
<i class="fa fa-arrow-right"></i>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="panel-body">[{oxmultilang ident="D3_WEBAUTHN_ACCOUNT_DESC"}]</div>
|
||||||
|
</div>
|
@ -0,0 +1,11 @@
|
|||||||
|
[{$smarty.block.parent}]
|
||||||
|
|
||||||
|
<div class="card">
|
||||||
|
<div class="card-header">
|
||||||
|
<a href="[{oxgetseourl ident=$oViewConf->getSelfLink()|cat:"cl=d3_account_webauthn"}]">[{oxmultilang ident="D3_WEBAUTHN_ACCOUNT"}]</a>
|
||||||
|
<a href="[{oxgetseourl ident=$oViewConf->getSslSelfLink()|cat:"cl=d3_account_webauthn"}]" class="btn btn-outline-dark btn-sm float-right edit-button">
|
||||||
|
<i class="fa fa-arrow-right"></i>
|
||||||
|
</a>
|
||||||
|
</div>
|
||||||
|
<div class="card-body">[{oxmultilang ident="D3_WEBAUTHN_ACCOUNT_DESC"}]</div>
|
||||||
|
</div>
|
@ -125,6 +125,17 @@ $aModule = array(
|
|||||||
'block' => 'account_menu',
|
'block' => 'account_menu',
|
||||||
'file' => 'Application/views/blocks/page/account/inc/account_menu.tpl',
|
'file' => 'Application/views/blocks/page/account/inc/account_menu.tpl',
|
||||||
],
|
],
|
||||||
|
[
|
||||||
|
'template' => 'page/account/dashboard.tpl',
|
||||||
|
'block' => 'account_dashboard_col2',
|
||||||
|
'file' => 'Application/views/blocks/page/account/account_dashboard_col2_wave.tpl',
|
||||||
|
],
|
||||||
|
[
|
||||||
|
'theme' => 'flow',
|
||||||
|
'template' => 'page/account/dashboard.tpl',
|
||||||
|
'block' => 'account_dashboard_col2',
|
||||||
|
'file' => 'Application/views/blocks/page/account/account_dashboard_col2_flow.tpl',
|
||||||
|
],
|
||||||
[
|
[
|
||||||
'template' => 'widget/header/servicebox.tpl',
|
'template' => 'widget/header/servicebox.tpl',
|
||||||
'block' => 'widget_header_servicebox_items',
|
'block' => 'widget_header_servicebox_items',
|
||||||
|
Loading…
Reference in New Issue
Block a user