moved all confirmation to api egw_actions and changed select_all to depend on all visible rows selected (Ctrl-A)

This commit is contained in:
Ralf Becker
2013-10-03 15:30:27 +00:00
parent d7f37f5c2d
commit dad39e1d8a
4 changed files with 18 additions and 32 deletions

View File

@@ -468,7 +468,7 @@ var et2_nextmatch = et2_DOMWidget.extend([et2_IResizeable, et2_IInput],
{
return selected;
}
return {ids:[],inverted:false};
return {ids:[],all:false};
},
/**