Re: [psa-users] phpsecurityadm Interface
Brought to you by:
koivi
From: Albert L. <al...@pl...> - 2003-08-08 18:16:40
|
I see. In users.php the top half contains the header: <td style="background-color: <?php echo $PSA_OPTS['Tables']; ?>; color: <?php echo $PSA_OPTS['MenuFont']; ?>; font-weight: bold;"><?php echo _("Username") ?></td> <td style="background-color: <?php echo $PSA_OPTS['Tables']; ?>; color: <?php echo $PSA_OPTS['MenuFont']; ?>; font-weight: bold;"><?php echo _("Real Name") ?></td> <td style="background-color: <?php echo $PSA_OPTS['Tables']; ?>; color: <?php echo $PSA_OPTS['MenuFont']; ?>; font-weight: bold;"><?php echo _("E-mail") ?></td> <td style="background-color: <?php echo $PSA_OPTS['Tables']; ?>; color: <?php echo $PSA_OPTS['MenuFont']; ?>; font-weight: bold;"><?php echo _("Active") ?></td> <td> </td> It is very messy, but if you add in some <td>Title</td> sections, you'll be able to match those table data cells with the section underneath. The sections like this: <?php echo _("Active") ?> are for language translations. Will that do it for you? Al On 8/7/03 10:19 PM, "sunNinja" <sun...@se...> wrote: > nope doesnt help config.php only contains the color setting etc... what i > wanna modify is the alignment and customized the output in users.php like the > ff: > > Username Real Name E-mail Company Phone Active > test testname te...@te... Company A 433-33 Y > > > > any help? i want to add more information in the output... or in users.php when > u view current users... Thnx |