Mentions légales du service

Skip to content
Snippets Groups Projects
Commit 0fefa804 authored by Guillaume Thomazon's avatar Guillaume Thomazon
Browse files

Update layout

git-svn-id: https://scm.gforge.inria.fr/authscm/ycadoret/svn/gazelle/Maven/gazelle-proxy/trunk@33606 356b4b1a-1d2b-0410-8bf1-ffa24008f01e
parent b01996f8
No related branches found
No related tags found
No related merge requests found
......@@ -4,24 +4,34 @@
xmlns:f="http://java.sun.com/jsf/core"
xmlns:s="http://jboss.com/products/seam/taglib">
<div class="prop">
<s:label styleClass="name #{invalid?'errors':''}">
<div id="editDiv" class="editDiv">
<table id="tableEditTemplate" class="tableEditTemplate" border="0">
<tr id="rowEditTemplate" class="rowEditTemplate">
<td id="firstCell_NameColumn" class="nameColumn" >
<s:label id="labelInvalidErrors" styleClass="name #{invalid?'errors':''}">
<ui:insert name="label"/>
<s:span styleClass="required" rendered="#{required}">*</s:span>
<s:span id="labelInvalidErrorsSpan" styleClass="required" rendered="#{required}">*</s:span>
</s:label>
<span class="value #{invalid?'errors':''}">
</td>
<td id="secondCell_NameColumn">
<span id="spanInvalidErrors" class="value #{invalid?'errors':''}">
<s:validateAll>
<ui:insert/>
</s:validateAll>
</span>
<span class="error">
<h:graphicImage value="/img/error.gif" rendered="#{invalid}" styleClass="errors"/>
<s:message styleClass="errors"/>
</td>
<td id="thirdCell_NameColumn">
<span id="spanError" class="error">
<h:graphicImage id="errorsNoBorderGraphicImage" value="/img/error.gif" rendered="#{invalid}" styleClass="errorsNoBorder"/>
<s:message id="errorsNoBorderMessage" styleClass="errorsNoBorder"/>
</span>
</td>
</tr>
</table>
</div>
</ui:composition>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment