www/prod_archive_date.php

Fri, 18 Jun 2021 21:26:28 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 18 Jun 2021 21:26:28 +0200
changeset 755
509510586665
parent 292
90cd3798edc2
permissions
-rw-r--r--

Added a empty second water source to the dropdown for water 2. When the empty water is selected, all volumes are reset to a single water source. Don't show the second water in the printed recipe and checklist if there is only one water source.

<?php
require_once($_SERVER['DOCUMENT_ROOT'].'/includes/global.inc.php');
page_header('Producten archief op datum', 'prod_archive_date');
?>

   <div id="jqxgrid"></div>
    <div style="margin-top: 30px;">
    <div id="cellbegineditevent"></div>
    <div style="margin-top: 10px;" id="cellendeditevent"></div>
   </div>

<?php
page_footer();
?>

mercurial