switched to new style for required form fields
This commit is contained in:
parent
aabded298d
commit
7b9d99cc4e
@ -87,7 +87,7 @@
|
||||
<fieldset>
|
||||
<article>
|
||||
<label>
|
||||
Genre (erforderlich)
|
||||
<span class="required">Genre</span>
|
||||
<input id="form_Genre" name="form_Genre" aria-Label="Genre" placeholder="Genre" required autofocus />
|
||||
</label>
|
||||
</article>
|
||||
|
||||
@ -87,7 +87,7 @@
|
||||
<fieldset>
|
||||
<article>
|
||||
<label>
|
||||
Name (erforderlich)
|
||||
<span class="required">Name</span>
|
||||
<input id="form_Name" name="form_Name" aria-Label="Name" placeholder="Name" required autofocus />
|
||||
</label>
|
||||
</article>
|
||||
|
||||
@ -87,7 +87,7 @@
|
||||
<fieldset>
|
||||
<article>
|
||||
<label>
|
||||
Pseudonym (erforderlich)
|
||||
<span class="required">Pseudonym</span>
|
||||
<input id="form_Pseudonym" name="form_Pseudonym" aria-Label="Pseudonym" placeholder="Pseudonym" required autofocus />
|
||||
</label>
|
||||
</article>
|
||||
|
||||
@ -91,7 +91,7 @@
|
||||
<fieldset>
|
||||
<article>
|
||||
<label>
|
||||
Reihentitel (erforderlich)
|
||||
<span class="required">Titel</span>
|
||||
<input id="form_Titel" name="form_Titel" aria-Label="Reihentitel" placeholder="Titel" required autofocus />
|
||||
</label>
|
||||
<label>
|
||||
|
||||
@ -87,7 +87,7 @@
|
||||
<fieldset>
|
||||
<article>
|
||||
<label>
|
||||
Sprache (erforderlich)
|
||||
<span class="required">Sprache</span>
|
||||
<input id="form_Sprache" name="form_Sprache" aria-Label="Sprache" placeholder="Sprache" required autofocus />
|
||||
</label>
|
||||
</article>
|
||||
|
||||
@ -87,7 +87,7 @@
|
||||
<fieldset>
|
||||
<article>
|
||||
<label>
|
||||
Textform (erforderlich)
|
||||
<span class="required">Textform</span>
|
||||
<input id="form_Textform" name="form_Textform" aria-Label="Textform" placeholder="Textform" required autofocus />
|
||||
</label>
|
||||
</article>
|
||||
|
||||
@ -87,7 +87,7 @@
|
||||
<fieldset>
|
||||
<article>
|
||||
<label>
|
||||
Verlagsname (erforderlich)
|
||||
<span class="required">Name des Verlags</span>
|
||||
<input id="form_Verlag" name="form_Verlag" aria-Label="Verlagsname" placeholder="Verlagsname" required autofocus />
|
||||
</label>
|
||||
</article>
|
||||
|
||||
@ -87,7 +87,7 @@
|
||||
<fieldset>
|
||||
<article>
|
||||
<label>
|
||||
Werksform (erforderlich)
|
||||
<span class="required">Werksform</span>
|
||||
<input id="form_Werksform" name="form_Werksform" aria-Label="Werksform" placeholder="Werksform" required autofocus/>
|
||||
</label>
|
||||
</article>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user