Traduction du calendrier.

Ajout d'information pour la création de conf.
This commit is contained in:
Frederic Debuire
2008-02-11 16:47:18 +00:00
parent 1d6cf6a586
commit e71442720f
6 changed files with 64 additions and 26 deletions

View File

@@ -20,6 +20,11 @@
</h4>
<form:form commandName="formConference" name="monForm">
Step (2/5) <br/>
This step is used to define some date like the starting date for the conference.<br/>
You have just to click on a field and the calendar will appear.<br/>
<br/>
<fmt:message key="conference2.start" /><form:input onclick="ds_sh(this);" path="dateStart" cssStyle="cursor: text" /> <form:errors path="dateStart" /><br /><br />
<fmt:message key="conference2.end" /><form:input onclick="ds_sh(this);" path="dateEnd" cssStyle="cursor: text" /> <form:errors path="dateEnd" /><br /><br />