Commit 5201b9c4 authored by Ivan Tyagov's avatar Ivan Tyagov

Add "Jump" actions to web toolbar.

parent df54374d
......@@ -170,6 +170,28 @@
</ul>\n
</div>\n
</li>\n
\n
<!-- object actions -->\n
<li class="toolboxSection"\n
id="toolbox-object-actions"\n
tal:condition="actions/object_jump | nothing">\n
<h3 class="menu_title" i18n:translate="" i18n:domain="ui">Jump</h3>\n
<div class="menu">\n
<ul>\n
\n
<li tal:repeat="link actions/object_jump">\n
<a class="menu-link"\n
tal:attributes="href python: link[\'url\'];\n
title python: link[\'title\']">\n
<span>\n
<tal:block tal:replace="python: link[\'title\']"/>\n
</span>\n
</a>\n
</li>\n
</ul>\n
\n
</div>\n
</li>\n
\n
<!-- Document creation panel.\n
\n
......
1083
\ No newline at end of file
1084
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment