Dialog template folder
/WEB-INF/config/template/[project]/layout/Dialog
Contains all templates to generate the dialogs specific to a project in PageSeeder.
The folder name is capitalized and case-sensitive!
Each dialog template should be named after the dialog ID:
/WEB-INF/config/template/[project]/layout/Dialog/[dialog-id].xsl
The corresponding dialog-specific style (CSS) and behavior (JavaScript) should be placed in the corresponding style
folders:
- Scripts go to the Dialog script folder.
- Styles go to the Dialog style folder.