forked from extern/egroupware
6 lines
272 B
PHP
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');"
|
||
|
);
|