egroupware/api/tests/fixtures/Storage/infolog_subs_option.php
2018-01-16 11:04:12 -07:00

6 lines
272 B
PHP

<?php
// Options file that, when used for a button, will open the list of infolog sub-entries
$options = array(
'View Subs' => "egw_open('','infolog','list',{action:'sp',action_id:widget.getRoot().getArrayMgr('content').getEntry('info_id')},'infolog','infolog');"
);