This topic is locked

Cell alignment on list page

12/18/2007 10:34:00 AM
PHPRunner General questions
S
SchiDie author

Hello to all,

first of all I want to reapeat my gratulations to the team for this excellent piece oft software.
But now to my question:

I got a little problem with the alignment of the cells (values) on the list page.

In the new layout they are centered and middled.
I don't want to change it via visual editor, because every time the pages get resetted, the adjustment has gone :-(
Where is the right place (in the list.hmtl?) to change alignment to left and bottom?
Many Thx in advance
Dieter
PHPR 4.1 (313)

J
Jane 12/19/2007

Hi,
you can edit cell alignment in the C:/Program Files/PHPRunner4.1/templates/layouts/Your Layout/list.htm file.

S
SchiDie author 12/20/2007

Hi,

you can edit cell alignment in the C:/Program Files/PHPRunner4.1/templates/layouts/Your Layout/list.htm file.


Thank you Jane,

meanwhile I've found the right places within the list.htm

I'm not that proficient in reading smarty-based html templates. But now I've got it.

After this line of code:

##foreach Fields as @f filter bListPage order nListPageOrder##



change the alignment parameters in

<td align=left valign=bottom ##if !@last##class=borderbody##endif## {$row.##@i####@f.strName g##_style}>


Just in case of anybody else having the same problem ;-)
Bye
Dieter