×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: HTML
Posted by: Jorge Alcalá
Added: Sep 6, 2018 11:54 AM
Views: 3343
  1.     <tr>
  2.         <td colspan="1" >
  3.             <div id="div_filtro88">
  4.                 <?php echo image_tag('filtro.png',array('size'=>'21x21'));?>&nbsp;
  5.                 <input type="text" size="40" id="txtNotasFiltro" onkeyup="gridNotas.filter($('txtNotasFiltro').value, [0, 1, 2]);"/>
  6.                 <label id="lblNotasFiltro" style="font-weight: normal;"></label>
  7.             </div>
  8.         </td>
  9.         <td>
  10.             <div id="div_notas_paginar" class="paginar" ></div>
  11.         </td>
  12.         <td colspan="1" align="right">
  13.             <label class="etiqueta_enlinea"><?php echo _n('Total de Notas');?>: </label>
  14.             <label class="etiqueta_enlinea" id="et_totNotas"><?php echo $totNotas;?></label>
  15.         </td>
  16.     </tr>