X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/fd957bf9f733257a5b3f3abeffc772a1a9cf54ed..27d9dcb:/src/editor/views/dialog/dialog.html

diff --git a/src/editor/views/dialog/dialog.html b/src/editor/views/dialog/dialog.html
index 1576831..3e1463e 100644
--- a/src/editor/views/dialog/dialog.html
+++ b/src/editor/views/dialog/dialog.html
@@ -1,6 +1,6 @@
-<div class="rng-dialog modal hide static">
+<div class="rng-dialog modal hide static <%= cssClass %>">
     <div class="modal-header">
-        <button type="button" class="close">&times;</button>
+        <% if(closeButton) { %><button type="button" class="close">&times;</button><% } %>
         <h1><%= title %></h1>
     </div>
     <div class="modal-body">