Look: Minor change

This commit is contained in:
Laurent Destailleur 2009-08-10 13:33:53 +00:00
parent f84afda6d9
commit f2ce8f9413
2 changed files with 1 additions and 3 deletions

View File

@ -407,7 +407,6 @@ if (($action == 'create') || ($action == 'adduserldap'))
/* ************************************************************************** */
print_fiche_titre($langs->trans("NewUser"));
print "<br>";
print $langs->trans("CreateInternalUserDesc");
print "<br>";

View File

@ -169,14 +169,13 @@ $html = new Form($db);
/* ************************************************************************** */
/* */
/* Affichage fiche en mode création */
/* Affichage fiche en mode cr<EFBFBD>ation */
/* */
/* ************************************************************************** */
if ($action == 'create')
{
print_fiche_titre($langs->trans("NewGroup"));
print "<br>";
if ($message) { print $message."<br>"; }