removed Umlaut ("ü") from default entry when creating a new channel (work-around for #103)
This commit is contained in:
parent
d510f7047d
commit
f214749511
1 changed files with 1 additions and 1 deletions
|
@ -161,7 +161,7 @@
|
|||
<tr class="property"><td>Middleware:</td><td><input type="text" id="entity-create-middleware" /></td></tr>
|
||||
<tr class="property"><td>Typ:</td><td><select id="enti"name="type" size="1"></select></td></tr>
|
||||
<tr class="property"><td>Öffentlich:</td><td><input type="radio" name="public" value="1"> ja <input type="radio" name="public" value="0"> nein</td></tr>
|
||||
<tr class="property"><td>Titel:</td><td><input type="text" name="title" value="Kühlschrank" /></td></tr>
|
||||
<tr class="property"><td>Titel:</td><td><input type="text" name="title" value="Kuehlschrank" /></td></tr>
|
||||
<tr class="property"><td>Auflösung:</td><td><input type="text" name="resolution" value="1000" /></td></tr>
|
||||
<tr class="property"><td>Kosten:<br /><p style="font-size: small">pro Wh</p></td><td><input type="text" name="cost" value="0.00025" /> €</td></tr>
|
||||
<tr class="property"><td>Beschreibung:</td><td><input type="text" name="description" value="Swissnox 1-phasig" /></td></tr>
|
||||
|
|
Loading…
Add table
Reference in a new issue