View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update | 
|---|---|---|---|---|---|
| 0005529 | OXID eShop (all versions) | 2.4. Administer products | public | 2013-11-23 08:54 | 2024-09-16 14:59 | 
| Reporter | job963 | Assigned To | |||
| Priority | normal | Severity | minor | Reproducibility | always | 
| Status | resolved | Resolution | fixed | ||
| Product Version | 4.8.0 / 5.1.0 | ||||
| Fixed in Version | 7.0.0 | ||||
| Summary | 0005529: Footer in each admin list not encapsulated by a block | ||||
| Description | Each element of the lists in the admin are surrounded by a [{block=""}] and [{/block}]. But the footer of all lists doesn't have a block around: [{include file="pagenavisnippet.tpl" colspan="5"}] Example for articles - admin_article_list_colgroup - admin_article_list_filter - admin_article_list_item Missing: - admin_article_list_footer If a module adds a column, the orignal file must be overwritten (what is exactly the reason why blocks were introduced)  | ||||
| Tags | Admin | ||||
| Theme | Not defined | ||||
| Browser | All | ||||
| PHP Version | Not defined | ||||
| Database Version | Not defined | ||||
| 
		 | 
	
	Fixed in the twig themes. See https://github.com/search?q=org%3AOXID-eSales%20pagenavisnippet&type=code e.g. {% include "pagenavisnippet.html.twig" with {colspan: "3"} %}  |