www/rec_print.php

changeset 289
4082c41f45e9
parent 240
a85c1d4c4d12
child 338
a51b858aacca
equal deleted inserted replaced
288:06dd071a429d 289:4082c41f45e9
177 global $total_hops; 177 global $total_hops;
178 global $total_ibus; 178 global $total_ibus;
179 global $cost_hops; 179 global $cost_hops;
180 global $preboil_sg; 180 global $preboil_sg;
181 // $hoptype = array( 'Bitterhop', 'Aromahop', 'Beide' ); 181 // $hoptype = array( 'Bitterhop', 'Aromahop', 'Beide' );
182 $hopform = array( 'Pellets', 'Plugs', 'Bellen' ); 182 $hopform = array( 'Pellets', 'Plugs', 'Bellen', 'Hop nat' );
183 $hopuse = array( 'Maischen', 'First wort', 'Koken', 'Vlamuit', 'Whirlpool', 'Koudhop' ); 183 $hopuse = array( 'Maischen', 'First wort', 'Koken', 'Vlamuit', 'Whirlpool', 'Koudhop' );
184 $vul = $this->w - $this->rMargin - $this->lMargin - 135; 184 $vul = $this->w - $this->rMargin - $this->lMargin - 135;
185 $this->AddCol($vul,'Hop','L'); 185 $this->AddCol($vul,'Hop','L');
186 $this->AddCol(35,'Land','L'); 186 $this->AddCol(35,'Land','L');
187 $this->AddCol(15,'Soort','L'); 187 $this->AddCol(15,'Soort','L');

mercurial