paginacao no IE fixed.

git-svn-id: https://svn.coded.pt/svn/SIPRP@1212 bb69d46d-e84e-40c8-a05a-06db0d633741
lxbfYeaa
Diogo Neves 16 years ago
parent 2ed5224df7
commit 525a8da8aa

@ -166,10 +166,11 @@
</script>
</webuijsf:head>
<webuijsf:body id="body1">
<webuijsf:form id="form1">
<div style="left: 0px; top: 0px; width: 100%">
<jsp:directive.include file="Header.jspf"/>
</div>
<webuijsf:form id="form1">
<h:inputHidden binding="#{EditarPlano.hidValidacao}" id="hidValidacao"/>
<h:panelGrid columns="1" id="gridBaseLayout" style="left: 0px; top: 76px; position: absolute; width: 100%" styleClass="centerBlock">
<webuijsf:staticText escape="false" id="staticText1" style="" text="&amp;nbsp;"/>
@ -262,7 +263,7 @@
<webuijsf:staticText escape="false" id="staticText3" text="&amp;nbsp;"/>
</h:panelGrid>
</h:panelGrid>
</webuijsf:form>
</webuijsf:form>
<script type="text/javascript">
var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));

@ -7,7 +7,6 @@
<div style="height: 30px; width: 100%; -rave-layout: grid" xmlns:f="http://java.sun.com/jsf/core" xmlns:h="http://java.sun.com/jsf/html" xmlns:webuijsf="http://www.sun.com/webui/webuijsf">
<f:subview id="Header">
<webuijsf:form id="formHeader">
<h:panelGrid columns="1" id="gridPanel1" style="height: 24px; left: 0px; top: 0px; position: absolute; width: 100%" styleClass="centerBlock">
<h:panelGrid columnClasses="gridColRight" columns="1" id="gridPanel5" style="height: 24px; width: 80%" styleClass="centerBlock">
<h:panelGrid columnClasses="gridCol40,gridCol60" columns="2" id="gridPanel2" style="height: 24px; width: 100%" styleClass="centerBlock" width="552">
@ -16,6 +15,8 @@
<webuijsf:staticText escape="false" id="staticText1" style="" text="&amp;nbsp;"/>
<webuijsf:image binding="#{Header.imgLogoEmpresa}" height="40" id="imgLogoEmpresa" rendered="#{SessionBean1.renderTopMenuImages}" url="#{SessionBean1.logoEmpresaUrl}"/>
</webuijsf:panelGroup>
<webuijsf:form id="formHeader">
<h:panelGrid columnClasses="gridColRight" columns="1" id="gridPanel3" style="height: 24px; width: 100%" styleClass="centerBlock">
<webuijsf:panelGroup id="groupPanel2" style="">
<webuijsf:hyperlink actionExpression="#{Header.lnkAnaliseAcidentes_action}" disabled="#{SessionBean1.disableMenuAnalises}"
@ -38,6 +39,7 @@
<webuijsf:hyperlink actionExpression="#{Header.lnkLogout_action}" id="lnkLogout1" text="sair&gt;&gt;"/>
</webuijsf:panelGroup>
</h:panelGrid>
</webuijsf:form>
</h:panelGrid>
<h:panelGrid columnClasses="gridColLeft30,gridColCenter40,gridColRight30" columns="3" id="gridSubHeader"
rendered="#{SessionBean1.renderSubHeader}" style="border: 1px solid black; background-color: rgb(255, 255, 255); height: 24px; width: 100%" width="480">
@ -53,6 +55,6 @@
</h:panelGrid>
</h:panelGrid>
</h:panelGrid>
</webuijsf:form>
</f:subview>
</div>

Loading…
Cancel
Save