×<%-renkan.translate("Edit Edge")%>
<% if (options.show_edge_editor_uri) { %>
<% if (options.properties.length) { %>
<% } } %>
<% if (options.show_edge_editor_style) { %>
<% if (options.show_edge_editor_style_color) { %>
<%-renkan.translate("Edge color:")%>
<%= renkan.colorPicker('Rk-Editor-ColorPicker-Edge') %>
<%- 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) { %>
<%- renkan.translate("Change edge direction") %>
<% } %>
<% if (options.show_edge_editor_nodes) { %>
<%-renkan.translate("From:")%>
<%- shortenText(edge.from_title, 25) %>
<%-renkan.translate("To:")%>
<%- shortenText(edge.to_title, 25) %>
<% } %>
<% if (options.show_edge_editor_creator && edge.has_creator) { %>
<%-renkan.translate("Created by:")%>
<%- shortenText(edge.created_by_title, 25) %>
<% } %>