Skip to content

Commit

Permalink
FIX css
Browse files Browse the repository at this point in the history
  • Loading branch information
mspasiano committed Dec 18, 2017
1 parent f4573ba commit 32ad12e
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 8 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,14 @@ CRUDToolbar.startSearch.hiddenProperty=startSearchButtonHidden
CRUDToolbar.startSearch.title=Calcola
CRUDToolbar.startSearch.accessKey=C


CRUDToolbar.reset.img=img/new24.gif
CRUDToolbar.reset.disabledImg=img/new24.gif
CRUDToolbar.reset.label=<u>R</u>eset<br>Dati
CRUDToolbar.reset.href=javascript:submitForm('doReset')
CRUDToolbar.reset.style=width:60px;
CRUDToolbar.reset.hiddenProperty=startSearchButtonHidden
CRUDToolbar.reset.title=Reset Dati
CRUDToolbar.reset.accessKey=R
CRUDToolbar.reset.accessKey=R
CRUDToolbar.reset.iconClass=fa fa-fw fa-2x fa-trash
CRUDToolbar.reset.buttonClass=btn-outline-danger btn-title
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<% RiepilogativiDefinitiviIvaBP bp = (RiepilogativiDefinitiviIvaBP)BusinessProcess.getBusinessProcess(request);
bp.openFormWindow(pageContext); %>

<div class="Group" style="width:100%">
<div class="Group card" style="width:100%">
<table width="100%">
<tr>
<td>
Expand Down Expand Up @@ -93,8 +93,8 @@
</tr>
</table>
</div>
<div class="Group" style="width:100%">
<div class="GroupLabel">Stampe già eseguite</div>
<div class="GroupLabel text-primary h3">Stampe già eseguite</div>
<div class="Group card" style="width:100%">
<% bp.getRegistri_stampati().writeHTMLTable(pageContext,"default",false,false,false,"100%","200px"); %>
</div>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<% RiepilogativiProvvisoriIvaBP bp = (RiepilogativiProvvisoriIvaBP)BusinessProcess.getBusinessProcess(request);
bp.openFormWindow(pageContext); %>

<div class="Group" style="width:100%">
<div class="Group card" style="width:100%">
<table width="100%">
<tr>
<%/*%>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<% StampaDefinitivaRegistriIvaBP bp = (StampaDefinitivaRegistriIvaBP)BusinessProcess.getBusinessProcess(request);
bp.openFormWindow(pageContext); %>

<div class="Group" style="width:100%">
<div class="Group card" style="width:100%">
<table width="100%">
<tr>
<td>
Expand Down Expand Up @@ -66,8 +66,8 @@
</tr>
</table>
</div>
<div class="Group" style="width:100%">
<div class="GroupLabel">Stampe già eseguite</div>
<div class="GroupLabel text-primary h3">Stampe già eseguite</div>
<div class="Group card" style="width:100%">
<% bp.getRegistri_stampati().writeHTMLTable(pageContext,"default",false,false,false,"100%","200px"); %>
</div>

Expand Down

0 comments on commit 32ad12e

Please sign in to comment.