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

fix rt treeselect.js

parent a3a5a253
Branches
Tags
4 merge requests!2334Master,!2102#57574 : correction orthographe des jours de la semaine,!2078Sandbox upgrade form buttons,!2066Sandbox upgrade form buttons
Pipeline #771 failed with stage
in 11 minutes and 14 seconds
......@@ -38,11 +38,8 @@ class ZendAfi_View_Helper_Admin_GroupsPermissions extends Zend_View_Helper_Abstr
. $this->tag('tbody',
$this->permissionsRows($model, $permissions, $groups)),
['style' => 'border-collapse:collapse;margin-bottom:15px;'])
. $this->view->bouton('type=V',
'texte=' . $this->_('Valider les permissions'),
'largeur=220px',
'id=perms' . $model->getId(),
'javascript=setFlagMaj(false);'),
. $this->view->Button_Submit((new Class_Entity())
->setText($this->_('Valider les permissions'))),
['action' => $action,
'method' => 'post']);
}
......
......@@ -132,7 +132,9 @@
_onMouseEntersLI: function(li) {
var anchor = li.children('a');
anchor.data('on_mouse_enter_classes', anchor[0].className);
if(anchor.size())
anchor.data('on_mouse_enter_classes', anchor[0].className);
anchor.
addClass("ui-state-hover").
removeClass("ui-state-default").
......@@ -406,7 +408,7 @@
_onSelectionChange: function(li) {
this.closest('form').change();
this.itemsTree.closest('form').find('input').first().change();
this._turnHighlightOff();
if (li.children('input').is(':checked')) {
this._select(li);
......
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