X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/413a5f1dc25d5c8a788127f40816f39c49cd0d1c..85b90b418f5ae3731455f3bdf7f65e7f17406c72:/src/editor/views/dialog/templates/input.html diff --git a/src/editor/views/dialog/templates/input.html b/src/editor/views/dialog/templates/input.html index f60f2f6..704972a 100644 --- a/src/editor/views/dialog/templates/input.html +++ b/src/editor/views/dialog/templates/input.html @@ -1,10 +1,10 @@ -<p> +<div> <div style="float: left; width:100px;"> <%= label %>: </div> <div> - <input type="input" name="<%= name %>"/> + <input type="input" name="<%= name %>" value="<%= initialValue %>"/> <span class="description"><%= description %></span> </div> -</p> \ No newline at end of file +</div> \ No newline at end of file