Minor formatting

This commit is contained in:
Miles Lott 2001-05-11 18:40:13 +00:00
parent b63d389f34
commit 60069e2751
3 changed files with 6 additions and 4 deletions

View File

@ -88,7 +88,7 @@
} }
} }
else else
{ // else submit { // else submit
$p->set_var("error",""); $p->set_var("error","");
} }
$phpgw->common->phpgw_header(); $phpgw->common->phpgw_header();

View File

@ -190,7 +190,8 @@
$p->set_var("lang_include_user",lang("Select users for inclusion")); $p->set_var("lang_include_user",lang("Select users for inclusion"));
for ($i=0; $i<count($n_users); $i++) { for ($i=0; $i<count($n_users); $i++)
{
$selected_users[$n_users[$i]] = " selected"; $selected_users[$n_users[$i]] = " selected";
} }
@ -226,7 +227,8 @@
} }
$perm_html = ""; $perm_html = "";
for ($i=0;$i<200;) { // The $i<200 is only used for a brake for ($i=0;$i<200;) // The $i<200 is only used for a brake
{
if (! $perm_display[$i][1]) break; if (! $perm_display[$i][1]) break;
$perm_html .= '<tr bgcolor="'.$phpgw_info["theme"]["row_on"].'"><td>' . lang($perm_display[$i][1]) . '</td>' $perm_html .= '<tr bgcolor="'.$phpgw_info["theme"]["row_on"].'"><td>' . lang($perm_display[$i][1]) . '</td>'
. '<td><input type="checkbox" name="n_group_permissions[' . '<td><input type="checkbox" name="n_group_permissions['

View File

@ -11,4 +11,4 @@
/* $Id$ */ /* $Id$ */
$phpgw_info["server"]["versions"]["admin"] = $phpgw_info["server"]["versions"]["phpgwapi"]; $phpgw_info["server"]["versions"]["admin"] = $phpgw_info["server"]["versions"]["phpgwapi"];