Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Q
question2answer
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
outils
question2answer
Commits
c8145626
Commit
c8145626
authored
May 17, 2022
by
Félicie
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
better
parent
e2b4ebe8
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
18 additions
and
11 deletions
+18
-11
users.php
qa-include/app/users.php
+2
-2
qa-lang-main.php
qa-lang/fr/qa-lang-main.php
+2
-2
UserProfile.php
qa-src/Controllers/User/UserProfile.php
+2
-2
qa-styles.css
qa-theme/Cagette/qa-styles.css
+12
-5
No files found.
qa-include/app/users.php
View file @
c8145626
...
...
@@ -1249,8 +1249,8 @@ function qa_user_userfield_label($userfield)
$defaultlabels
=
array
(
'name'
=>
'users/full_name'
,
'about'
=>
'users/about'
,
'location'
=>
'users/location'
,
'website'
=>
'users/website'
,
//
'location' => 'users/location',
//
'website' => 'users/website',
);
if
(
isset
(
$defaultlabels
[
$userfield
[
'title'
]]))
...
...
qa-lang/fr/qa-lang-main.php
View file @
c8145626
...
...
@@ -55,7 +55,7 @@
'answer_reshown'
=>
'réponse remontrée'
,
'answer_selected'
=>
'réponse sélectionnée'
,
'answered_qs_in_x'
=>
'Les questions ayant le plus de réponses ^'
,
'answered_qs_title'
=>
'
La plupart a répondu aux question
s'
,
'answered_qs_title'
=>
'
Questions les plus répondue
s'
,
'answered'
=>
'répondu'
,
'asked_related_q'
=>
'poser une question connexe'
,
'asked'
=>
'écrite'
,
...
...
@@ -189,7 +189,7 @@
'view_q_must_confirm'
=>
'^5Confirmer votre adresse e-mail^6 pour afficher les pages de questions.'
,
'view_q_must_login'
=>
'^1Connecte-toi^2 pour afficher les pages de questions.'
,
'viewed_qs_in_x'
=>
'Les questions les plus vues dans ^'
,
'viewed_qs_title'
=>
'
Les q
uestions les plus vues'
,
'viewed_qs_title'
=>
'
Q
uestions les plus vues'
,
'vote_disabled_approve'
=>
'ton compte doit être approuvé pour que tu puisses voter'
,
'vote_disabled_down'
=>
'Voter contre n\'est disponible que pour certains.nes coopérateurices '
,
'vote_disabled_down_approve'
=>
'Votre compte doit être approuvé pour que tu puisses voter contre'
,
...
...
qa-src/Controllers/User/UserProfile.php
View file @
c8145626
...
...
@@ -678,9 +678,9 @@ class UserProfile extends BaseController
$valuehtml
=
qa_html
(
$value
,
((
$userfield
[
'flags'
]
&
QA_FIELD_FLAGS_MULTI_LINE
)
&&
!
$fieldsediting
));
}
$label
=
trim
(
qa_user_userfield_label
(
$userfield
),
'
:
'
);
$label
=
trim
(
qa_user_userfield_label
(
$userfield
),
''
);
if
(
strlen
(
$label
))
{
$label
.=
'
:
'
;
$label
.=
''
;
}
$notehtml
=
null
;
...
...
qa-theme/Cagette/qa-styles.css
View file @
c8145626
...
...
@@ -128,9 +128,9 @@ h2 {font-size:16px; padding-top:12px; clear:both;}
/* Main, sub and category navigation */
.qa-nav-main
{
clear
:
both
;}
.qa-nav-main
{
clear
:
both
;}
.qa-nav-main-list
{
font-size
:
17px
;
font-size
:
1.4rem
;
font-weight
:
bold
;
text-align
:
center
;
text-decoration
:
none
;
...
...
@@ -139,13 +139,16 @@ h2 {font-size:16px; padding-top:12px; clear:both;}
margin
:
0
;
padding
:
0
;
}
.qa-nav-main-item
a
{
float
:
left
;
color
:
#333
;
}
.qa-nav-main-item
a
{
float
:
left
;
color
:
#333
;
}
.qa-nav-main-ask
a
{
color
:
#00a473
!important
;
color
:
#00a473
;
}
.qa-nav-main-link
{
background
:
#fff
;
padding
:
1rem
0.5rem
;}
.qa-nav-main-link
:hover
{
background
:
#E6e9ed
;
text-decoration
:
none
;}
.qa-nav-main-selected
{
color
:
#fff
;
background
:
#00a473
;
text-decoration
:
none
;
pointer-events
:
none
;}
.qa-nav-main-selected
{
color
:
#fff
!important
;
background
:
#00a473
;
text-decoration
:
none
;
pointer-events
:
none
;}
.qa-nav-main-hot
.qa-nav-main-link
{
background
:
#f33
;}
.qa-nav-main-hot
.qa-nav-main-link
:hover
,
.qa-nav-main-hot
.qa-nav-main-selected
{
background
:
#f66
;}
...
...
@@ -519,6 +522,10 @@ h2 {font-size:16px; padding-top:12px; clear:both;}
.qa-c-item-buttons
{
display
:
block
;
position
:
absolute
;
bottom
:
0
;
right
:
0
;}
.qa-c-item-buttons
input
{
font-size
:
0.8rem
;}
.qa-c-item-what
,
.qa-a-item-what
,
.qa-q-view-what
{
color
:
#333
;
}
/* Comment voting */
.qa-c-list-item
.qa-voting
{
background
:
transparent
;
border
:
0
;
padding
:
0
;
margin-right
:
8px
;}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment