Example #1
0
								  <thead>
									  <tr>
									  	  <th>Pessoa</th>
									  	  <th>Cargo</th>
										  <th>Per&iacute;odo</th>
										  <th width="10%">Qtd M&ecirc;s</th>
										  <th>Sal&aacute;rio</th>
										  <th width="5%">Grupo</th>  
										  <th width="5%">Empresa</th>  
										  <th width="20%">A&ccedil;&atilde;o</th>
										                                        
									  </tr>
								  </thead>   
								  <tbody>
									<?php 
$item_medicao->tabelaPessoalExterno($medicao->getId());
?>
								  </tbody>
							 </table>  
						</div>
						
						<div class="form-actions">
						<input type="hidden" name="cmd" value="salvar">
						<button type="submit" class="btn btn-primary">Salvar</button>
						<button type="reset" class="btn" onclick="history.go(-1)">Cancelar</button>
					</div> 
					
					</div>
				</div>
				</form>
			<!-- content ends -->