Skip to content

Commit

Permalink
Anomalia missione
Browse files Browse the repository at this point in the history
  • Loading branch information
raffaelepagano committed Jul 18, 2017
1 parent 0b7b35a commit 5676f21
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -209,9 +209,9 @@

<tr>
<td ALIGN="CENTER">
<% JSPUtils.button(out,bp.encodePath("img/edit24.gif"),bp.encodePath("img/edit24.gif"), "Modifica","javascript:submitForm('doEditaSpesa')", bp.getParentRoot().isBootstrap()); %>
<% JSPUtils.button(out,bp.encodePath("img/save24.gif"),bp.encodePath("img/save24.gif"), "Conferma","javascript:submitForm('doConfermaSpesa')", bp.getParentRoot().isBootstrap()); %>
<% JSPUtils.button(out,bp.encodePath("img/undo24.gif"),bp.encodePath("img/undo24.gif"), "Annulla","javascript:submitForm('doUndoSpesa')", bp.getParentRoot().isBootstrap()); %>
<% JSPUtils.button(out,bp.encodePath("img/edit24.gif"),bp.encodePath("img/edit24.gif"), "Modifica","javascript:submitForm('doEditaSpesa')", bp.isEditSpesaButtonEnabled(), bp.getParentRoot().isBootstrap()); %>
<% JSPUtils.button(out,bp.encodePath("img/save24.gif"),bp.encodePath("img/save24.gif"), "Conferma","javascript:submitForm('doConfermaSpesa')", bp.isConfermaSpesaButtonEnabled(), bp.getParentRoot().isBootstrap()); %>
<% JSPUtils.button(out,bp.encodePath("img/undo24.gif"),bp.encodePath("img/undo24.gif"), "Annulla","javascript:submitForm('doUndoSpesa')", bp.isUndoSpesaButtonEnabled(), bp.getParentRoot().isBootstrap()); %>
</td>
</tr>

Expand Down

0 comments on commit 5676f21

Please sign in to comment.