| Anonymous | Login | Signup for a new account | 02-09-10 21:58 GMT | ![]() |
| Main | My View | View Issues | Change Log | Roadmap |
| View Issue Details [ Jump to Notes ] | [ Print ] | ||||||||||
| ID | Project | Category | View Status | Date Submitted | Last Update | ||||||
| 0014971 | phplist | Message Management | public | 08-06-08 19:32 | 26-05-09 13:52 | ||||||
| Reporter | jvarrone | ||||||||||
| Priority | normal | Severity | feature | Reproducibility | always | ||||||
| Status | new | Resolution | open | ||||||||
| Platform | OS | OS Version | |||||||||
| Product Version | FutureDevelopments | ||||||||||
| Target Version | 2.11.X | Fixed in Version | |||||||||
| Summary | 0014971: Add Message ID to the messages pages. | ||||||||||
| Description | For better usability, and to accurately select the correct message, I added Message ID to the message management page. On or about line 191 (V 2.10.5) in messages.php, Added two lines of code identified below as preceded with "+". printf ('<tr><td valign="top"><table> + <tr><td valign="top">'.$GLOBALS['I18N']->get("ID:").'</td><td valign="top">%s</td></tr> <tr><td valign="top">'.$GLOBALS['I18N']->get("From:").'</td><td valign="top">%s</td></tr> <tr><td valign="top">'.$GLOBALS['I18N']->get("Subject:").'</td><td valign="top">%s</td></tr> <tr><td valign="top">'.$GLOBALS['I18N']->get("Entered:").'</td><td valign="top">%s</td></tr> <tr><td valign="top">'.$GLOBALS['I18N']->get("Embargo:").'</td><td valign="top">%s</td></tr> </table> </td>', + $msg["id"], stripslashes($msg["fromfield"]), stripslashes($msg["subject"]), $msg["entered"], $msg["embargo"] | ||||||||||
| Tags | No tags attached. | ||||||||||
| Attached Files | |||||||||||
| Copyright © 2000 - 2010 MantisBT Group |