New: Ajout option pour dsactiver les notifications

Qual: Factorisation de code sur onglet socit
This commit is contained in:
Laurent Destailleur
2006-04-08 22:47:51 +00:00
parent 0447504934
commit 150362780f
19 changed files with 302 additions and 686 deletions

View File

@@ -69,7 +69,11 @@ if ($_GET['action'] == 'delete')
}
}
/*
* Affichage page
*/
$html=new Form($db);
print_titre($langs->trans('ComptaSetup'));
@@ -142,7 +146,7 @@ if ($result)
print '<input type="text" size="30" name="constvalue" value="'.stripslashes($obj->value).'">';
}
print '</td><td>';
print '<input type="submit" value="'.$langs->trans('Modify').'" name="button"> &nbsp; ';
print '<input type="submit" class="button" value="'.$langs->trans('Modify').'" name="button"> &nbsp; ';
print "</td></tr>\n";
print '</form>';