* 260303-bug-bookmark:

Cannot save bookmark
  Cosmetic : readonly background and section payment means
  Border-color Cosmetic
  Version 10.1
This commit is contained in:
sparkyx 2026-03-03 14:54:57 +01:00
commit b8835be8f9
2 changed files with 2 additions and 3 deletions

View file

@ -123,8 +123,6 @@ endif;
echo _("Menu actuel")." : ".hb($_GET['ac']);
echo HtmlInput::array_to_hidden(array("gDossier","ac"), $_REQUEST);
?>
<p>
</form>
<ul class="aligned-block ">
<li>
@ -135,4 +133,5 @@ echo HtmlInput::array_to_hidden(array("gDossier","ac"), $_REQUEST);
</li>
</ul>
</form>
</div>

View file

@ -25,7 +25,7 @@
global $version_noalyss;
// version
define('NOALYSS_VERSION', 10001 );
define('NOALYSS_VERSION', 10100 );
// Database schema version
define("DBVERSION", 207);