Custom Admin Screen Development
Firebird Supports the additon of customised administration screens for extending the application.
How To Create a New Template
Custom Administration screens can be created by adding an icon reference to the /Admin/Controls/Menu.ascx file. This can refer to an custom admin screen that can inherit the /Admin/Admin.master page.
Place the new custom screen in /Admin/[NewScreen].aspx
Tips and Tricks
It is recommended that data access classes and xsds be placed in the /App_Code folder and can reference their own datastructures in the SQL database.