summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorschneefux <schneefux+commit@schneefux.xyz>2014-06-09 14:32:35 +0200
committerschneefux <schneefux+commit@schneefux.xyz>2016-08-15 20:02:41 +0200
commit46cf469a0dfa9088aaf059b2d051ecf9951beea7 (patch)
treea5632c81ca9805327fcd5c94ae097a5bbfec8db2
parentec2d11ad081925a699a833d1329f296440d87727 (diff)
downloadwvs-vplan-46cf469a0dfa9088aaf059b2d051ecf9951beea7.tar.gz
wvs-vplan-46cf469a0dfa9088aaf059b2d051ecf9951beea7.zip
beschreibe Loginfelder
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 74cf827..05ca5a6 100644
--- a/index.html
+++ b/index.html
@@ -93,9 +93,9 @@
<div data-role="popup" id="loginpopup">
<form style="padding:10px 20px;" id="loginform" action="javascript:login();">
<h3>Bitte einloggen</h3>
- <label for="username" class="ui-hidden-accessible">Benutzername</label>
+ <label for="username">Moodle-Benutzername:</label>
<input type="text" id="username" hint="Benutzername" autofocus required>
- <label for="password" class="ui-hidden-accessible">Passwort</label>
+ <label for="password">Moodle-Passwort:</label>
<input type="password" id="password" hint="Passwort" required>
<button class="ui-btn ui-corner-all ui-btn-icon-left ui-icon-user" id="loginsubmit" type="submit">Einloggen</button>
</form>