Commit 13e13601 authored by Alexandre Boeglin's avatar Alexandre Boeglin

some fields should be left or right aligned, and not centered.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@20099 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent c1546dcb
......@@ -164,6 +164,8 @@ for line in getSubLineList(context):\n
# summary\n
line_dict = {\n
\'style_name\': \'Item_20_Table_20_Title\',\n
\'left_style_name\': \'Item_20_Table_20_Title_20_Left\',\n
\'right_style_name\': \'Item_20_Table_20_Title_20_Right\',\n
\'index\': line.getIntIndex(),\n
\'source_reference\': getSourceReference(line),\n
\'reference\': line.getResource() is not None and line.getResourceValue().getReference() or \'\',\n
......@@ -177,6 +179,8 @@ for line in getSubLineList(context):\n
else:\n
line_dict = {\n
\'style_name\': \'Table_20_Contents\',\n
\'left_style_name\': \'Table_20_Contents_20_Left\',\n
\'right_style_name\': \'Table_20_Contents_20_Right\',\n
\'index\': line.getIntIndex(),\n
\'source_reference\': getSourceReference(line),\n
\'reference\': line.getResource() is not None and line.getResourceValue().getReference() or \'\',\n
......
196
\ No newline at end of file
197
\ 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