mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-04 08:02:22 +01:00
New: Ajout option pour dsactiver les notifications
Qual: Factorisation de code sur onglet socit
This commit is contained in:
@@ -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"> ';
|
||||
print '<input type="submit" class="button" value="'.$langs->trans('Modify').'" name="button"> ';
|
||||
print "</td></tr>\n";
|
||||
|
||||
print '</form>';
|
||||
|
||||
Reference in New Issue
Block a user