diff -r 423bdf56d103 -r 98cae534083d client/templates/nodeeditor.html --- a/client/templates/nodeeditor.html Tue Jun 02 00:39:47 2015 +0200 +++ b/client/templates/nodeeditor.html Wed Jun 03 13:16:46 2015 +0200 @@ -1,3 +1,4 @@ +<% //TODO: change class to id %>

×<%-renkan.translate("Edit Node")%>

@@ -19,12 +20,13 @@ <% } %> <% if (options.show_node_editor_size) { %>

<%-renkan.translate("Size:")%> - - - <%-node.size%> - + + - + <%-node.size%> + +

<% } %> <% if (options.show_node_editor_style) { %>
+ <% if (options.show_node_editor_style_color) { %>
<%-renkan.translate("Node color:")%> @@ -36,10 +38,21 @@ <%- renkan.translate("Choose color") %>
+ <% } %> + <% if (options.show_node_editor_style_dash) { %>
<%-renkan.translate("Dash:")%> />
+ <% } %> + <% if (options.show_node_editor_style_thickness) { %> +
+ <%-renkan.translate("Thickness:")%> + - + <%-node.thickness%> + + +
+ <% } %> <% } %> <% if (options.show_node_editor_image) { %>