First commit
This commit is contained in:
parent
cf97b64877
commit
cc69770608
1468 changed files with 265316 additions and 128 deletions
16
www/admin/contab/_inc_extra_documento_btn.jsp
Normal file
16
www/admin/contab/_inc_extra_documento_btn.jsp
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
<%@ taglib uri="/WEB-INF/acxent.tld" prefix="acx" %>
|
||||
<%@ page language="java" import="it.acxent.jsp.*" %>
|
||||
<%-- DICHIARAZIONE BEAN --%>
|
||||
<jsp:useBean id="bean" class="it.acxent.contab.Documento" type="it.acxent.contab.Documento" scope="request" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="df" class="it.acxent.util.SimpleDateFormat" scope="request" type="it.acxent.util.SimpleDateFormat" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="nf" scope="request" type="java.text.NumberFormat" >
|
||||
</jsp:useBean>
|
||||
<jsp:useBean id="nf4" scope="request" type="java.text.NumberFormat" >
|
||||
</jsp:useBean>
|
||||
<a class="btn btn-app btn-app-sm" href="javascript:eliminaRigheAZero()"> <i class="fa fa-eraser" title="<acx:lang>Elimina Righe a Zero</acx:lang>"></i>
|
||||
<acx:lang>Elimina Righe 0</acx:lang>
|
||||
</a>
|
||||
<%-- FINE DICHIARAZIONE BEAN --%>
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue