Skip to content
Snippets Groups Projects
Commit d4a712c6 authored by efalcy's avatar efalcy
Browse files

dev #26842 : move link "donnez ou modifier votre avis"

parent ac70e473
Branches
Tags
2 merge requests!966Dev #26842 avis links,!956Dev#26453 make admin variables available
......@@ -107,10 +107,11 @@ class ZendAfi_View_Helper_Notice_Avis extends Zend_View_Helper_HtmlElement {
$this->_tag('td', $this->getAvisLink($user),
['style' => 'text-align:left', 'colspan' => 3]))
. $this->_tag('tr',
$this->_tag('ul', $this->_headerSources(),
['class' => 'notice_info',
'style' => 'margin-top:2px']),
['colspan' => 3]);
$this->_tag('td',
$this->_tag('ul', $this->_headerSources(),
['class' => 'notice_info',
'style' => 'margin-top:2px']),
), ['colspan' => 3]);
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment