mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-12 17:08:34 +01:00
open widget browser / eT2 Reference inside EGroupware
This commit is contained in:
parent
ed7a5f82e1
commit
68e5832e1d
@ -29,6 +29,10 @@
|
||||
$menu_title = lang('Documentation');
|
||||
$docs = $GLOBALS['egw_info']['server']['webserver_url'].'/etemplate/doc/';
|
||||
$file = Array(
|
||||
array(
|
||||
'text' => 'eTemplate2 Reference',
|
||||
'link' => egw::link('/index.php','menuaction=etemplate.etemplate_et2_widgets.index', 'etemplate'),
|
||||
),
|
||||
array(
|
||||
'text' => 'eTemplate Tutorial',
|
||||
'link' => $docs.'etemplate.html',
|
||||
@ -39,11 +43,6 @@
|
||||
'link' => $docs.'reference.html',
|
||||
'target' => 'docs'
|
||||
),
|
||||
array(
|
||||
'text' => 'eTemplate2 Reference',
|
||||
'link' => egw_framework::link('/index.php','menuaction=etemplate.etemplate_et2_widgets.index'),
|
||||
'target' => '_blank'
|
||||
),
|
||||
array(
|
||||
'text' => 'eGroupWare '.lang('Documentation'),
|
||||
'no_lang' => True,
|
||||
|
Loading…
Reference in New Issue
Block a user