egroupware/api/tests/fixtures/Storage/infolog_subs_option.php

6 lines
272 B
PHP
Raw Normal View History

<?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');"
);