wip: Experimenting with new approach - dividing visualEditor module
[fnpeditor.git] / modules / metadataEditor / templates / item.html
diff --git a/modules/metadataEditor/templates/item.html b/modules/metadataEditor/templates/item.html
new file mode 100644 (file)
index 0000000..ef91cab
--- /dev/null
@@ -0,0 +1,5 @@
+<tr>\r
+    <td><div contenteditable="true" class="rng-module-metadataEditor-metaItemKey"><%= key %></div></td>\r
+    <td><div contenteditable="true" class="rng-module-metadataEditor-metaItemValue"><%= value %></div></td>\r
+    <td><button class="rng-visualEditor-metaRemoveBtn btn btn-mini btn-danger">x</button></td>\r
+</tr>
\ No newline at end of file