Posted by Sergey
2017-07-02

Sorry for disturb you dear Tom)) Please tell me how can i edit size, image and so on of "save/cancel" button in tpl.table_name.detail.inc.php. Many thankx to you!
Posted by Tom
2017-07-04

You can use browser's native buttons so you can change the appearance with css.
To do so, open web/codelib/sys/CHtmlMacro.inc.php in a text editor. Find the following line:
define('TYPE_NORMAL_BUTTON', 'rollover' );
Change rollover to html. The result should look like:
define('TYPE_NORMAL_BUTTON', 'html' );