Zeile 6 | Zeile 6 |
---|
* Website: http://www.mybboard.net * License: http://www.mybboard.net/about/license *
|
* Website: http://www.mybboard.net * License: http://www.mybboard.net/about/license *
|
* $Id: maillogs.php 4041 2008-07-25 20:13:08Z Tikitiki $
| * $Id: maillogs.php 4418 2009-08-08 06:06:25Z RyanGordon $
|
*/
// Disallow direct access to this file for security reasons
| */
// Disallow direct access to this file for security reasons
|
Zeile 236 | Zeile 236 |
---|
$to_filter = $mybb->input['toemail']; }
|
$to_filter = $mybb->input['toemail']; }
|
$additional_criteria = implode("&", $additional_criteria);
| if($additional_criteria) { $additional_criteria = "&".implode("&", $additional_criteria); }
|
$page->output_header($lang->user_email_log);
| $page->output_header($lang->user_email_log);
|
Zeile 311 | Zeile 314 |
---|
{ $table->construct_cell("{$find_from}<div><a href=\"../".get_profile_link($log['fromuid'])."\">{$log['from_username']}</a></div>"); }
|
{ $table->construct_cell("{$find_from}<div><a href=\"../".get_profile_link($log['fromuid'])."\">{$log['from_username']}</a></div>"); }
|
$find_to = "<div class=\"float_right\"><a href=\"index.php?module=tools/maillogs&fromuid={$log['fromuid']}\"><img src=\"styles/{$page->style}/images/icons/find.gif\" title=\"{$lang->find_emails_by_user}\" alt=\"{$lang->find}\" /></a></div>";
| $find_to = "<div class=\"float_right\"><a href=\"index.php?module=tools/maillogs&touid={$log['touid']}\"><img src=\"styles/{$page->style}/images/icons/find.gif\" title=\"{$lang->find_emails_to_user}\" alt=\"{$lang->find}\" /></a></div>";
|
if(!$log['to_username']) { $table->construct_cell("{$find_to}<div>{$lang->deleted_user}</div>");
| if(!$log['to_username']) { $table->construct_cell("{$find_to}<div>{$lang->deleted_user}</div>");
|