Jump to content

[RESOLU] Ajouter un cadre de filtre sur un tableau du back office


Recommended Posts

Il semblerait que c'est une séquence spécifique au list_header.tpl du controller admin des produits.

./admin/themes/default/template/controllers/products/helpers/list/list_header.tpl

Vous pouvez vous en inspirer pour votre controller personnel.

 

A+

Link to comment
Share on other sites

Bonjour, si quelqu'un se pose la question aussi j'ai trouvé il suffit de faire sa :
 

in controller:

$this->tpl_list_vars['category_tree'] = $helper->renderCategoryTree(null, array((int)$id_category), 'categoryBox', true, false, array(), false, true);

in template file:

<td class="col-right">
<div id="category_block">
{$category_tree}
</div>
</td>
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...