sendToCompleted.jsp 720 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21
<%@ include file="/project/include.jsp"%>

<script type="text/javascript">
	function closeSendToDialog() {
		parent.parent.shellRetrieve();
	}
</script>

<table width="100%" height="100%" style="padding: 20px 4px 4px 4px;">
	<tr style="vertical-align: top;">
		<td>
			<div class="generic-label">
				<center>
				${j:bundle('LBL_commons_invioOK')}
			 	<br/>
			 	<br/><br/><button class="generic-button ui-state-default ui-corner-all" onClick="closeSendToDialog(); return false;"><img src="${j:getResourceUrlOfModule('shell', 'img/misc/confirm-small.gif')}" width="16" height="16" border="0" align="absmiddle">&nbsp;${j:bundle('LBL_commons_chiudi')}</button>
			 	</center>
			</div>		 		
		</td>
	</tr>					
</table>