typo fix
This commit is contained in:
parent
6a156b1866
commit
7cf4889fda
|
@ -22,7 +22,7 @@
|
|||
<input id="status_aktiv" type="radio" value="1" name="status" {status1} /><label for="status_aktiv">Aktiv</label>
|
||||
<input id="status_inaktiv" type="radio" value="0" name="status" {status0} /><label for="status_inaktiv">Nicht Aktiv</label>
|
||||
</div>
|
||||
<div style="width:45%; hieght:23px; float:left;">Staat:</div>
|
||||
<div style="width:45%; height:23px; float:left;">Staat:</div>
|
||||
<div style="width:55%; height:23px; float:left;">
|
||||
<select name="staat" style="width:80%;">
|
||||
{staat}
|
||||
|
|
Loading…
Reference in New Issue