www/rec_main.php

Wed, 13 Feb 2019 20:28:54 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 13 Feb 2019 20:28:54 +0100
changeset 273
19606adfea42
parent 67
883e897aad40
permissions
-rw-r--r--

Set recipe edit values readonly when the brewday is over. Add the inventory reduce script and update the checkbox. Active after packaging.

<?php
require_once($_SERVER['DOCUMENT_ROOT'].'/includes/global.inc.php');
page_header('Recepten', 'rec_main');
?>

   <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