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.
|
* 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();
|
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=alias">Alias</a></td>
|
||||||
<td><a href="/pages/gestion/administration.php?page=domaines">Domaines</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="/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>
|
</tr>
|
||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -21,7 +21,7 @@ if (testPrivileges()=="administrateur") {
|
|||||||
<form id="form_choix_utilisateur" action="/services/actions/changeUtilisateur.php" method="post">
|
<form id="form_choix_utilisateur" action="/services/actions/changeUtilisateur.php" method="post">
|
||||||
<div>
|
<div>
|
||||||
<h1>Choix de l'adresse</h1>
|
<h1>Choix de l'adresse</h1>
|
||||||
<select name="choix_utilisateur" onchange="autosubmit(this);">
|
<select name="choix_utilisateur" onchange="autoSoumission(this);">
|
||||||
_HEREDOC_;
|
_HEREDOC_;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
@@ -77,6 +77,7 @@ _HEREDOC_;
|
|||||||
<option value=\"".$domaine['domaine']."\">".$domaine['domaine']."</option>
|
<option value=\"".$domaine['domaine']."\">".$domaine['domaine']."</option>
|
||||||
</select>
|
</select>
|
||||||
<p id="domaine_alias"><?php //echo $liste_domaines[0]["domaine"]; ?></p>-->
|
<p id="domaine_alias"><?php //echo $liste_domaines[0]["domaine"]; ?></p>-->
|
||||||
|
<p>vers <?php echo $_SESSION['pseudo_utilisateur'] ?></p>
|
||||||
<input type="submit" value="Ajouter">
|
<input type="submit" value="Ajouter">
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user