Compare commits
8 Commits
fix_expend
...
develop
| Author | SHA1 | Date | |
|---|---|---|---|
| 0c69abcc43 | |||
| 65fc9d7163 | |||
| 2df193c6d5 | |||
| 8b9f845a37 | |||
| af4c826322 | |||
| 2282bbf13d | |||
| 7e8cbeb392 | |||
| 960761d729 |
@@ -54,5 +54,5 @@ const strings = {
|
||||
'Donnerstag',
|
||||
'Freitag',
|
||||
'Samstag'
|
||||
],
|
||||
]
|
||||
}
|
||||
@@ -260,7 +260,7 @@
|
||||
<div class="input-style input-style-2 has-icon input-required">
|
||||
<i class="input-icon fa fa-user color-theme"></i>
|
||||
<span class="color-highlight">Benutzername</span>
|
||||
<input id="input-login-username" class="form-control" type="name" placeholder="Benutzername" />
|
||||
<input id="input-login-username" class="form-control" type="text" placeholder="Benutzername" />
|
||||
</div>
|
||||
<div class="input-style input-style-2 has-icon input-required">
|
||||
<i class="input-icon fa fa-lock color-theme"></i>
|
||||
|
||||
Reference in New Issue
Block a user