*** empty log message ***

This commit is contained in:
Rodolphe Quiedeville 2002-12-23 23:04:03 +00:00
parent 08a303376f
commit 6b1e9a66a8
2 changed files with 8 additions and 2 deletions

View File

@ -111,6 +111,12 @@
</script>
</tr>
<tr>
<td colspan="3" align="center" class="titre">
<input type="submit" value="Corriger" /> (étape 1/3)
</td>
</tr>
</table>
</form>

View File

@ -168,13 +168,13 @@
<xsl:template match="table/tr[@id='limitdate']">
<tr>
<td class="titre">
Durée
Echéance
</td>
<td class="valeur">
<xsl:apply-templates select="@*|node()"/>
</td>
<td class="titre">
Duration
Limit date
</td>
</tr>
</xsl:template>