[PythonReports-checkins] PythonReports/test sakila.prt,1.2,1.3
Brought to you by:
a1s
From: alexander s. <a1...@us...> - 2006-12-15 08:27:20
|
Update of /cvsroot/pythonreports/PythonReports/test In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv26013 Modified Files: sakila.prt Log Message: group header and footer renamed to title and summary Index: sakila.prt =================================================================== RCS file: /cvsroot/pythonreports/PythonReports/test/sakila.prt,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** sakila.prt 7 Dec 2006 13:36:33 -0000 1.2 --- sakila.prt 15 Dec 2006 08:27:14 -0000 1.3 *************** *** 176,180 **** </columns> <group name="customer" expr="customer_id"> ! <header> <box height="14" /> <style font="bold" color="#000900" /> --- 176,180 ---- </columns> <group name="customer" expr="customer_id"> ! <title> <box height="14" /> <style font="bold" color="#000900" /> *************** *** 190,195 **** <box y="-2" height="0" /> </line> ! </header> ! <footer> <box height="16" /> <style font="bold" color="#000900" /> --- 190,195 ---- <box y="-2" height="0" /> </line> ! </title> ! <summary> <box height="16" /> <style font="bold" color="#000900" /> *************** *** 202,206 **** <box y="4" /> </field> ! </footer> <detail> <box height="12" /> --- 202,206 ---- <box y="4" /> </field> ! </summary> <detail> <box height="12" /> |