コード例 #1
0
ファイル: component.php プロジェクト: encrypt94/ecDB
} else {
    echo '<td class="boldText">Project</td>';
    echo '<td class="boldText">Quantity</td>';
    echo '<td></td>';
    echo '<td></td>';
    echo '<td></td>';
}
?>
							</tr>

							<tr>
								<td></td>
								<?php 
include 'include/include_component_edit_project_edit.php';
$MenuProj = new EditProj();
$MenuProj->ComponentProj($id);
?>
							</tr>

						</tbody>
					</table>
				</div>

				<form class="globalForms noPadding" method="post" action="">
					<div class="buttons">
						<div class="input">
							<button class="button" name="edit" type="submit"><span class="icon medium pencil"></span> Edit Component</button>
							<button class="button" name="based" type="submit"><span class="icon medium sqPlus"></span> New based on this</button>
							<button class="button red" name="delete" type="submit"><span class="icon medium trash"></span> Delete component</button>
						</div>
					</div>