calling the global action-object-manager

This commit is contained in:
Ralf Becker 2011-06-02 16:54:26 +00:00
parent 8820c41c3d
commit 3de54c6812
2 changed files with 4 additions and 4 deletions

File diff suppressed because one or more lines are too long

View File

@ -196,8 +196,8 @@
<button statustext="Back to main list" label="Cancel" id="cancel"/> <button statustext="Back to main list" label="Cancel" id="cancel"/>
</hbox> </hbox>
<hbox align="right" span="all"> <hbox align="right" span="all">
<buttononly statustext="Select action" label="Select action" id="legacy_actions" onclick="if (!egw_objectManager.executeActionImplementation(this, 'popup')) alert(egw::lang('You need to select some entries first!')); return false;;"/> <buttononly statustext="Select action" label="Select action" id="legacy_actions" onclick="if (!egw_globalObjectManager.getObjectById('infolog.index.rows').executeActionImplementation(this, 'popup')) alert(egw::lang('You need to select some entries first!')); return false;;"/>
<button statustext="Check all" label="Check all" id="check_all" needed="1" onclick="egw_objectManager.toggleAllSelected(); return false;" image="arrow_ltr" class="checkAllArrow"/> <button statustext="Check all" label="Check all" id="check_all" needed="1" onclick="egw_globalObjectManager.getObjectById('infolog.index.rows').toggleAllSelected(); return false;" image="arrow_ltr" class="checkAllArrow"/>
</hbox> </hbox>
</row> </row>
<row> <row>