Skip to content
Snippets Groups Projects
Commit 5328e0b7 authored by Laurent's avatar Laurent
Browse files

dev#60288 fix rendering issues

parent ac3c758b
Branches
Tags
2 merge requests!2334Master,!2162Dev#60288 integration redmine ne pas rendre editable les infos techniques bokeh
Pipeline #1519 failed with stage
in 10 minutes and 42 seconds
- ticket #60288 : Intégration Redmine : ne pas rendre éditable les infos techniques Bokeh
\ No newline at end of file
......@@ -36,13 +36,11 @@ class ZendAfi_View_Helper_Redmine_Header extends ZendAfi_View_Helper_BaseHelper
return $this->shouldSelectLib();
$add_button = $user_info
? $this->view->bouton('id=add_issue',
'picto=add',
'texte='.$this->_('Nouvelle demande'),
'url=' . $this->view->url(['action' => 'add',
'id' => null,
'id_lib' => $library->getId()]),
'largeur=250px;')
? $this->view->button_New((new Class_Entity())
->setText($this->_('Nouvelle demande'))
->setUrl($this->view->url(['action' => 'add',
'id' => null,
'id_lib' => $library->getId()])))
: '';
return $this->view->tag('p', $this->connectedThrough())
......
......@@ -62,7 +62,7 @@
"home": "icons/menu/home_24.png",
"back_to_front": "icons/menu/site_24.png",
"identity": "icons/menu/current_user_24.png",
"redmine": "icons/menu/support_24.png",
"redmine": "icons/menu/assistance_24.png",
"logout": "icons/menu/logout_24.png",
"books": "icons/menu/books_24.png",
......
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