X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/413a5f1dc25d5c8a788127f40816f39c49cd0d1c..5f6b12e9b2b5f3a35d22f690ba4052dd68b7f83d:/src/editor/views/dialog/templates/checkbox.html?ds=sidebyside diff --git a/src/editor/views/dialog/templates/checkbox.html b/src/editor/views/dialog/templates/checkbox.html index 3c14092..a6ad457 100644 --- a/src/editor/views/dialog/templates/checkbox.html +++ b/src/editor/views/dialog/templates/checkbox.html @@ -1,5 +1,5 @@ -<p> +<div> <div style="float: left; width:100px;"><%= label %>:</div> <input type="checkbox" name="<%= name %>"/> <span class="description"><%= description %></span> -</p> \ No newline at end of file +</div> \ No newline at end of file