Example #1
0
					Notes: <b><font color="red">*</color></b>
				</td>
				<td>
					<textarea id="notes" class="text-input textarea" name="notes" style="width:500px;height:100px"><?php 
echo $keg->get_notes();
?>
</textarea>
				</td>
			</tr>
			<tr>
				<td>
					Status: <b><font color="red">*</color></b>
				</td>
				<td>
					<?php 
echo $htmlHelper->ToSelectList("kegStatusCode", $kegStatusList, "name", "code", $keg->get_kegStatusCode(), "Select One");
?>
				</td>
			</tr>
			<tr>
				<td colspan="2">
					<input name="save" type="submit" class="btn" value="Save" />
					<input type="button" class="btn" value="Cancel" onclick="window.location='keg_list.php'" />
				</td>
			</tr>								
		</table>
		<br />
		<div align="right">			
			&nbsp &nbsp 
		</div>