Corrections travail en groupe
This commit is contained in:
@@ -12,7 +12,7 @@
|
||||
<script type='text/javascript' src='./javascripts/scriptaculous.js'></script>
|
||||
|
||||
<script type='text/javascript'>
|
||||
|
||||
//<![CDATA[
|
||||
function init() {
|
||||
dwr.engine.setAsync(false); // a v<>rifier
|
||||
//AddCriteriaJS.initPerson();
|
||||
@@ -86,7 +86,7 @@ function addPerson(eleid) {
|
||||
|
||||
function deletePerson(eleid) {
|
||||
var person = peopleCache2[eleid.substring(11)];
|
||||
if (confirm("Are you sure you want to delete " + person.firstName + " " + person.lastName + "?")) {
|
||||
if (confirm("Are you sure you want to remove " + person.firstName + " " + person.lastName + "?")) {
|
||||
dwr.engine.beginBatch();
|
||||
AddCriteriaJS.deletePerson(person);
|
||||
filterUser(null, dwr.util.getValue("myfilter"));
|
||||
@@ -104,7 +104,7 @@ function filterUser(el, value) {
|
||||
AddCriteriaJS.fillUser(value);
|
||||
setTimeout("fillTable()", 500);
|
||||
}
|
||||
|
||||
//]]>
|
||||
</script>
|
||||
|
||||
</head>
|
||||
@@ -126,7 +126,7 @@ function filterUser(el, value) {
|
||||
|
||||
<p class="formHelp"><fmt:message key="conference.help.step5" /></p>
|
||||
|
||||
<form:form commandName="formConference" name="monForm">
|
||||
<form:form commandName="formConference">
|
||||
<table>
|
||||
<tbody>
|
||||
<tr>
|
||||
@@ -166,7 +166,7 @@ function filterUser(el, value) {
|
||||
<tr id="patternadded" style="display: none;">
|
||||
<td><span id="tablePersonadded">Person</span></td>
|
||||
<td><a id="supprPerson" href="#"
|
||||
onclick="deletePerson(this.id)">Delete</a></td>
|
||||
onclick="deletePerson(this.id)">Remove</a></td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
||||
Reference in New Issue
Block a user