AddConference: ajout de validation

Login: tentative de repérage de la touche entrée
This commit is contained in:
Frederic Debuire
2008-02-15 21:39:22 +00:00
parent 363238ce30
commit 1618337b39
7 changed files with 82 additions and 31 deletions

View File

@@ -132,7 +132,7 @@ function filterUser(el, value) {
<tr>
<td class="formLabel"><fmt:message key="conference5.findUsers" />
</td>
<td>Filter <form:input id="myfilter" path="myfilter" /> <br />
<td><form:input id="myfilter" path="myfilter" /> <br />
<br />
<table border="1" id="tableName" style="display: none;">
<thead>
@@ -154,7 +154,7 @@ function filterUser(el, value) {
<tr>
<td class="formLabel"><fmt:message key="conference5.usersList" />
</td>
<td>
<td><br />
<table border="1" id="tableNameAdded" style="display: none;">
<thead>
<tr>
@@ -175,7 +175,7 @@ function filterUser(el, value) {
<tr>
<td class="formLabel"><fmt:message
key="conference5.invitation.send" /></td>
<td>eMail: <input id="emailAddress" type="text" /> <input
<td><input id="emailAddress" type="text" /> <input
type="button" name="inviteButton" id="inviteButton" value="Invite" />
</td>
</tr>