Hi, I am using a different background color instead of #FFF hence I created 2 customized buttons to be used in place of the ones that come with the mod. I have made the following changes (in blue) in links_manager_defines.php:
Code:
define('BUTTON_IMAGE_SUBMIT_LINK', 'button_submit_link_pastel.gif');
define('BUTTON_IMAGE_SUBMIT_LINK_PASTEL', 'button_submit_link_pastel.gif');
define('BUTTON_IMAGE_LINK_HELP', 'button_link_help.gif');
define('BUTTON_IMAGE_LINK_HELP_PASTEL', 'button_link_help_pastel.gif');
I have also made the appropriate changes in tpl_links_submit_default.php but to no avail.
Any advice will be greatly appreciated.
Bookmarks