Changeset 9184 for trunk/MagicSoft/Mars/datacenter/db/include.php
- Timestamp:
- 12/01/08 12:13:54 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/datacenter/db/include.php
r9159 r9184 519 519 { 520 520 if (empty($rightalign[$key])) 521 printf(" <td align='left' >");521 printf(" <td align='left' valign='top'>"); 522 522 else 523 printf(" <td align='right' >");523 printf(" <td align='right' valign='top'>"); 524 524 525 525 $colour='#000000';
Note:
See TracChangeset
for help on using the changeset viewer.