Skip to content
Snippets Groups Projects
Commit 11f8fdb8 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

dev #60900 add ico to clear cache

parent e8bdd182
Branches
Tags
3 merge requests!2334Master,!2177Dev#60900 ajouter un menu admin en front pour regrouper les actions outils de l adminstrateur,!2173Dev#60900 ajouter un menu admin en front pour regrouper les actions outils de l adminstrateur
Pipeline #1575 canceled with stage
......@@ -82,7 +82,10 @@ class ZendAfi_View_Helper_Admin_FrontNav extends ZendAfi_View_Helper_BaseHelper
'action' => 'clearcache']);
$actions = [$this->view->tagAnchor($clear_cache_url,
$this->_("Vider le cache de Bokeh")),
$this->_("Vider le cache de Bokeh") .
$this->view->tagImg(Class_Admin_Skin::current()
->getIconUrl('actions',
'reload'))),
$this->_toggleAnchor($this->_('Déplacement des boites'),
'block_sorting',
'reactiveOpacBlocksSorting()',
......
......@@ -136,7 +136,8 @@
"batch": "icons/actions/batch_16.png",
"rollback": "icons/actions/rollback_24.png",
"toggle_off": "icons/actions/toggle_off.png",
"toggle_on": "icons/actions/toggle_on.png"
"toggle_on": "icons/actions/toggle_on.png",
"reload": "icons/actions/reload-arrow.png"
},
"buttons":
......
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