Page 1 of 1

On detail_view.php the "s" is dropped from Companies detail

Posted: 2015-10-01 13:50
by dragon
On detail_view.php the "s" is dropped from Companies detail. See image.
screenshot1.PNG
screenshot1.PNG (11.51 KiB) Viewed 3965 times
If you edit companies_dml.php at around line 398 you can change "Companie" to "Company" so it read "Company detail".

Code: Select all

	// process form title
	$templateCode = str_replace('<%%DETAIL_VIEW_TITLE%%>', 'Company details', $templateCode);
See image.
screenshot1.PNG
screenshot1.PNG (11.51 KiB) Viewed 3965 times

Re: On detail_view.php the "s" is dropped from Companies detail

Posted: 2015-10-01 21:37
by a.gneady
Thanks for reporting this issue. Till we work on a fix for it, you can edit the detail view title directly in AppGini without having to edit the generated files. Just open your project in AppGini and select the companies table. Then edit the detail view title box.

Re: On detail_view.php the "s" is dropped from Companies detail

Posted: 2015-10-01 22:38
by dragon
Thank you for the information.