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

- × - <% if (options.show_edge_tooltip_color) { %> - - <% } %> - - <% if (edge.uri) { %> - - <% } %> - <%-edge.title%> - <% if (edge.uri) { %> <% } %> - + × + <% if (options.show_edge_tooltip_color) { %> + + <% } %> + + <% if (edge.uri) { %> + + <% } %> + <%-edge.title%> + <% if (edge.uri) { %> <% } %> +

<% if (options.show_edge_tooltip_uri && edge.uri) { %> -

- <%- edge.short_uri %> -

+

+ <%- edge.short_uri %> +

<% } %>

<%-edge.description%>

<% if (options.show_edge_tooltip_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_tooltip_creator && edge.has_creator) { %> -

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

+

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

<% } %>