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,22 +72,27 @@
|
|||||||
{{"visibility.archiving_can_not"|translate}}
|
{{"visibility.archiving_can_not"|translate}}
|
||||||
</option>
|
</option>
|
||||||
</select>
|
</select>
|
||||||
<label for="modificationScope">
|
<span *ngIf="config.canModifyAnswers == '0'">
|
||||||
{{"visibility.archiving_end"|translate}}
|
{{"visibility.archiving_end_not"|translate}}
|
||||||
</label>
|
</span>
|
||||||
|
<span class="can_modify_votes" *ngIf="config.canModifyAnswers== '1'">
|
||||||
|
<label for="modificationScope">
|
||||||
|
{{"visibility.archiving_end"|translate}}
|
||||||
|
</label>
|
||||||
|
<select
|
||||||
|
name="modificationScope"
|
||||||
|
id="modificationScope"
|
||||||
|
[(ngModel)]="config.whoModifiesAnswers"
|
||||||
|
[disabled]="!config.canModifyAnswers">
|
||||||
|
<option value="self">
|
||||||
|
{{"visibility.modfiy_their"|translate}}
|
||||||
|
</option>
|
||||||
|
<option value="everybody">
|
||||||
|
{{"visibility.modfiy_everyone"|translate}}
|
||||||
|
</option>
|
||||||
|
</select>
|
||||||
|
</span>
|
||||||
|
|
||||||
<select
|
|
||||||
name="modificationScope"
|
|
||||||
id="modificationScope"
|
|
||||||
[(ngModel)]="config.whoModifiesAnswers"
|
|
||||||
[disabled]="!config.canModifyAnswers">
|
|
||||||
<option value="self">
|
|
||||||
{{"visibility.modfiy_their"|translate}}
|
|
||||||
</option>
|
|
||||||
<option value="everybody">
|
|
||||||
{{"visibility.modfiy_everyone"|translate}}
|
|
||||||
</option>
|
|
||||||
</select>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
@ -82,6 +82,7 @@
|
|||||||
"archiving_can": "will",
|
"archiving_can": "will",
|
||||||
"archiving_can_not": "will not",
|
"archiving_can_not": "will not",
|
||||||
"archiving_end": "be able to edit",
|
"archiving_end": "be able to edit",
|
||||||
|
"archiving_end_not": "be able to edit answers",
|
||||||
"modfiy_their": "their vote",
|
"modfiy_their": "their vote",
|
||||||
"modfiy_everyone": "all the votes",
|
"modfiy_everyone": "all the votes",
|
||||||
"access": "Access to the poll",
|
"access": "Access to the poll",
|
||||||
|
@ -82,6 +82,7 @@
|
|||||||
"archiving_can": "auront",
|
"archiving_can": "auront",
|
||||||
"archiving_can_not": "n'auront pas",
|
"archiving_can_not": "n'auront pas",
|
||||||
"archiving_end": "la possibilité de modifier",
|
"archiving_end": "la possibilité de modifier",
|
||||||
|
"archiving_end_not": "la possibilité de modifier de votes",
|
||||||
"modfiy_their": "leur vote",
|
"modfiy_their": "leur vote",
|
||||||
"modfiy_everyone": "tous les votes",
|
"modfiy_everyone": "tous les votes",
|
||||||
"access": "Accès au sondage",
|
"access": "Accès au sondage",
|
||||||
|
Loading…
Reference in New Issue
Block a user