Add small "language is not mandatory" message (#1129)
* add class in css * html change * Update en-us.all.json * Update fr-fr.all.json
Cette révision appartient à :
Parent
883f209c7c
révision
2943fdf6e1
4 fichiers modifiés avec 11 ajouts et 4 suppressions
|
@ -153,6 +153,12 @@ select.form-input {
|
|||
margin: 0 9px 2px 0;
|
||||
}
|
||||
|
||||
.not-important {
|
||||
font-size: 9pt;
|
||||
margin: 2px 3px;
|
||||
color: #8a8a8a;
|
||||
}
|
||||
|
||||
.header .h-user {
|
||||
display: inline-block;
|
||||
max-width: 160px;
|
||||
|
|
|
@ -41,6 +41,7 @@
|
|||
</span>
|
||||
{{ end }}
|
||||
</div>
|
||||
<p class="not-important"> T("language_not_mandatory")</p>
|
||||
{{ yield errors(name="language")}}
|
||||
|
||||
<p>
|
||||
|
|
|
@ -1284,8 +1284,8 @@
|
|||
"translation": "Torrent language"
|
||||
},
|
||||
{
|
||||
"id": "select_a_torrent_language",
|
||||
"translation": "Select a Torrent Language"
|
||||
"id": "language_not_mandatory",
|
||||
"translation": "Language is not mandatory anymore"
|
||||
},
|
||||
{
|
||||
"id": "language_en-us_name",
|
||||
|
|
|
@ -148,8 +148,8 @@
|
|||
"translation": "Langue du torrent"
|
||||
},
|
||||
{
|
||||
"id": "select_a_torrent_language",
|
||||
"translation": "Choisissez la langue du torrent"
|
||||
"id": "language_not_mandatory",
|
||||
"translation": "Les Languages ne sont plus obligatoires"
|
||||
},
|
||||
{
|
||||
"id": "language_en-us_name",
|
||||
|
|
Référencer dans un nouveau ticket