diff -r e457ec945e50 -r 0d5998b32a7c client/templates/nodeeditor.html
--- a/client/templates/nodeeditor.html Sat Apr 25 04:13:53 2015 +0200
+++ b/client/templates/nodeeditor.html Sat Apr 25 04:37:06 2015 +0200
@@ -1,91 +1,91 @@
- ×<%-renkan.translate("Edit Node")%>
+ ×<%-renkan.translate("Edit Node")%>
-
-
+
+
<% if (options.show_node_editor_uri) { %>
-
-
-
-
-
+
+
+
+
+
<% } %> <% if (options.show_node_editor_description) { %>
-
-
-
-
+
+
+
+
<% } %> <% if (options.show_node_editor_size) { %>
-
- <%-renkan.translate("Size:")%>
- -
- <%-node.size%>
- +
-
+
+ <%-renkan.translate("Size:")%>
+ -
+ <%-node.size%>
+ +
+
<% } %> <% if (options.show_node_editor_color) { %>
-
-
- <%-renkan.translate("Node color:")%>
-
-
-
-
- <%= renkan.colorPicker %>
- <%- renkan.translate("Choose color") %>
-
-
+
+
+ <%-renkan.translate("Node color:")%>
+
+
+
+
+ <%= renkan.colorPicker %>
+ <%- renkan.translate("Choose color") %>
+
+
<% } %> <% if (options.show_node_editor_image) { %>
-
-
-

- <% if (node.clip_path) { %>
-
- <% }%>
-
-
-
-
-
-
+
+
+

+ <% if (node.clip_path) { %>
+
+ <% }%>
+
+
+
+
+
+
<% if (options.allow_image_upload) { %>
-
-
-
-
+
+
+
+
<% }%><% } %> <% if (options.show_node_editor_creator && node.has_creator) { %>
-
- <%-renkan.translate("Created by:")%>
-
- <%- shortenText(node.created_by_title, 25) %>
-
+
+ <%-renkan.translate("Created by:")%>
+
+ <%- shortenText(node.created_by_title, 25) %>
+
<% } %> <% if (options.change_shapes) { %>
-
-
-
-
+
+
+
+
<% } %>