Archived
1
0

update i18n stuff

This commit is contained in:
Jeff Becker
2017-10-10 12:34:39 -04:00
parent e25b84c686
commit 0848412aa0
7 changed files with 22 additions and 18 deletions

View File

@@ -13,15 +13,15 @@
<input type="hidden" name="reference" value="{{reference}}" id="postform_reference"/>
<table cellspacing="1" cellpadding="0">
<tr>
<th>Name</th>
<th>{{#i18n.Translations}}{{name}}{{/i18n.Translations}}</th>
<td><input type="text" name="name" class="posttext" /></td>
</tr>
<tr>
<th>Subject</th>
<th>{{#i18n.Translations}}{{subject}}{{/i18n.Translations}}</th>
<td><input type="text" name="subject" class="posttext" /></td>
</tr>
<tr>
<th>Comment</th>
<th>{{#i18n.Translations}}{{comment}}{{/i18n.Translations}}</th>
<td><textarea id="comment" name="message" class="postarea"></textarea></td>
</tr>
{{^DisableCaptcha}}
@@ -45,7 +45,7 @@
{{/DisableCaptcha}}
{{#files}}
<tr>
<th>File</th>
<th>{{#i18n.Translations}}{{file}}{{/i18n.Translations}}</th>
<td>
<table cellspacing="0" cellpadding="0" width="100%">
<tr>