open widget browser / eT2 Reference inside EGroupware

This commit is contained in:
Ralf Becker 2014-03-10 09:10:49 +00:00
parent ed7a5f82e1
commit 68e5832e1d

View File

@ -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,