client/templates/edgeeditor.html
changeset 458 423bdf56d103
parent 434 0d5998b32a7c
child 459 98cae534083d
equal deleted inserted replaced
457:b38cf3d4cf1f 458:423bdf56d103
    29             </select>
    29             </select>
    30         </p>
    30         </p>
    31 <% } } %>
    31 <% } } %>
    32 <% if (options.show_edge_editor_color) { %>
    32 <% if (options.show_edge_editor_color) { %>
    33     <div class="Rk-Editor-p">
    33     <div class="Rk-Editor-p">
       
    34       <div id="Rk-Editor-p-color">
    34         <span class="Rk-Editor-Label"><%-renkan.translate("Edge color:")%></span>
    35         <span class="Rk-Editor-Label"><%-renkan.translate("Edge color:")%></span>
    35         <div class="Rk-Edit-ColorPicker-Wrapper">
    36         <div class="Rk-Edit-ColorPicker-Wrapper">
    36             <span class="Rk-Edit-Color" style="background: &lt;%-edge.color%>;">
    37             <span class="Rk-Edit-Color" style="background: &lt;%-edge.color%>;">
    37                 <span class="Rk-Edit-ColorTip"></span>
    38                 <span class="Rk-Edit-ColorTip"></span>
    38             </span>
    39             </span>
    39             <%= renkan.colorPicker %>
    40             <%= renkan.colorPicker %>
    40             <span class="Rk-Edit-ColorPicker-Text"><%- renkan.translate("Choose color") %></span>
    41             <span class="Rk-Edit-ColorPicker-Text"><%- renkan.translate("Choose color") %></span>
    41         </div>
    42         </div>
       
    43       </div>
       
    44       <div id="Rk-Editor-p-dash">
       
    45         <span class="Rk-Editor-Label"><%-renkan.translate("Dash:")%></span>
       
    46         <input type="checkbox" name="Rk-Edit-Dash" class="Rk-Edit-Dash" <%- edge.dash %> />
       
    47       </div>
    42     </div>
    48     </div>
    43 <% } %>
    49 <% } %>
    44 <% if (options.show_edge_editor_direction) { %>
    50 <% if (options.show_edge_editor_direction) { %>
    45     <p>
    51     <p>
    46         <span class="Rk-Edit-Direction"><%- renkan.translate("Change edge direction") %></span>
    52         <span class="Rk-Edit-Direction"><%- renkan.translate("Change edge direction") %></span>