6cf2200aeb2b0d682bd84544fa1feddd0367f143
[fnpeditor.git] / src / editor / plugins / core / links / box.html
1 <div contenteditable="false" link-box style="white-space: nowrap">
2     <a link target="blank" href="<%= url %>"><%= text %></a> --
3     <span>
4         <a class="change" href="#"><%= gettext('change') %></a> |
5         <a class="delete" href="#"><%= gettext('remove') %></a>
6     </span>
7 </div>