client/templates/nodeeditor.html
changeset 650 b2e22052e9d6
parent 649 2b9c120dba55
equal deleted inserted replaced
649:2b9c120dba55 650:b2e22052e9d6
     9     <% } else { %>
     9     <% } else { %>
    10         <input class="Rk-Edit-Title" type="text" value="<%-node.title%>" />
    10         <input class="Rk-Edit-Title" type="text" value="<%-node.title%>" />
    11     <% } %>
    11     <% } %>
    12 </p>
    12 </p>
    13 <% if (options.show_node_title_style) { %>
    13 <% if (options.show_node_title_style) { %>
    14     <div class="Rk-Editor-p-title-style">
    14     <div class="Rk-Editor-p-title-style Rk-Editor-p">
    15         <div class="Rk-Editor-p-title-color">
    15         <div class="Rk-Editor-p-title-color">
    16             <span class="Rk-Editor-Label"><%-renkan.translate("Title color:")%></span>
    16             <span class="Rk-Editor-Label"><%-renkan.translate("Title color:")%></span>
    17             <span class="Rk-Edit-Color" style="background: <%-node.title_color%>;">
    17             <span class="Rk-Edit-Color" style="background: <%-node.title_color%>;">
    18                 <span class="Rk-Edit-ColorTip"></span>
    18                 <span class="Rk-Edit-ColorTip"></span>
    19             </span>
    19             </span>