> For the complete documentation index, see [llms.txt](https://doc.simax.fr/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://doc.simax.fr/technique/configuration-daffichage-du-site-php/gestion-des-boutons-enregistrer.md).

# Gestion des boutons Enregistrer

## *Désactiver la fonctionnalité « Enregistrer & continuer »* <a href="#toc327198035" id="toc327198035"></a>

&#x20;

Lors de l'utilisation en client web (et web mobile) certains client ne comprennent pas (et n'ont donc pas besoin) de la fonctionnalité "enregistrer et continuer". Dans ce cas-là, la présence du bouton peut les gêner et il peut être intéressant de ne pas l'afficher.

&#x20;

Il est donc maintenant possible via fichier de configuration d'affichage de désactiver le bouton "enregistrer et continuer", pour cela :

Ouvrir le fichier de configuration d'affichage (config\_display.inc.ini.php) avec un éditeur de texte, situé dans votre répertoire de votre Client Web.

&#x20;

Trouver la ligne de type : DESACTIVATE\_SAVE\_AND\_CONTINU="{valeur}" et mettre la valeur à "true" : DESACTIVATE\_SAVE\_AND\_CONTINU="true"

<figure><img src="/files/vLaS0ZKbKNuIgrP36iWB" alt=""><figcaption></figcaption></figure>

&#x20;

L'affichage des boutons "enregistrer et continuer" sera ainsi désactivé.

&#x20;

## *Activer la fonctionnalité « Enregistrer & continuer »*

&#x20;

Pour réactiver l'affichage des boutons "enregistrer et continuer", repasser simplement la valeur à false : DESACTIVATE\_SAVE\_AND\_CONTINU="false"

<figure><img src="/files/12GinCHRMj65dieeRp6q" alt=""><figcaption></figcaption></figure>


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://doc.simax.fr/technique/configuration-daffichage-du-site-php/gestion-des-boutons-enregistrer.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
