largersmallernormaltext version of this page

View Issue Details Jump to Notes ] Print ]
IDProjectCategoryView StatusDate SubmittedLast Update
0014971phplistMessage Managementpublic08-06-08 19:3226-05-09 13:52
Reporterjvarrone 
PrioritynormalSeverityfeatureReproducibilityalways
StatusnewResolutionopen 
PlatformOSOS Version
Product VersionFutureDevelopments 
Target Version2.11.XFixed in Version 
Summary0014971: Add Message ID to the messages pages.
DescriptionFor 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"]
TagsNo tags attached.
Attached Files

- Relationships

-  Notes
There are no notes attached to this issue.


Copyright © 2000 - 2010 MantisBT Group
Powered by Mantis Bugtracker