diff options
| author | 2013-03-13 19:09:29 +0100 | |
|---|---|---|
| committer | 2013-03-13 19:09:29 +0100 | |
| commit | 8c72acbacb8fd4da39d505e8ac52e7e0cceed418 (patch) | |
| tree | 85f1d8445a29e9d374fa1b399ed843b779f01fdd /app/views/configure/categorize.phtml | |
| parent | c62ec2a14428b528e20896d4e62fa08891e1399c (diff) | |
Suppression code HTML inutile + amélioration CSS + restructuration du layout + correction bug mise à jour d'articles lorsqu'on visualise une catégorie
Diffstat (limited to 'app/views/configure/categorize.phtml')
| -rw-r--r-- | app/views/configure/categorize.phtml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app/views/configure/categorize.phtml b/app/views/configure/categorize.phtml index 9f03c187f..3e6bbdc47 100644 --- a/app/views/configure/categorize.phtml +++ b/app/views/configure/categorize.phtml @@ -1,6 +1,6 @@ -<div class="table"> - <?php $this->partial ('configure_aside'); ?> +<?php $this->partial ('aside_configure'); ?> +<div class="table"> <form method="post" action=""> <h1>Gérer les catégories</h1> |
