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

sandbox #49081 : remove destroy all selected article link

parent 005f95b9
Branches
Tags
2 merge requests!1864Master,!1692Sandbox multiple articles selection
......@@ -62,12 +62,13 @@ class ZendAfi_View_Helper_Admin_MultipleSelectorWidget extends ZendAfi_View_Help
. $this->view->tagAnchor($clear_articles_url,
'Effacer la sélection', ['class' => 'multiple_widget_action'])
: '';
. $this->view->tagAnchor($delete_articles_edit_url,
/* . $this->view->tagAnchor($delete_articles_edit_url,
'Supprimer les articles sélectionnés', ['class' => 'multiple_widget_action',
'onclick' => 'return confirm(\'' . $delete_message . '\');'])
'onclick' => 'return confirm(\'' . $delete_message . '\');'])*/
: '';
$html = $this->_tag('div',
$this->_tag('div',
......
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