mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-25 16:19:00 +01:00
*** empty log message ***
This commit is contained in:
parent
07bf8a2a7c
commit
165e15b76a
@ -12,8 +12,9 @@
|
||||
/* $Id$ */
|
||||
|
||||
if ($submit) {
|
||||
$phpgw_info["flags"] = array("noheader" => True, "nonavbar" => True, "currentapp" => "admin");
|
||||
$phpgw_info["flags"] = array("noheader" => True, "nonavbar" => True);
|
||||
}
|
||||
$phpgw_info["flags"]["currentapp"] = "admin";
|
||||
include("../header.inc.php");
|
||||
|
||||
$phpgw->template->set_file(array("form" => "application_form.tpl"));
|
||||
|
@ -21,8 +21,8 @@
|
||||
. lang("select different theme") . "</a>";
|
||||
echo "<br><a href=\"" . $phpgw->link("settings.php") . "\">"
|
||||
. lang("change your settings") . "</a>";
|
||||
echo "<br><a href=\"" . $phpgw->link("changeprofile.php") . "\">"
|
||||
. lang("change your profile") . "</a>";
|
||||
// echo "<br><a href=\"" . $phpgw->link("changeprofile.php") . "\">"
|
||||
// . lang("change your profile") . "</a>";
|
||||
|
||||
|
||||
section_end();
|
||||
|
@ -110,7 +110,7 @@
|
||||
$db->query("insert into applications (app_name, app_title, app_enabled, app_order, app_tables, app_version) values ('nntp', 'NNTP', 1, 11, 'newsgroups', '".$currentver."')");
|
||||
$db->query("insert into applications (app_name, app_title, app_enabled, app_order, app_tables, app_version) values ('cron_apps', 'cron_apps', 0, 0, NULL, '".$currentver."')");
|
||||
$db->query("insert into applications (app_name, app_title, app_enabled, app_order, app_tables, app_version) values ('weather', 'Weather', 1, 12, NULL, '".$currentver."')");
|
||||
$db->query("insert into applications (app_name, app_title, app_enabled, app_order, app_tables, app_version) values ('transy', 'Translation Management', 0, 13, NULL, '".$currentver."')");
|
||||
$db->query("insert into applications (app_name, app_title, app_enabled, app_order, app_tables, app_version) values ('transy', 'Translation Management', 1, 13, NULL, '".$currentver."')");
|
||||
|
||||
$db->query("insert into accounts (account_lid,account_pwd,account_firstname,account_lastname,account_permissions,account_groups,account_status) values ('demo','81dc9bdb52d04dc20036dbd8313ed055','Demo','Account',':admin:email:todo:addressbook:calendar:',',1,','A')");
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user