issue #0001517 : Correction affichage

This commit is contained in:
Michael RICOIS 2013-01-25 15:28:57 +00:00
parent c012b6f02f
commit 1f27920764
2 changed files with 2 additions and 1 deletions

View File

@ -146,6 +146,7 @@ class ProfilController extends Zend_Controller_Action
$key = $request->getParam('key');
require_once 'Scores/Enrichissement.php';
$dico = new Enrichissement();
$this->view->assign('lib', $dico->getDicoLib($key));

View File

@ -41,7 +41,7 @@ div#dico li {
div#help {
float:left;
width:auto;
width:280px;
margin:2px;
}