From 7aea165937e9920639dad00b877292a3d40d2f18 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9rome=20Perrin?= <jerome@nexedi.com> Date: Thu, 29 Jun 2006 13:32:25 +0000 Subject: [PATCH] use figure class and thousand separators git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@8225 20353a03-c40f-0410-a6d1-a30d3c3de9de --- .../PaySheetTransaction_view/my_gross_salary.xml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/bt5/erp5_payroll/SkinTemplateItem/portal_skins/erp5_payroll/PaySheetTransaction_view/my_gross_salary.xml b/bt5/erp5_payroll/SkinTemplateItem/portal_skins/erp5_payroll/PaySheetTransaction_view/my_gross_salary.xml index b63c8d4b3a..fc9b382076 100644 --- a/bt5/erp5_payroll/SkinTemplateItem/portal_skins/erp5_payroll/PaySheetTransaction_view/my_gross_salary.xml +++ b/bt5/erp5_payroll/SkinTemplateItem/portal_skins/erp5_payroll/PaySheetTransaction_view/my_gross_salary.xml @@ -171,7 +171,7 @@ </item> <item> <key> <string>css_class</string> </key> - <value> <string></string> </value> + <value> <string>figure</string> </value> </item> <item> <key> <string>default</string> </key> @@ -225,10 +225,18 @@ <key> <string>hidden</string> </key> <value> <int>0</int> </value> </item> + <item> + <key> <string>input_style</string> </key> + <value> <string>-1 234.5</string> </value> + </item> <item> <key> <string>not_viewable</string> </key> <value> <int>0</int> </value> </item> + <item> + <key> <string>precision</string> </key> + <value> <string></string> </value> + </item> <item> <key> <string>read_only</string> </key> <value> <int>0</int> </value> @@ -239,7 +247,7 @@ </item> <item> <key> <string>title</string> </key> - <value> <string>Gross Salary (Euros)</string> </value> + <value> <string>Gross Salary</string> </value> </item> <item> <key> <string>viewable_expression</string> </key> -- 2.30.9