diff -r e388117572d8 -r 2b9c120dba55 client/templates/nodeeditor.html --- a/client/templates/nodeeditor.html Thu Jan 05 19:34:53 2017 +0100 +++ b/client/templates/nodeeditor.html Tue Jan 10 17:36:30 2017 +0100 @@ -10,7 +10,23 @@ <% } %>

-<% if (options.show_node_editor_uri) { %> +<% if (options.show_node_title_style) { %> +
+
+ <%-renkan.translate("Title color:")%> + + + + <%= renkan.colorPicker('Rk-Editor-ColorPicker-Title') %> +
+
+ <%-renkan.translate("Title size:")%> + - + <%-node.title_size.toFixed(1)%> + + +
+
+<% } %> <% if (options.show_node_editor_uri) { %>

@@ -53,7 +69,7 @@ - <%= renkan.colorPicker %> + <%= renkan.colorPicker('Rk-Editor-ColorPicker-Node') %> <%- renkan.translate("Choose color") %>