Frontend | Backend | Api

Taxes default templates (Backend)

This page contains an overview of the default templates for the Taxes module.

The overview is generated based on controllers using the specified template as their default layout and containing GET methods; thus depending on the configuration the controller might not use the template at all or other controllers might use the template too.
The table is only meant as a first orientation which ResponseVariables can likely be expected when working with the template.

File Controller GET Response variables GET Description
Taxes/backend/categories/add.html Categories\Add
Name Type Description
category Category Single (empty) Category record
Add a new record. Assigns an empty record to the template.
Taxes/backend/categories/edit.html Categories\Edit
Name Type Description
category Category Retrieved Category record
Retrieve a single record and display the edit page for the record
Taxes/backend/categories/manage.html Categories\Manage
Name Type Description
categories Collection (Category) Collection of Categories
Retrieve available records and assign them to the template for editing.
Taxes/backend/providers/add.html Providers\Add Add a new record. Assigns an empty record to the template.
Taxes/backend/providers/edit.html Providers\Edit Retrieve a single record and display the edit page for the record
Taxes/backend/providers/manage.html Providers\Manage Retrieve available records and assign them to the template for editing.
Taxes/backend/zones/add.html Zones\Add
Name Type Description
zone Zone Single (empty) Zone record
Add a new record. Assigns an empty record to the template.
Taxes/backend/zones/edit.html Zones\Edit
Name Type Description
zone Zone Retrieved Zone record
Retrieve a single record and display the edit page for the record
Taxes/backend/zones/manage.html Zones\Manage
Name Type Description
zones Collection (Zone) Collection of Zones
Retrieve available records and assign them to the template for editing.