From b9d663bae0058c60eb0b60e9109b7d6db4a207da Mon Sep 17 00:00:00 2001 From: soranzo Date: Mon, 3 Nov 2003 19:53:45 +0000 Subject: [PATCH] Fifth part of required+left style fixes: groups.php --- groups.php | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/groups.php b/groups.php index 299d9e67..b845d314 100644 --- a/groups.php +++ b/groups.php @@ -3,7 +3,7 @@ /** * Manage groups in a database cluster * - * $Id: groups.php,v 1.13 2003/09/18 08:07:04 chriskl Exp $ + * $Id: groups.php,v 1.14 2003/11/03 19:53:45 soranzo Exp $ */ // Include application functions @@ -88,7 +88,7 @@ else echo "

{$lang['strnousers']}

\n"; // Display form for adding a user to the group - echo "

\n"; + echo "\n"; echo "\n"; echo "\n"; - echo "

\n"; + echo "\n"; echo "

{$lang['strshowallgroups']}

\n"; } @@ -152,21 +152,21 @@ echo "
\n"; echo "\n"; - echo "\n"; - echo "\n"; + echo "\t\n\t\t\n"; + echo "\t\t\n\t\n"; if ($users->recordCount() > 0) { - echo "\n"; + echo "\t\n\t\t\n"; - echo "\n"; + echo "\t\t\t\n"; + echo "\t\t\n\t\n"; } echo "
{$lang['strname']}_maxNameLen}\" name=\"name\" value=\"", htmlspecialchars($_POST['name']), "\" />
{$lang['strname']}_maxNameLen}\" name=\"name\" value=\"", htmlspecialchars($_POST['name']), "\" />
{$lang['strmembers']}
{$lang['strmembers']}\n"; - echo "\n"; + echo "\t\t\t\n"; - echo "
\n"; echo "

\n"; -- 2.39.5