forked from extern/egroupware
calling the global action-object-manager
This commit is contained in:
parent
8820c41c3d
commit
3de54c6812
File diff suppressed because one or more lines are too long
@ -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>
|
||||||
|
Loading…
Reference in New Issue
Block a user