Update admin_attach_cp.php

This commit is contained in:
Roman Kelesidis 2023-11-03 00:52:39 +07:00
parent 1fae5aeb51
commit ad6efdf747

View File

@ -441,7 +441,7 @@ if ($view == 'attachments')
else else
{ {
// we are called from search // we are called from search
$attachments = search_attachments($order_by, $total_rows, '<br /><br />' . sprintf($lang['CLICK_RETURN_ATTACH_CONFIG'], '<a href="javascript:history.back(-1)">', '</a>') . '<br /><br />' . sprintf($lang['CLICK_RETURN_ADMIN_INDEX'], '<a href="index.php?pane=right">', '</a>')); $attachments = search_attachments($order_by, $total_rows, '<br /><br />' . sprintf($lang['RETURN_CONFIG'], '<a href="admin_attach_cp.php?view=search">', '</a>') . '<br /><br />' . sprintf($lang['CLICK_RETURN_ADMIN_INDEX'], '<a href="index.php?pane=right">', '</a>'));
} }
if (sizeof($attachments) > 0) if (sizeof($attachments) > 0)