issue #0001285 : conflit sur element list

This commit is contained in:
Michael RICOIS 2012-08-22 10:00:59 +00:00
parent 117dec028d
commit f804e4710a

View File

@ -46,7 +46,7 @@ class Zend_View_Helper_Field extends Zend_View_Helper_Abstract
$out.= '</a>';
break;
case 'list':
$out.= '<a class="list" title="'.$options['title'].'" href="#" id="'.$name.'" >';
$out.= '<a class="dlist" title="'.$options['title'].'" href="#" id="'.$name.'" >';
$out.= 'Liste';
$out.= '</a>';
break;