largersmallernormaltext version of this page

Viewing Issue Simple Details Jump to Notes ] View Advanced ] Print ]
ID Category Severity Reproducibility Date Submitted Last Update
0014971 [phplist] Message Management feature always 08-06-08 19:32 26-05-09 13:52
Reporter jvarrone View Status public  
Assigned To
Priority normal Resolution open  
Status new   Product Version FutureDevelopments
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"]
Additional Information
Tags No tags attached.
Attached Files

- Relationships

There are no notes attached to this issue.


Mantis 1.1.6[^]
Copyright © 2000 - 2008 Mantis Group
Powered by Mantis Bugtracker