adding a link to user manual

This commit is contained in:
Julien Fastré 2016-04-29 17:43:31 +02:00
parent 0c5a7f04dd
commit 4c073fcb70
5 changed files with 13 additions and 2 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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"