mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-22 18:09:06 +01:00
- template/top.tpl - Champ Top DN -> refresh vers index.php automatiquement
This commit is contained in:
parent
03edde1437
commit
683916b6e6
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@
|
||||||
|
|
||||||
|
|
||||||
{if $LSsession_topDn!=""}
|
{if $LSsession_topDn!=""}
|
||||||
<form action="{$PHP_SELF}" method='post' id='LSsession_topDn_form'>
|
<form action="index.php" method='post' id='LSsession_topDn_form'>
|
||||||
<label>{$label_level}
|
<label>{$label_level}
|
||||||
<select name='LSsession_topDn' id='LSsession_topDn'>
|
<select name='LSsession_topDn' id='LSsession_topDn'>
|
||||||
{html_options values=$LSsession_topDn_index output=$LSsession_topDn_name selected=$LSsession_topDn}
|
{html_options values=$LSsession_topDn_index output=$LSsession_topDn_name selected=$LSsession_topDn}
|
||||||
|
|
Loading…
Reference in a new issue