Example #1
0
										  <th width="10%">Qtd M&ecirc;s</th>
										  <?php 
if (in_array(272, $acesso)) {
    ?>
<th width="10%">Sal&aacute;rio</th><?php 
}
?>
										  <th width="5%">Grupo</th> 
										  <th width="5%">Empresa</th>  
<!-- 										  <th width="20%">A&ccedil;&atilde;o</th> -->
										                                        
									  </tr>
								  </thead>   
								  <tbody>
									<?php 
$item_medicao->tabelaPessoal($medicao->getId(), $id_contrato);
?>
								  </tbody>
							 </table>  
						</div>
						
						<div class="form-actions">
						<input type="hidden" name="cmd" value="salvar">
						<button type="submit" name="btn" value="salvar" class="btn btn-primary"><i class="icon-ok icon-white"></i> Salvar</button>
						<button type="submit" name="btn" value="deletar" class="btn btn-danger" onclick="return confirm('Deseja remover esse registro?');"><i class="icon-trash icon-white"></i> Deletar</button>
						<button type="reset" class="btn" onclick="history.go(-1)">Cancelar</button>
					</div> 
					
					</div>
				</div>
				</form>