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