Ejemplo n.º 1
0
  </tr>
  <? 
      }// fin deif ($li_estmodest==2) 
	  
    }// fin de  if ($li_estpreing==1)
  ?>
  <tr>
    <td height="22"><div align="right">Cuenta</div></td>
    <td><input name="txtcuenta" type="text" id="txtcuenta" value="<? print $ls_cuentaplan ?>" size="22" style="text-align:center" readonly="true"> 
    <a href="javascript:catalogo_cuentasSPI();"><img src="../shared/imagebank/tools15/buscar.gif" width="15" height="15" border="0" alt="Catálogo de Cuentas de Gastos"></a>	 <input name="txtdenominacion" type="text" class="sin-borde" id="txtdenominacion" style="text-align:left" value="<? print $ls_denominacion ?>" size="50" maxlength="254"></td>
  </tr>
  <tr>
    <td height="22"><div align="right">Operaci&oacute;n</div></td>
    <td><div align="left">
      <?
		$ddlb_operaciones->uf_cargar_ddlb("operacion,denominacion","operacion","denominacion","spi_operaciones"," WHERE reservado=0","ddlb_operacion",250,$ls_operacion);
	  ?>
    </div></td>
  </tr>
  <tr>
    <td height="22" align="right">Monto</td>
    <td><input name="txtmonto" type="text" id="txtmonto" value="<? print $ld_monto ?>"  style="text-align:right" size="22" onKeyPress="return(currencyFormat(this,'.',',',event))" onBlur="javascript:uf_format(this);"> 
      <a href="javascript:aceptar_presupuestario();"><img src="../shared/imagebank/tools15/aprobado.gif" alt="Agregar Detalle Presupuestario" width="15" height="15" border="0"></a> <a href="javascript: close();"><img src="../shared/imagebank/eliminar.gif" alt="Cancelar Registro de Detalle Presupuestario" width="15" height="15" border="0"></a></td>
  </tr>
  <tr>
    <td height="22">&nbsp;</td>
    <td><input name="operacion" type="hidden" id="operacion">
      <input name="comprobante" type="hidden" id="comprobante" value="<? print $ls_comprobante;?>">
      <input name="procede" type="hidden" id="procede" value="<? print $ls_proccomp;?>">
      <input name="fecha" type="hidden" id="fecha" value="<? print $ld_fecha;?>">
      <input name="provbene" type="hidden" id="provbene" value="<? print $ls_provbene;?>">