An error occurred while fetching the assigned milestone of the selected merge_request.
mymodule
templates
.gitkeep +0 -0
selectsource.tpl.php +28 -0
themes/fancytheme
core
loginuserpass.php +82 -0
default
includes
footer.php +23 -0
header.php +124 -0
_footer.twig +1 -0
base.twig +1 -1
multiauth
selectsource.php +85 -0
selectsource.twig +1 -1
www
stylesheet.css +3 -0
.gitlab-ci.yml +2 -2
mymodule/templates/.gitkeep
0 → 100644
+ 0
- 0
mymodule/templates/selectsource.tpl.php
0 → 100644
+ 28
- 0
+ 82
- 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>
+ 23
- 0
+ 124
- 0