fnp
/
fnpeditor.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
editor: span icon clickable when cursor in appropriate fragment & enables span removal
[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
index
8166eb5
..
f170c5a
100644
(file)
--- a/
src/editor/modules/metadataEditor/templates/item.html
+++ b/
src/editor/modules/metadataEditor/templates/item.html
@@
-1,5
+1,5
@@
<tr>
<td></td>
<tr>
<td></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>
+ <td></td>
+ <td><
a href="#" class="rng-visualEditor-metaRemoveBtn">x</a
></td>
</tr>
\ No newline at end of file
</tr>
\ No newline at end of file