mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-28 09:38:53 +01:00
Formatting
This commit is contained in:
parent
d3b1b37058
commit
b77db18323
@ -34,8 +34,9 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($submit) {
|
if ($submit)
|
||||||
$totalerrors = 0;
|
{
|
||||||
|
$totalerrors = 0;
|
||||||
|
|
||||||
if ($phpgw_info['server']['account_repository'] == 'ldap' && ! $allow_long_loginids)
|
if ($phpgw_info['server']['account_repository'] == 'ldap' && ! $allow_long_loginids)
|
||||||
{
|
{
|
||||||
@ -44,7 +45,7 @@
|
|||||||
$error[$totalerrors++] = lang('The loginid can not be more then 8 characters');
|
$error[$totalerrors++] = lang('The loginid can not be more then 8 characters');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if (! $account_lid)
|
if (! $account_lid)
|
||||||
{
|
{
|
||||||
$error[$totalerrors++] = lang('You must enter a loginid');
|
$error[$totalerrors++] = lang('You must enter a loginid');
|
||||||
@ -112,7 +113,7 @@
|
|||||||
'account_expires' => $account_expires
|
'account_expires' => $account_expires
|
||||||
);
|
);
|
||||||
$phpgw->accounts->create($account_info);
|
$phpgw->accounts->create($account_info);
|
||||||
|
|
||||||
$account_id = $phpgw->accounts->name2id($account_lid);
|
$account_id = $phpgw->accounts->name2id($account_lid);
|
||||||
|
|
||||||
$apps = CreateObject('phpgwapi.applications',array($account_id,'u'));
|
$apps = CreateObject('phpgwapi.applications',array($account_id,'u'));
|
||||||
@ -137,12 +138,13 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
$apps->account_type = 'u';
|
$apps->account_type = 'u';
|
||||||
$apps->account_id = $account_id;
|
$apps->account_id = $account_id;
|
||||||
$apps->account_apps = Array(Array());
|
$apps->account_apps = Array(Array());
|
||||||
|
|
||||||
if ($account_permissions) {
|
if ($account_permissions)
|
||||||
|
{
|
||||||
@reset($account_permissions);
|
@reset($account_permissions);
|
||||||
while ($app = each($account_permissions))
|
while ($app = each($account_permissions))
|
||||||
{
|
{
|
||||||
@ -162,14 +164,16 @@
|
|||||||
$phpgw->db->query("insert into phpgw_acl values ('preferences','changepassword','$account_id','1')",__LINE__,__FILE__);
|
$phpgw->db->query("insert into phpgw_acl values ('preferences','changepassword','$account_id','1')",__LINE__,__FILE__);
|
||||||
|
|
||||||
// Assign user to groups
|
// Assign user to groups
|
||||||
if ($account_groups) {
|
if ($account_groups)
|
||||||
|
{
|
||||||
for ($i=0;$i<count($account_groups);$i++)
|
for ($i=0;$i<count($account_groups);$i++)
|
||||||
{
|
{
|
||||||
$phpgw->acl->add_repository('phpgw_group',$account_groups[$i],$account_id,1);
|
$phpgw->acl->add_repository('phpgw_group',$account_groups[$i],$account_id,1);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($apps_after) {
|
if ($apps_after)
|
||||||
|
{
|
||||||
$pref = CreateObject('phpgwapi.preferences',$account_id);
|
$pref = CreateObject('phpgwapi.preferences',$account_id);
|
||||||
$phpgw->common->hook_single('add_def_pref','admin');
|
$phpgw->common->hook_single('add_def_pref','admin');
|
||||||
while ($apps = each($apps_after))
|
while ($apps = each($apps_after))
|
||||||
@ -188,15 +192,15 @@
|
|||||||
$phpgw->db->unlock();
|
$phpgw->db->unlock();
|
||||||
|
|
||||||
/*
|
/*
|
||||||
// start inlcuding other admin tools
|
// start inlcuding other admin tools
|
||||||
while($app = each($apps_after))
|
while($app = each($apps_after))
|
||||||
{
|
{
|
||||||
$phpgw->common->hook_single('add_user_data', $value);
|
$phpgw->common->hook_single('add_user_data', $value);
|
||||||
}
|
}
|
||||||
*/
|
*/
|
||||||
Header('Location: ' . $phpgw->link('/admin/accounts.php','cd='.$cd));
|
Header('Location: ' . $phpgw->link('/admin/accounts.php','cd='.$cd));
|
||||||
$phpgw->common->phpgw_exit();
|
$phpgw->common->phpgw_exit();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
@ -234,7 +238,7 @@
|
|||||||
$phpgw->template->set_var('th_bg',$phpgw_info['theme']['th_bg']);
|
$phpgw->template->set_var('th_bg',$phpgw_info['theme']['th_bg']);
|
||||||
$phpgw->template->set_var('tr_color1',$phpgw_info['theme']['row_on']);
|
$phpgw->template->set_var('tr_color1',$phpgw_info['theme']['row_on']);
|
||||||
$phpgw->template->set_var('tr_color2',$phpgw_info['theme']['row_off']);
|
$phpgw->template->set_var('tr_color2',$phpgw_info['theme']['row_off']);
|
||||||
|
|
||||||
$phpgw->template->set_var('form_action',$phpgw->link('/admin/newaccount.php'));
|
$phpgw->template->set_var('form_action',$phpgw->link('/admin/newaccount.php'));
|
||||||
$phpgw->template->set_var('lang_loginid',lang('LoginID'));
|
$phpgw->template->set_var('lang_loginid',lang('LoginID'));
|
||||||
|
|
||||||
@ -284,7 +288,7 @@
|
|||||||
// groups list
|
// groups list
|
||||||
$groups_select = '<select name="account_groups[]" multiple>';
|
$groups_select = '<select name="account_groups[]" multiple>';
|
||||||
|
|
||||||
$groups = $phpgw->accounts->get_list('groups');
|
$groups = $phpgw->accounts->get_list('groups');
|
||||||
|
|
||||||
while (list(,$group) = each($groups))
|
while (list(,$group) = each($groups))
|
||||||
{
|
{
|
||||||
@ -373,10 +377,10 @@
|
|||||||
// check if we have something included, when not ne need to set
|
// check if we have something included, when not ne need to set
|
||||||
// {gui_hooks} to ""
|
// {gui_hooks} to ""
|
||||||
// if ($phpgw->common->hook_single("show_newuser_data", $value)) $includedSomething="true";
|
// if ($phpgw->common->hook_single("show_newuser_data", $value)) $includedSomething="true";
|
||||||
// }
|
// }
|
||||||
|
|
||||||
$phpgw->template->set_var('lang_button',Lang('Add'));
|
$phpgw->template->set_var('lang_button',Lang('Add'));
|
||||||
$phpgw->template->pfp('out','form');
|
$phpgw->template->pfp('out','form');
|
||||||
|
|
||||||
$phpgw->common->phpgw_footer();
|
$phpgw->common->phpgw_footer();
|
||||||
?>
|
?>
|
||||||
|
@ -11,98 +11,118 @@
|
|||||||
|
|
||||||
/* $Id$ */
|
/* $Id$ */
|
||||||
|
|
||||||
$phpgw_info = array();
|
$phpgw_info = array();
|
||||||
$phpgw_info["flags"] = array("currentapp" => "admin", "noheader" => True, "nonavbar" => True,
|
$phpgw_info['flags'] = array(
|
||||||
"enable_nextmatchs_class" => True);
|
'currentapp' => 'admin',
|
||||||
include("../header.inc.php");
|
'noheader' => True,
|
||||||
|
'nonavbar' => True,
|
||||||
|
'enable_nextmatchs_class' => True
|
||||||
|
);
|
||||||
|
include('../header.inc.php');
|
||||||
|
|
||||||
$phpgw->template->set_file(array("form" => "application_form.tpl",
|
$phpgw->template->set_file(array(
|
||||||
"row" => "application_form_row.tpl"
|
'form' => 'application_form.tpl',
|
||||||
));
|
'row' => 'application_form_row.tpl'
|
||||||
|
));
|
||||||
|
|
||||||
function display_row($label, $value)
|
function display_row($label, $value)
|
||||||
{
|
{
|
||||||
global $phpgw;
|
global $phpgw;
|
||||||
$phpgw->template->set_var("tr_color",$phpgw->nextmatchs->alternate_row_color());
|
$phpgw->template->set_var('tr_color',$phpgw->nextmatchs->alternate_row_color());
|
||||||
$phpgw->template->set_var("label",$label);
|
$phpgw->template->set_var('label',$label);
|
||||||
$phpgw->template->set_var("value",$value);
|
$phpgw->template->set_var('value',$value);
|
||||||
|
|
||||||
$phpgw->template->parse("rows","row",True);
|
$phpgw->template->parse('rows','row',True);
|
||||||
}
|
}
|
||||||
|
|
||||||
if ($submit) {
|
if ($submit)
|
||||||
$totalerrors = 0;
|
{
|
||||||
|
$totalerrors = 0;
|
||||||
|
|
||||||
if (! $app_order) {
|
if (! $app_order)
|
||||||
$app_order = 0;
|
{
|
||||||
}
|
$app_order = 0;
|
||||||
|
}
|
||||||
$phpgw->db->query("select count(*) from phpgw_applications where app_name='"
|
|
||||||
. addslashes($n_app_name) . "'",__LINE__,__FILE__);
|
|
||||||
$phpgw->db->next_record();
|
|
||||||
|
|
||||||
if ($phpgw->db->f(0) != 0) {
|
|
||||||
$error[$totalerrors++] = lang("That application name already exsists.");
|
|
||||||
}
|
|
||||||
|
|
||||||
if (preg_match("/\D/",$app_order)) {
|
|
||||||
$error[$totalerrors++] = lang("That application order must be a number.");
|
|
||||||
}
|
|
||||||
|
|
||||||
if (! $n_app_name)
|
|
||||||
$error[$totalerrors++] = lang("You must enter an application name.");
|
|
||||||
|
|
||||||
if (! $n_app_title)
|
$phpgw->db->query("select count(*) from phpgw_applications where app_name='"
|
||||||
$error[$totalerrors++] = lang("You must enter an application title.");
|
. addslashes($n_app_name) . "'",__LINE__,__FILE__);
|
||||||
|
$phpgw->db->next_record();
|
||||||
if (! $totalerrors) {
|
|
||||||
$phpgw->db->query("insert into phpgw_applications (app_name,app_title,app_enabled,app_order) values('"
|
|
||||||
. addslashes($n_app_name) . "','" . addslashes($n_app_title) . "','"
|
|
||||||
. "$n_app_status','$app_order')",__LINE__,__FILE__);
|
|
||||||
|
|
||||||
if($n_app_anonymous) {
|
if ($phpgw->db->f(0) != 0)
|
||||||
$phpgw->acl->add_repository($n_app_name,'everywhere',0,PHPGW_ACL_READ);
|
{
|
||||||
}
|
$error[$totalerrors++] = lang("That application name already exsists.");
|
||||||
|
}
|
||||||
|
|
||||||
Header("Location: " . $phpgw->link("/admin/applications.php"));
|
if (preg_match("/\D/",$app_order))
|
||||||
$phpgw->common->phpgw_exit();
|
{
|
||||||
} else {
|
$error[$totalerrors++] = lang("That application order must be a number.");
|
||||||
$phpgw->template->set_var("error","<p><center>" . $phpgw->common->error_list($error) . "</center><br>");
|
}
|
||||||
}
|
|
||||||
} else { // else submit
|
|
||||||
$phpgw->template->set_var("error","");
|
|
||||||
}
|
|
||||||
$phpgw->common->phpgw_header();
|
|
||||||
echo parse_navbar();
|
|
||||||
|
|
||||||
$phpgw->template->set_var("lang_header",lang("Add new application"));
|
if (! $n_app_name)
|
||||||
$phpgw->template->set_var("th_bg",$phpgw_info["theme"]["th_bg"]);
|
{
|
||||||
|
$error[$totalerrors++] = lang("You must enter an application name.");
|
||||||
|
}
|
||||||
|
|
||||||
$phpgw->template->set_var("hidden_vars","");
|
if (! $n_app_title)
|
||||||
$phpgw->template->set_var("form_action",$phpgw->link("/admin/newapplication.php"));
|
{
|
||||||
|
$error[$totalerrors++] = lang("You must enter an application title.");
|
||||||
|
}
|
||||||
|
|
||||||
display_row(lang("application name"),'<input name="n_app_name" value="' . $n_app_name . '">');
|
if (! $totalerrors)
|
||||||
display_row(lang("application title"),'<input name="n_app_title" value="' . $n_app_title . '">');
|
{
|
||||||
|
$phpgw->db->query("insert into phpgw_applications (app_name,app_title,app_enabled,app_order) values('"
|
||||||
|
. addslashes($n_app_name) . "','" . addslashes($n_app_title) . "','"
|
||||||
|
. "$n_app_status','$app_order')",__LINE__,__FILE__);
|
||||||
|
|
||||||
if(!isset($n_app_status)) $n_app_status = 1;
|
if($n_app_anonymous)
|
||||||
$selected[$n_app_status] = " selected";
|
{
|
||||||
$status_html = '<option value="0"' . $selected[0] . '>' . lang("Disabled") . '</option>'
|
$phpgw->acl->add_repository($n_app_name,'everywhere',0,PHPGW_ACL_READ);
|
||||||
. '<option value="1"' . $selected[1] . '>' . lang("Enabled") . '</option>'
|
}
|
||||||
. '<option value="2"' . $selected[2] . '>' . lang("Enabled - Hidden from navbar") . '</option>';
|
|
||||||
display_row(lang("Status"),'<select name="n_app_status">' . $status_html . '</select>');
|
|
||||||
|
|
||||||
if (! $app_order) {
|
Header("Location: " . $phpgw->link("/admin/applications.php"));
|
||||||
$phpgw->db->query("select (max(app_order)+1) as max from phpgw_applications");
|
$phpgw->common->phpgw_exit();
|
||||||
$phpgw->db->next_record();
|
}
|
||||||
$app_order = $phpgw->db->f("max");
|
else
|
||||||
}
|
{
|
||||||
|
$phpgw->template->set_var("error","<p><center>" . $phpgw->common->error_list($error) . "</center><br>");
|
||||||
|
}
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{ // else submit
|
||||||
|
$phpgw->template->set_var("error","");
|
||||||
|
}
|
||||||
|
$phpgw->common->phpgw_header();
|
||||||
|
echo parse_navbar();
|
||||||
|
|
||||||
display_row(lang("Select which location this app should appear on the navbar, lowest (left) to highest (right)"),'<input name="app_order" value="' . $app_order . '">');
|
$phpgw->template->set_var("lang_header",lang("Add new application"));
|
||||||
|
$phpgw->template->set_var("th_bg",$phpgw_info["theme"]["th_bg"]);
|
||||||
|
|
||||||
display_row(lang("Allow Anonymous access to this app"),'<input type="checkbox" name="n_app_anonymous" value="True">');
|
$phpgw->template->set_var("hidden_vars","");
|
||||||
|
$phpgw->template->set_var("form_action",$phpgw->link("/admin/newapplication.php"));
|
||||||
|
|
||||||
$phpgw->template->set_var("lang_submit_button",lang("add"));
|
display_row(lang("application name"),'<input name="n_app_name" value="' . $n_app_name . '">');
|
||||||
|
display_row(lang("application title"),'<input name="n_app_title" value="' . $n_app_title . '">');
|
||||||
|
|
||||||
$phpgw->template->pparse("out","form");
|
if(!isset($n_app_status)) { $n_app_status = 1; }
|
||||||
$phpgw->common->phpgw_footer();
|
$selected[$n_app_status] = " selected";
|
||||||
|
$status_html = '<option value="0"' . $selected[0] . '>' . lang("Disabled") . '</option>'
|
||||||
|
. '<option value="1"' . $selected[1] . '>' . lang("Enabled") . '</option>'
|
||||||
|
. '<option value="2"' . $selected[2] . '>' . lang("Enabled - Hidden from navbar") . '</option>';
|
||||||
|
display_row(lang("Status"),'<select name="n_app_status">' . $status_html . '</select>');
|
||||||
|
|
||||||
|
if (! $app_order)
|
||||||
|
{
|
||||||
|
$phpgw->db->query("select (max(app_order)+1) as max from phpgw_applications");
|
||||||
|
$phpgw->db->next_record();
|
||||||
|
$app_order = $phpgw->db->f("max");
|
||||||
|
}
|
||||||
|
|
||||||
|
display_row(lang("Select which location this app should appear on the navbar, lowest (left) to highest (right)"),'<input name="app_order" value="' . $app_order . '">');
|
||||||
|
|
||||||
|
display_row(lang("Allow Anonymous access to this app"),'<input type="checkbox" name="n_app_anonymous" value="True">');
|
||||||
|
|
||||||
|
$phpgw->template->set_var("lang_submit_button",lang("add"));
|
||||||
|
|
||||||
|
$phpgw->template->pparse("out","form");
|
||||||
|
$phpgw->common->phpgw_footer();
|
||||||
?>
|
?>
|
||||||
|
@ -40,7 +40,7 @@
|
|||||||
$error = '<br>' . lang('You must enter a group name.');
|
$error = '<br>' . lang('You must enter a group name.');
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
{
|
{
|
||||||
if ($phpgw->accounts->exists($n_group))
|
if ($phpgw->accounts->exists($n_group))
|
||||||
{
|
{
|
||||||
$error = '<br>' . lang('Sorry, that group name has already been taken.');
|
$error = '<br>' . lang('Sorry, that group name has already been taken.');
|
||||||
|
Loading…
Reference in New Issue
Block a user