diff -r e457ec945e50 -r 0d5998b32a7c client/templates/edgeeditor.html --- a/client/templates/edgeeditor.html Sat Apr 25 04:13:53 2015 +0200 +++ b/client/templates/edgeeditor.html Sat Apr 25 04:37:06 2015 +0200 @@ -1,67 +1,67 @@

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

- - + +

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

- - - -

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

- - -

+

+ + + +

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

+ + +

<% } } %> <% if (options.show_edge_editor_color) { %> -
- <%-renkan.translate("Edge color:")%> -
- - - - <%= renkan.colorPicker %> - <%- renkan.translate("Choose color") %> -
-
+
+ <%-renkan.translate("Edge color:")%> +
+ + + + <%= renkan.colorPicker %> + <%- renkan.translate("Choose color") %> +
+
<% } %> <% if (options.show_edge_editor_direction) { %> -

- <%- renkan.translate("Change edge 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) %> -

+

+ <%-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) %> -

+

+ <%-renkan.translate("Created by:")%> + + <%- shortenText(edge.created_by_title, 25) %> +

<% } %>