Title for answers

merge-requests/6/head
Bob Mottram 2019-11-26 12:26:59 +00:00
parent 173ed3ac9c
commit 252c142110
16 changed files with 31 additions and 15 deletions

View File

@ -190,5 +190,6 @@
"Question": "Question",
"Enter your question": "Enter your question",
"Enter the choices for your question below.": "Enter the choices for your question below.",
"Ask a question": "Ask a question"
"Ask a question": "Ask a question",
"Possible answers": "Possible answers"
}

View File

@ -190,5 +190,6 @@
"Question": "Question",
"Enter your question": "Enter your question",
"Enter the choices for your question below.": "Enter the choices for your question below.",
"Ask a question": "Ask a question"
"Ask a question": "Ask a question",
"Possible answers": "Possible answers"
}

View File

@ -190,5 +190,6 @@
"Question": "Question",
"Enter your question": "Enter your question",
"Enter the choices for your question below.": "Enter the choices for your question below.",
"Ask a question": "Ask a question"
"Ask a question": "Ask a question",
"Possible answers": "Possible answers"
}

View File

@ -190,5 +190,6 @@
"Question": "Question",
"Enter your question": "Enter your question",
"Enter the choices for your question below.": "Enter the choices for your question below.",
"Ask a question": "Ask a question"
"Ask a question": "Ask a question",
"Possible answers": "Possible answers"
}

View File

@ -190,5 +190,6 @@
"Question": "Question",
"Enter your question": "Enter your question",
"Enter the choices for your question below.": "Enter the choices for your question below.",
"Ask a question": "Ask a question"
"Ask a question": "Ask a question",
"Possible answers": "Possible answers"
}

View File

@ -190,5 +190,6 @@
"Question": "Question",
"Enter your question": "Enter your question",
"Enter the choices for your question below.": "Enter the choices for your question below.",
"Ask a question": "Ask a question"
"Ask a question": "Ask a question",
"Possible answers": "Possible answers"
}

View File

@ -190,5 +190,6 @@
"Question": "Question",
"Enter your question": "Enter your question",
"Enter the choices for your question below.": "Enter the choices for your question below.",
"Ask a question": "Ask a question"
"Ask a question": "Ask a question",
"Possible answers": "Possible answers"
}

View File

@ -190,5 +190,6 @@
"Question": "Question",
"Enter your question": "Enter your question",
"Enter the choices for your question below.": "Enter the choices for your question below.",
"Ask a question": "Ask a question"
"Ask a question": "Ask a question",
"Possible answers": "Possible answers"
}

View File

@ -190,5 +190,6 @@
"Question": "Question",
"Enter your question": "Enter your question",
"Enter the choices for your question below.": "Enter the choices for your question below.",
"Ask a question": "Ask a question"
"Ask a question": "Ask a question",
"Possible answers": "Possible answers"
}

View File

@ -190,5 +190,6 @@
"Question": "Question",
"Enter your question": "Enter your question",
"Enter the choices for your question below.": "Enter the choices for your question below.",
"Ask a question": "Ask a question"
"Ask a question": "Ask a question",
"Possible answers": "Possible answers"
}

View File

@ -190,5 +190,6 @@
"Question": "Question",
"Enter your question": "Enter your question",
"Enter the choices for your question below.": "Enter the choices for your question below.",
"Ask a question": "Ask a question"
"Ask a question": "Ask a question",
"Possible answers": "Possible answers"
}

View File

@ -186,5 +186,6 @@
"Question": "Question",
"Enter your question": "Enter your question",
"Enter the choices for your question below.": "Enter the choices for your question below.",
"Ask a question": "Ask a question"
"Ask a question": "Ask a question",
"Possible answers": "Possible answers"
}

View File

@ -190,5 +190,6 @@
"Question": "Question",
"Enter your question": "Enter your question",
"Enter the choices for your question below.": "Enter the choices for your question below.",
"Ask a question": "Ask a question"
"Ask a question": "Ask a question",
"Possible answers": "Possible answers"
}

View File

@ -190,5 +190,6 @@
"Question": "Question",
"Enter your question": "Enter your question",
"Enter the choices for your question below.": "Enter the choices for your question below.",
"Ask a question": "Ask a question"
"Ask a question": "Ask a question",
"Possible answers": "Possible answers"
}

View File

@ -190,5 +190,6 @@
"Question": "Question",
"Enter your question": "Enter your question",
"Enter the choices for your question below.": "Enter the choices for your question below.",
"Ask a question": "Ask a question"
"Ask a question": "Ask a question",
"Possible answers": "Possible answers"
}

View File

@ -980,6 +980,7 @@ def htmlNewPost(translate: {},baseDir: str, \
placeholderMessage=translate['Enter your question']+'...'
endpoint='newquestion'
extraFields='<div class="container">'
extraFields+=' <label class="labels">'+translate['Possible answers']+':</label>'
for questionCtr in range(8):
extraFields+=' <input type="text" class="questionOption" placeholder="'+str(questionCtr+1)+'" name="questionOption'+str(questionCtr)+'">'
extraFields+=' <label class="labels">'+translate['Duration of listing in days']+':</label> <input type="number" name="duration" min="1" max="365" step="1" value="14">'