www/rec_main.php

Sat, 15 Dec 2018 11:06:14 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 15 Dec 2018 11:06:14 +0100
changeset 141
fe9e2a677611
parent 67
883e897aad40
permissions
-rw-r--r--

The yeast droplist sorting order changed. Misc ingredients time editor uses minutes or days depending on the use of the ingredient. The yeast editor can now use grams, ml or packs.

<?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