client/templates/nodeeditor.html
changeset 441 4732f078d0fe
parent 434 0d5998b32a7c
child 458 423bdf56d103
--- a/client/templates/nodeeditor.html	Wed May 06 09:38:15 2015 +0200
+++ b/client/templates/nodeeditor.html	Wed May 13 10:02:04 2015 +0200
@@ -86,6 +86,9 @@
             <option class="Rk-Edit-Vocabulary-Property" value="star"<% if (node.shape === "star") { %> selected<% } %>>
                 <%- renkan.translate("Star") %>
             </option>
+            <option class="Rk-Edit-Vocabulary-Property" value="cloud"<% if (node.shape === "cloud") { %> selected<% } %>>
+                <%- renkan.translate("Cloud") %>
+            </option>
         </select>
     </p>
 <% } %>