fnp
/
fnpeditor.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
db1b2dad4b8c6f32c93b54f79683da1b2a0f45b2
[fnpeditor.git]
/
src
/
editor
/
plugins
/
core
/
links
/
box.html
1
<div link-box style="white-space: nowrap">
2
<a link target="_blank" href="<%= url %>"><%= text %></a> <br/>--
3
<span>
4
<a class="change" href="#"><%= gettext('change') %></a> |
5
<a class="delete" href="#"><%= gettext('remove') %></a>
6
</span>
7
</div>