mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-07 18:44:08 +00:00
adding a link to user manual
This commit is contained in:
parent
0c5a7f04dd
commit
4c073fcb70
@ -4447,6 +4447,9 @@ ul.custom_fields.choice li {
|
||||
.footer p {
|
||||
font-family: 'Open Sans';
|
||||
font-weight: 300; }
|
||||
.footer a {
|
||||
color: white;
|
||||
text-decoration: underline; }
|
||||
|
||||
.time_compound input[type=text], .time_compound select {
|
||||
width: 4em;
|
||||
|
File diff suppressed because one or more lines are too long
@ -96,6 +96,11 @@ ul.custom_fields.choice li {
|
||||
font-family: 'Open Sans';
|
||||
font-weight: 300;
|
||||
}
|
||||
|
||||
a {
|
||||
color: white;
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
|
||||
// inline time input
|
||||
|
@ -1,3 +1,5 @@
|
||||
"This program is free software: you can redistribute it and/or modify it under the terms of the <strong>GNU Affero General Public License</strong>": "Ce programme est un logiciel libre: vous pouvez le redistribuer et/ou le modifier selon les termes de la licence <strong>GNU Affero GPL</strong>"
|
||||
User manual: Manuel d'utilisation
|
||||
Search: Rechercher
|
||||
'Search persons, ...': 'Recherche des personnes, ...'
|
||||
Person name: Nom / Prénom de la personne
|
||||
|
@ -149,7 +149,8 @@
|
||||
</div>
|
||||
|
||||
<footer class="footer">
|
||||
<p>{{ 'Programme sous license' | trans }} <b>AGPL</b></p>
|
||||
<p>{{ 'This program is free software: you can redistribute it and/or modify it under the terms of the <strong>GNU Affero General Public License</strong>'|trans|raw }}
|
||||
<br/> <a href="https://{{ app.request.locale }}.wikibooks.org/wiki/Chill">{{ 'User manual'|trans }}</a></p>
|
||||
</footer>
|
||||
|
||||
{% javascripts output="js/libs.js"
|
||||
|
Loading…
x
Reference in New Issue
Block a user