Skip to content

4.7.33-beta

Compare
Choose a tag to compare
@butschster butschster released this 22 Feb 23:28
· 2699 commits to development since this release
  • Add feature to change text form buttons
$form->setSaveButtonText('Save contact');
$form->setCancelButtonText('Cancel edit');
$form->setSaveAndCloseButtonText('Save and Close');

$form->hideCancelButton();
$form->hideSaveAndCloseButton();
  • Add title_mini config key to set header title with minimized sidebar
  • Fix sidebar minimization
  • Fix form input text color