mirror of
https://framagit.org/framasoft/framadate/funky-framadate-front.git
synced 2023-08-25 13:53:14 +02:00
⚡ can or can not modify votes issue #49
This commit is contained in:
parent
daf7006bb8
commit
fff4e57378
@ -72,10 +72,13 @@
|
||||
{{"visibility.archiving_can_not"|translate}}
|
||||
</option>
|
||||
</select>
|
||||
<span *ngIf="config.canModifyAnswers == '0'">
|
||||
{{"visibility.archiving_end_not"|translate}}
|
||||
</span>
|
||||
<span class="can_modify_votes" *ngIf="config.canModifyAnswers== '1'">
|
||||
<label for="modificationScope">
|
||||
{{"visibility.archiving_end"|translate}}
|
||||
</label>
|
||||
|
||||
<select
|
||||
name="modificationScope"
|
||||
id="modificationScope"
|
||||
@ -88,6 +91,8 @@
|
||||
{{"visibility.modfiy_everyone"|translate}}
|
||||
</option>
|
||||
</select>
|
||||
</span>
|
||||
|
||||
|
||||
</div>
|
||||
|
||||
|
@ -82,6 +82,7 @@
|
||||
"archiving_can": "will",
|
||||
"archiving_can_not": "will not",
|
||||
"archiving_end": "be able to edit",
|
||||
"archiving_end_not": "be able to edit answers",
|
||||
"modfiy_their": "their vote",
|
||||
"modfiy_everyone": "all the votes",
|
||||
"access": "Access to the poll",
|
||||
|
@ -82,6 +82,7 @@
|
||||
"archiving_can": "auront",
|
||||
"archiving_can_not": "n'auront pas",
|
||||
"archiving_end": "la possibilité de modifier",
|
||||
"archiving_end_not": "la possibilité de modifier de votes",
|
||||
"modfiy_their": "leur vote",
|
||||
"modfiy_everyone": "tous les votes",
|
||||
"access": "Accès au sondage",
|
||||
|
Loading…
Reference in New Issue
Block a user