mymodule
locales
de/LC_MESSAGES
mymodule.po +519 -0
en/LC_MESSAGES
mymodule.po +571 -0
themes/fancytheme
core
loginuserpass.twig +30 -0
default
includes
footer.php +0 -1
header.php +3 -2
_footer.twig +3 -0
_header.twig +3 -0
base.twig +38 -0
www
stylesheet.css +3 -0
.gitlab-ci.yml +2 -2
mymodule/locales/de/LC_MESSAGES/mymodule.po
0 → 100644
+ 519
- 0
mymodule/locales/en/LC_MESSAGES/mymodule.po
0 → 100644
+ 571
- 0
+ 30
- 0
<div class="form-group"><button class="btn btn-primary btn-block" type="submit" style="background-color: #8a348b;"><strong>Anmelden</strong></button><a class="btn btn-primary btn-block" type="" style="background-color: rgb(234,234,234);color: rgb(0,0,0);" href="/account/registration"><strong>Neues Benutzerkonto anlegen</strong></a></div>
@@ -6,7 +6,6 @@ if (!empty($this->data['htmlinject']['htmlContentPost'])) {
@@ -6,7 +6,6 @@ if (!empty($this->data['htmlinject']['htmlContentPost'])) {
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous"></script>
@@ -47,11 +47,12 @@ header('X-Frame-Options: SAMEORIGIN');
@@ -47,11 +47,12 @@ header('X-Frame-Options: SAMEORIGIN');
<link rel="icon" type="image/icon" href="/<?php echo $this->data['baseurlpath']; ?>resources/icons/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" />
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous">