Differences From Artifact [fc4a283940]:

To Artifact [1cea9418e0]:


89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
    <p class="submit">
        {csrf_field key="config"}
        <input type="submit" name="save" value="Enregistrer &rarr;" />
    </p>

</form>

<script type="text/javascript">
{literal}
function fillPassword(elm)
{
    var pw = elm.textContent || elm.innerText;
    document.getElementById('f_passe').value = pw;
    document.getElementById('f_repasse').value = pw;
}
{/literal}
</script>

{include file="admin/_foot.tpl"}







<
<
<
<
<
<
<
<
<
<
<

89
90
91
92
93
94
95











96
    <p class="submit">
        {csrf_field key="config"}
        <input type="submit" name="save" value="Enregistrer &rarr;" />
    </p>

</form>












{include file="admin/_foot.tpl"}