protocollazioneTile.jsp 393 Bytes
Newer Older
1 2 3 4 5 6 7
<%@ include file="/project/include.jsp" %>

<c:if test="${!empty showProtocolloButton}">
	<shell:button id="sh_tb__stdProtocolazioneButton" text="${j:bundle('LBL_commons_protocollo_BUTTON')}" img="commons.protocollo" title="${j:bundle('LBL_commons_protocollo_TOOLTIP')}" 
			href="javascript:protocolla('${protContext}');" enabled="false" ext="true" onclick="coordinates(event);"/>
</c:if>