X-Git-Url: https://git.mdrn.pl/fnpeditor.git/blobdiff_plain/cafbf791aa805aa9cdd019ba4cbfd6b6ae881693..db58e0a751440706b5e0407e5a4a9ebb6cb0f8aa:/src/editor/modules/nodePane/template.html diff --git a/src/editor/modules/nodePane/template.html b/src/editor/modules/nodePane/template.html index 55a3cc2..40db3ea 100644 --- a/src/editor/modules/nodePane/template.html +++ b/src/editor/modules/nodePane/template.html @@ -13,7 +13,7 @@ <div> <label>Klasa</label> <select class="rng-module-nodePane-classSelect"> - <% var options = ['', 'author', 'title', 'comment', 'cite', 'cite.code', 'cite.code.xml', 'list.items', 'list.items.enum', 'item', 'uri', 'p', 'footnote', 'todo', 'emp'] %> + <% var options = ['', 'author', 'title', 'comment', 'cite', 'cite.code', 'cite.code.xml', 'list.items', 'list.items.enum', 'item', 'link', 'p', 'footnote', 'todo', 'emp'] %> <% options.forEach(function(option) { %> <option value="<%= option.replace(/\./g, '-') %>" <% if(option === '') { %>selected<% } %>><%= utils.getClassLabel(option) %></option> <% }); %>