diff -r eb5f2313ce2b -r 4f458e6d32bd client/templates/edgeeditor.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/client/templates/edgeeditor.html Sat Apr 18 16:56:37 2015 +0200 @@ -0,0 +1,67 @@ +

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

+

+ + +

+<% if (options.show_edge_editor_uri) { %> +

+ + + +

+ <% if (options.properties.length) { %> +

+ + +

+<% } } %> +<% if (options.show_edge_editor_color) { %> +
+ <%-renkan.translate("Edge color:")%> +
+ + + + <%= renkan.colorPicker %> + <%- renkan.translate("Choose color") %> +
+
+<% } %> +<% 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) %> +

+<% } %>