mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Update admin_attach_cp.php
This commit is contained in:
parent
1fae5aeb51
commit
ad6efdf747
@ -441,7 +441,7 @@ if ($view == 'attachments')
|
||||
else
|
||||
{
|
||||
// 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)
|
||||
|
Loading…
Reference in New Issue
Block a user