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

Merge branch 'dev_#26842_avis_links' into 'master'

Dev #26842 avis links

See merge request !966
parents 4d70ab05 71f05b57
Branches
Tags
1 merge request!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