mirror of
https://github.com/Mibew/mibew.git
synced 2025-02-07 00:14:40 +03:00
Remove extra colon from the presurvey templates of 'default' and 'silver' themes
This commit is contained in:
parent
f324249c8c
commit
d21482ae8a
@ -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>
|
||||
|
@ -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}
|
||||
|
Loading…
Reference in New Issue
Block a user