1
gstarrett
PM readmsg.php alignment error ** Patch Included **
  • 2003/10/28 5:46

  • gstarrett

  • Friend of XOOPS

  • Posts: 174

  • Since: 2002/3/12


Another minor but visually significant issue: When viewing a PM under Opera (and other browsers, IIRC) the message is squished off to the right with far too much space on the left column. Changing line 80 in readmsg.php from:
echo "</td><td><img src='images/subject/".$pm_arr[0]->getVar("msg_image""E")."' alt='' />&nbsp;"._PM_SENTC."".formatTimestamp($pm_arr[0]->getVar("msg_time"));

To:
echo "</td><td width='100%'><img src='images/subject/".$pm_arr[0]->getVar("msg_image""E")."' alt='' />&nbsp;"._PM_SENTC."".formatTimestamp($pm_arr[0]->getVar("msg_time"));

Fixes the problem by adding the width='100%' parameter to the cell. I've verified this with the current 2.0.5 CVS code.

2
gstarrett
Re: PM readmsg.php alignment error ** Patch Included **
  • 2003/10/29 6:25

  • gstarrett

  • Friend of XOOPS

  • Posts: 174

  • Since: 2002/3/12


Is there a better place to report this than here? It's a minor fix, but the SF bug databases aren't linked to anymore so I hesitate to post there in case their use is depricated.

(There's another minor fix I posted here also).

Login

Who's Online

232 user(s) are online (171 user(s) are browsing Support Forums)


Members: 0


Guests: 232


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits