diff --git a/src/Application/views/admin/tpl/d3user_webauthn.tpl b/src/Application/views/admin/tpl/d3user_webauthn.tpl index 76110c8..61eb68b 100755 --- a/src/Application/views/admin/tpl/d3user_webauthn.tpl +++ b/src/Application/views/admin/tpl/d3user_webauthn.tpl @@ -1,8 +1,11 @@ [{include file="headitem.tpl" title="GENERAL_ADMIN_TITLE"|oxmultilangassign}] -[{*assign var="webauthn" value=$edit->d3GetWebauthn()}]*}] -[{assign var="userid" value=$edit->getId()}] -[{*$webauthn->loadByUserId($userid)*}] +[{oxstyle include="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css"}] +[{oxscript include="https://code.jquery.com/jquery-3.2.1.slim.min.js"}] +[{oxscript include="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.12.9/umd/popper.min.js"}] +[{oxscript include="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/js/bootstrap.min.js"}] +[{oxstyle include="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/solid.min.css"}] +[{oxstyle}] [{if $readonly}] [{assign var="readonly" value="readonly disabled"}] @@ -17,6 +20,14 @@ .hidden-delete { display: none; } + + .container-fluid, + .errorbox { + font-size: 13px; + } + .errorbox p { + margin: 0.5rem; + }