Commit cab35be7 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

remove garbage.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@26946 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 09fcc94a
......@@ -244,101 +244,7 @@ XXX: Folder_filter accesses selection directly\n
</button>\n
</span>\n
</div>\n
<!-- \n
<tal:block tal:condition="not: list_mode | nothing">\n
<tal:block tal:condition="request/selection_index | nothing">\n
<span class="tool_buttons">\n
<div class="div_navigation" align="center" id="div_navigation">\n
<a class="jump_first" title="First"\n
tal:attributes="href python: \'portal_selections/viewFirst?%s\' % (http_parameters, )"\n
i18n:attributes="title" i18n:domain="ui">\n
<span class="image"></span>\n
<span class="description" i18n:translate="" i18n:domain="ui">First</span>\n
</a> \n
<a class="jump_previous" title="Previous"\n
tal:attributes="href python: \'portal_selections/viewPrevious?%s\' % (http_parameters, )"\n
i18n:attributes="title" i18n:domain="ui">\n
<span class="image"></span>\n
<span class="description" i18n:translate="" i18n:domain="ui">Previous</span>\n
</a>\n
<a class="list_mode" title="List Mode" tal:attributes="href python: here.portal_selections.getSelectionListUrlFor(request[\'selection_name\'])"\n
i18n:attributes="title" i18n:domain="ui">\n
<span class="image"></span>\n
<span class="description" i18n:translate="" i18n:domain="ui">List Mode</span>\n
</a>\n
<a class="jump_next" title="Next"\n
tal:attributes="href python: \'portal_selections/viewNext?%s\' % (http_parameters, )"\n
i18n:attributes="title" i18n:domain="ui">\n
<span class="image"></span>\n
<span class="description" i18n:translate="" i18n:domain="ui">Next</span>\n
</a>\n
<a class="jump_last" title="Last"\n
tal:attributes="href python: \'portal_selections/viewLast?%s\' % (http_parameters, )"\n
i18n:attributes="title" i18n:domain="ui">\n
<span class="image"></span>\n
<span class="description" i18n:translate="" i18n:domain="ui">Last</span>\n
</a>\n
</div>\n
</span>\n
<script>\n
loadDivSize();\n
</script>\n
<div id="shortcuts" class="shortcuts">\n
<a class="import_export"\n
title="Import / Export"\n
tal:attributes="href python:here.ERP5Site_renderLink(\'Person_exportPersonAsvCard\',http_parameters)"\n
i18n:attributes="title" i18n:domain="ui">\n
<button class="button" i18n:translate="" i18n:domain="ui">\n
<span class="link" i18n:translate="" i18n:domain="ui">Export as vCard</span>\n
</button>\n
</a>\n
</div>\n
<script>\n
affShortcuts ();\n
</script>\n
</tal:block>\n
</tal:block> -->\n
\n
</div>\n
\n
\n
\n
<!--<span class="tool_buttons">\n
<div class="div_next" align="right" id="div_next">\n
\n
<a class="jump_first" title="First"\n
tal:attributes="href python: \'portal_selections/viewFirst?%s\' % (http_parameters, )"\n
i18n:attributes="title" i18n:domain="ui">\n
<span class="image"></span>\n
<span class="description" i18n:translate="" i18n:domain="ui">First</span>\n
</a>\n
<a class="jump_previous" title="Previous"\n
tal:attributes="href python: \'portal_selections/viewPrevious?%s\' % (http_parameters, )"\n
i18n:attributes="title" i18n:domain="ui">\n
<span class="image"></span>\n
<span class="description" i18n:translate="" i18n:domain="ui">Previous</span>\n
</a>\n
<a class="list_mode" title="List Mode" tal:attributes="href python: here.portal_selections.getSelectionListUrlFor(request[\'selection_name\'])"\n
i18n:attributes="title" i18n:domain="ui">\n
<span class="image"></span>\n
<span class="description" i18n:translate="" i18n:domain="ui">List Mode</span>\n
</a>\n
<a class="jump_next" title="Next"\n
tal:attributes="href python: \'portal_selections/viewNext?%s\' % (http_parameters, )"\n
i18n:attributes="title" i18n:domain="ui">\n
<span class="image"></span>\n
<span class="description" i18n:translate="" i18n:domain="ui">Next</span>\n
</a>\n
<a class="jump_last" title="Last"\n
tal:attributes="href python: \'portal_selections/viewLast?%s\' % (http_parameters, )"\n
i18n:attributes="title" i18n:domain="ui">\n
<span class="image"></span>\n
<span class="description" i18n:translate="" i18n:domain="ui">Last</span>\n
</a>\n
\n
</div>\n
</span>--> \n
\n
</span>\n
</tal:block>
......
43
\ No newline at end of file
44
\ 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