michael_s
02-05-2008, 01:31 PM
just forgot this lines
catalog/admin/includes/boxes/customers.php
< -- FIND -- >
'' . BOX_CUSTOMERS_CUSTOMERS . ' (http://www.oscmax.com/forums/' . tep_href_link(FILENAME_CUSTOMERS, '', 'NONSSL') . ')
' .
< -- ADD AFTER IT -- >
'' . BOX_PRIVATE_MESSAGES . ' (http://www.oscmax.com/forums/' . tep_href_link(FILENAME_PRIVATE_MESSAGES, '', 'NONSSL') . ')
' .
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
catalog/admin/includes/languages/english.php
--ADD THIS TO THE BOTTOM OF THE FILE (before '?>')--
define('BOX_PRIVATE_MESSAGES', 'Private Messages - Admin');
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
this is a full pack with the fix
More... (http://addons.oscommerce.com/info/5724)
catalog/admin/includes/boxes/customers.php
< -- FIND -- >
'' . BOX_CUSTOMERS_CUSTOMERS . ' (http://www.oscmax.com/forums/' . tep_href_link(FILENAME_CUSTOMERS, '', 'NONSSL') . ')
' .
< -- ADD AFTER IT -- >
'' . BOX_PRIVATE_MESSAGES . ' (http://www.oscmax.com/forums/' . tep_href_link(FILENAME_PRIVATE_MESSAGES, '', 'NONSSL') . ')
' .
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
catalog/admin/includes/languages/english.php
--ADD THIS TO THE BOTTOM OF THE FILE (before '?>')--
define('BOX_PRIVATE_MESSAGES', 'Private Messages - Admin');
-------------------------------------------------------------------------------
-------------------------------------------------------------------------------
this is a full pack with the fix
More... (http://addons.oscommerce.com/info/5724)