diff -r 423bdf56d103 -r 98cae534083d client/templates/edgeeditor.html --- a/client/templates/edgeeditor.html Tue Jun 02 00:39:47 2015 +0200 +++ b/client/templates/edgeeditor.html Wed Jun 03 13:16:46 2015 +0200 @@ -29,8 +29,9 @@

<% } } %> -<% if (options.show_edge_editor_color) { %> +<% if (options.show_edge_editor_style) { %>
+ <% if (options.show_edge_editor_style_color) { %>
<%-renkan.translate("Edge color:")%>
@@ -41,10 +42,27 @@ <%- renkan.translate("Choose color") %>
+ <% } %> + <% if (options.show_edge_editor_style_dash) { %>
<%-renkan.translate("Dash:")%> />
+ <% } %> + <% if (options.show_edge_editor_style_thickness) { %> +
+ <%-renkan.translate("Thickness:")%> + - + <%- edge.thickness %> + + +
+ <% } %> + <% if (options.show_edge_editor_style_arrow) { %> +
+ <%-renkan.translate("Arrow:")%> + /> +
+ <% } %>
<% } %> <% if (options.show_edge_editor_direction) { %>