mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
added 0.9.16 to api-version-dependece, the eTemplate wiki-page and droped the title
This commit is contained in:
parent
6ce761812e
commit
415faa58ed
@ -13,7 +13,6 @@
|
||||
/* $Id$ */
|
||||
|
||||
$setup_info['etemplate']['name'] = 'etemplate';
|
||||
$setup_info['etemplate']['title'] = 'eTemplate';
|
||||
$setup_info['etemplate']['version'] = '0.9.15.002';
|
||||
$setup_info['etemplate']['app_order'] = 8; // just behind the developers-tools
|
||||
$setup_info['etemplate']['tables'] = array('phpgw_etemplate');
|
||||
@ -30,8 +29,9 @@
|
||||
interactive editor and a database table-editor (creates tables_current.inc.php and
|
||||
updates automaticaly tables_update.inc.php).';
|
||||
$setup_info['etemplate']['note'] =
|
||||
'For more information check out the <a href="etemplate/doc/etemplate.html" target="_blank">Tutorial</a>
|
||||
and the <a href="etemplate/doc/referenz.html" target="_blank">Referenz Documentation</a>.';
|
||||
'For <b>more information</b> check out the <a href="etemplate/doc/etemplate.html" target="_blank">Tutorial</a>,
|
||||
the <a href="etemplate/doc/referenz.html" target="_blank">Referenz Documentation</a>
|
||||
or the <a href="http://www.phpgroupware.org/wiki/etemplate" target="_blank">eTemplate page in our Wiki</a>.';
|
||||
|
||||
/* The hooks this app includes, needed for hooks registration */
|
||||
//$setup_info['etemplate']['hooks'][] = 'preferences';
|
||||
@ -41,6 +41,6 @@
|
||||
/* Dependencies for this app to work */
|
||||
$setup_info['etemplate']['depends'][] = array(
|
||||
'appname' => 'phpgwapi',
|
||||
'versions' => Array('0.9.13','0.9.14','0.9.15')
|
||||
'versions' => Array('0.9.13','0.9.14','0.9.15','0.9.16')
|
||||
);
|
||||
?>
|
||||
|
Loading…
Reference in New Issue
Block a user