Remove extra colon from the presurvey templates of 'default' and 'silver' themes

This commit is contained in:
Fedor A. Fetisov 2013-10-16 18:58:16 +04:00
parent f324249c8c
commit d21482ae8a
2 changed files with 2 additions and 2 deletions

View File

@ -133,7 +133,7 @@ ${endif:showemail}
${if:showmessage}
<tr>
<td class="text">${msg:presurvey.question}:</td>
<td class="text">${msg:presurvey.question}</td>
<td valign="top">
<textarea name="message" tabindex="0" cols="45" rows="2" style="border:1px solid #878787; overflow:auto">${form:message}</textarea>
</td>

View File

@ -70,7 +70,7 @@
${endif:showemail}
${if:showmessage}
<tr>
<td><strong>${msg:presurvey.question}:</strong></td>
<td><strong>${msg:presurvey.question}</strong></td>
<td valign="top"><textarea name="message" tabindex="0" cols="45" rows="2">${form:message}</textarea></td>
</tr>
${endif:showmessage}