Update of /cvsroot/wpdev/xmlscripts/scripts/system
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3118/system
Modified Files:
pages.py
Log Message:
consistency fix
Index: pages.py
===================================================================
RCS file: /cvsroot/wpdev/xmlscripts/scripts/system/pages.py,v
retrieving revision 1.7
retrieving revision 1.8
diff -C2 -d -r1.7 -r1.8
*** pages.py 10 Oct 2004 12:05:50 -0000 1.7
--- pages.py 10 Oct 2004 12:10:10 -0000 1.8
***************
*** 578,583 ****
gump.addText( 55, 60 + offset, tr("Char: ") + char.name, 0x844 + 5 * pagetype )
gump.addText( 55, 80 + offset, tr("Account: ") + page.account, 0x844 + 5 * pagetype )
! gump.addText( 275, 80 + offset, tr("Category: ") + page.category, 0x844 + 5 * pagetype )
! gump.addText( 275, 60 + offset, tr("Time: ") + time.strftime(FORMAT_DATETIME, time.localtime(page.created)), 0x844 + 5 * pagetype )
else:
gump.addText( 55, 60 + offset, tr("Char: ") + char.name, 2100 )
--- 578,583 ----
gump.addText( 55, 60 + offset, tr("Char: ") + char.name, 0x844 + 5 * pagetype )
gump.addText( 55, 80 + offset, tr("Account: ") + page.account, 0x844 + 5 * pagetype )
! gump.addText( 300, 80 + offset, tr("Category: ") + page.category, 0x844 + 5 * pagetype )
! gump.addText( 300, 60 + offset, tr("Time: ") + time.strftime(FORMAT_DATETIME, time.localtime(page.created)), 0x844 + 5 * pagetype )
else:
gump.addText( 55, 60 + offset, tr("Char: ") + char.name, 2100 )
|