editor: improved links, first take
[fnpeditor.git] / src / editor / plugins / core / links / box.html
diff --git a/src/editor/plugins/core/links/box.html b/src/editor/plugins/core/links/box.html
new file mode 100644 (file)
index 0000000..d4594a7
--- /dev/null
@@ -0,0 +1,7 @@
+<div contenteditable="false" link-box style="white-space: nowrap">
+    <a link target="blank" href="<%= href %>"><%= href %></a> --
+    <span>
+        <a class="change" href="#"><%= gettext('change') %></a> |
+        <a class="delete" href="#"><%= gettext('remove') %></a>
+    </span>
+</div>
\ No newline at end of file