Commit 5cd3a9d6 authored by Thierry's avatar Thierry

dialog_category argument now provided in print action


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@274 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 4492249f
......@@ -70,10 +70,10 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
</a>&nbsp;
</span>
<span tal:condition="print_actions">
<a href="print"
<a href=""
tal:attributes="href python:print_actions[0]['url']
+ '?selection_name=%s&form_id=%s'
% (selection_name , form_id) ">
+ '?selection_name=%s&dialog_category=%s&form_id=%s'
% (selection_name , 'object_print', form_id) ">
<img src="/images/pro/images/print.png" title="Print" width="22" height="22"
alt="Print" border="0" tal:attributes="title python:gettext('Print');
alt python:gettext('Print')"/>
......
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