Add 'Permissions' section

This commit is contained in:
Olivier Perez 2016-08-04 20:19:17 +02:00
parent 7b5f42b174
commit 64fe5e0589
No known key found for this signature in database
GPG Key ID: 3AA3C84A71F35E71
7 changed files with 12 additions and 3 deletions

View File

@ -243,6 +243,7 @@
"Poll password": "Password", "Poll password": "Password",
"Password choice": "DE_Choix", "Password choice": "DE_Choix",
"Password confirmation": "DE_Confirmation", "Password confirmation": "DE_Confirmation",
"Permissions": "DE_Permissions",
"Go to step 2": "Weiter zum 2. Schritt" "Go to step 2": "Weiter zum 2. Schritt"
}, },
"Step 2": { "Step 2": {

View File

@ -243,6 +243,7 @@
"Poll password": "Password", "Poll password": "Password",
"Password choice": "Choice", "Password choice": "Choice",
"Password confirmation": "Confirmation", "Password confirmation": "Confirmation",
"Permissions": "Permissions",
"Go to step 2": "Go to step 2" "Go to step 2": "Go to step 2"
}, },
"Step 2": { "Step 2": {

View File

@ -243,6 +243,7 @@
"Poll password": "ES_Mot de passe", "Poll password": "ES_Mot de passe",
"Password choice": "ES_Choix", "Password choice": "ES_Choix",
"Password confirmation": "ES_Confirmation", "Password confirmation": "ES_Confirmation",
"Permissions": "ES_Permissions",
"Go to step 2": "Ir al paso número 2" "Go to step 2": "Ir al paso número 2"
}, },
"Step 2": { "Step 2": {

View File

@ -243,6 +243,7 @@
"Poll password": "Mot de passe", "Poll password": "Mot de passe",
"Password choice": "Choix", "Password choice": "Choix",
"Password confirmation": "Confirmation", "Password confirmation": "Confirmation",
"Permissions": "Permissions",
"Go to step 2": "Aller à l'étape 2" "Go to step 2": "Aller à l'étape 2"
}, },
"Step 2": { "Step 2": {

View File

@ -243,6 +243,7 @@
"Poll password": "Password", "Poll password": "Password",
"Password choice": "IT_Choix", "Password choice": "IT_Choix",
"Password confirmation": "Conferma della password", "Password confirmation": "Conferma della password",
"Permissions": "IT_Permissions",
"Go to step 2": "Andare al punto 2" "Go to step 2": "Andare al punto 2"
}, },
"Step 2": { "Step 2": {

View File

@ -243,6 +243,7 @@
"Poll password": "OC_Mot de passe", "Poll password": "OC_Mot de passe",
"Password choice": "OC_Choix", "Password choice": "OC_Choix",
"Password confirmation": "OC_Confirmation", "Password confirmation": "OC_Confirmation",
"Permissions": "OC_Permissions",
"Go to step 2": "Anar a l'etapa 2" "Go to step 2": "Anar a l'etapa 2"
}, },
"Step 2": { "Step 2": {

View File

@ -178,7 +178,10 @@
</div> </div>
<div class="form-group"> <div class="form-group">
<div class="col-sm-offset-4 col-sm-8"> <label for="poll_id" class="col-sm-4 control-label">
{__('Step 1', 'Permissions')}
</label>
<div class="col-sm-8">
<div class="radio"> <div class="radio">
<label> <label>
<input type="radio" name="editable" id="editableByAll" {if $poll_editable==constant("Framadate\Editable::EDITABLE_BY_ALL")}checked{/if} value="{constant("Framadate\Editable::EDITABLE_BY_ALL")}"> <input type="radio" name="editable" id="editableByAll" {if $poll_editable==constant("Framadate\Editable::EDITABLE_BY_ALL")}checked{/if} value="{constant("Framadate\Editable::EDITABLE_BY_ALL")}">