develop dans master - première version stable #9
@@ -29,6 +29,6 @@ function filtreAliasVirtuels() {
|
||||
/*
|
||||
* Fonction permettant de valider (soumettre le formulaire) le choix de l'utilisateur pour en administrer les possessions.
|
||||
**/
|
||||
function autosubmit() {
|
||||
function autoSoumission() {
|
||||
document.getElementById("form_choix_utilisateur").submit();
|
||||
}
|
||||
@@ -4,7 +4,7 @@
|
||||
<td><a href="/pages/gestion/administration.php?page=alias">Alias</a></td>
|
||||
<td><a href="/pages/gestion/administration.php?page=domaines">Domaines</a></td>
|
||||
<td><a href="/pages/gestion/administration.php?page=listes_noires">Listes noires</a></td>
|
||||
<td><a href="/services/sessions/deconnexion.php">Déconnexion</a></a></td>
|
||||
<td><a href="/services/sessions/deconnexion.php">Déconnexion</a></td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
|
||||
@@ -21,7 +21,7 @@ if (testPrivileges()=="administrateur") {
|
||||
<form id="form_choix_utilisateur" action="/services/actions/changeUtilisateur.php" method="post">
|
||||
<div>
|
||||
<h1>Choix de l'adresse</h1>
|
||||
<select name="choix_utilisateur" onchange="autosubmit(this);">
|
||||
<select name="choix_utilisateur" onchange="autoSoumission(this);">
|
||||
_HEREDOC_;
|
||||
|
||||
/**
|
||||
@@ -74,9 +74,10 @@ _HEREDOC_;
|
||||
?>
|
||||
</select>
|
||||
<!--<select name="choix_domaine_alias" onchange='document.getElementById("domaine_alias").innerHTML = this.options[this.selectedIndex].text'>
|
||||
<option value=\"".$domaine['domaine']."\">".$domaine['domaine']."</option>
|
||||
</select>
|
||||
<option value=\"".$domaine['domaine']."\">".$domaine['domaine']."</option>
|
||||
</select>
|
||||
<p id="domaine_alias"><?php //echo $liste_domaines[0]["domaine"]; ?></p>-->
|
||||
<p>vers <?php echo $_SESSION['pseudo_utilisateur'] ?></p>
|
||||
<input type="submit" value="Ajouter">
|
||||
</form>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user