]> git.agnieray.net Git - galette.git/blob - galette/templates/default/admintools.tpl
b1a9028d601f73f494f03bc3ad980e7b52c000dc
[galette.git] / galette / templates / default / admintools.tpl
1 {extends file="page.tpl"}
2 {block name="content"}
3 <form action="{path_for name="doAdminTools"}" method="post">
4 <div class="errorbox">
5 <p>{_T string="Make sure you've done a backup of the database before using any of the following tools!"}</p>
6 </div>
7 <fieldset class="galette_form" id="general">
8 <legend>{_T string="Select actions(s)"}</legend>
9 <p>
10 <label for="inittexts" class="tooltip" title="{_T string="Reset all emails contents to their default values"}">{_T string="Reset emails contents"}</label>
11 <span class="tip">{_T string="Reset all emails contents to their default values"}</span>
12 <input type="checkbox" name="inittexts" id="inittexts"/>
13 <span class="exemple">{_T string="(all existing values will be removed)"}</span>
14 </p>
15 <p>
16 <label for="initfields" class="tooltip" title="{_T string="Reset all emails contents to their default values"}">{_T string="Reset fields configuration"}</label>
17 <span class="tip"> {_T string="Reset all emails contents to their default values"}<br/>{_T string="This includes fields positions, order, visibility, access levels and mandatory marks."}</span>
18 <input type="checkbox" name="initfields" id="initfields"/>
19 <span class="exemple">{_T string="(all existing values will be removed)"}</span>
20 </p>
21 <p>
22 <label for="initpdfmodels" class="tooltip" title="{_T string="Reset all PDF models to their default values"}">{_T string="Reinitialize PDF models"}</label>
23 <span class="tip">{_T string="Reset all PDF models to their default values"}</span>
24 <input type="checkbox" name="initpdfmodels" id="initpdfmodels"/>
25 <span class="exemple">{_T string="(all existing values will be removed)"}</span>
26 </p>
27 <p>
28 <label for="emptylogins" class="tooltip" title="{_T string="Fill all empty login and passwords"}">{_T string="Generate empty logins and passwords"}</label>
29 <span class="tip">{_T string="Fill all empty login and passwords"}</span>
30 <input type="checkbox" name="emptylogins" id="emptylogins"/>
31 </p>
32 </fieldset>
33 <div class="button-container">
34 <button ype="submit" class="action">
35 <i class="fas fa-database" aria-hidden="true"></i>
36 {_T string="Go"}
37 </button>
38 </div>
39 </form>
40 {/block}