client/templates/nodeeditor.html
changeset 441 4732f078d0fe
parent 434 0d5998b32a7c
child 458 423bdf56d103
equal deleted inserted replaced
440:2311be523b92 441:4732f078d0fe
    84                 <%- renkan.translate("Ellipse") %>
    84                 <%- renkan.translate("Ellipse") %>
    85             </option>
    85             </option>
    86             <option class="Rk-Edit-Vocabulary-Property" value="star"<% if (node.shape === "star") { %> selected<% } %>>
    86             <option class="Rk-Edit-Vocabulary-Property" value="star"<% if (node.shape === "star") { %> selected<% } %>>
    87                 <%- renkan.translate("Star") %>
    87                 <%- renkan.translate("Star") %>
    88             </option>
    88             </option>
       
    89             <option class="Rk-Edit-Vocabulary-Property" value="cloud"<% if (node.shape === "cloud") { %> selected<% } %>>
       
    90                 <%- renkan.translate("Cloud") %>
       
    91             </option>
    89         </select>
    92         </select>
    90     </p>
    93     </p>
    91 <% } %>
    94 <% } %>