activated log editor translation and layout style

This commit is contained in:
following
2013-03-23 19:10:16 +01:00
parent 45ba51b5c2
commit 79cab507bc
4 changed files with 4 additions and 4 deletions

View File

@ -128,7 +128,7 @@ function _chkFound () {
</tr>
<tr>
<td>
<textarea name="logtext" id="logtext" cols="68" rows="25" >{logtext}</textarea>
<textarea name="logtext" id="logtext" cols="68" rows="25" class="logs" >{logtext}</textarea>
</td>
</tr>
<tr>

View File

@ -122,7 +122,7 @@ function _chkFound () {
</tr>
<tr>
<td>
<textarea name="logtext" id="logtext" cols="68" rows="25" >{logtext}</textarea>
<textarea name="logtext" id="logtext" cols="68" rows="25" class="logs">{logtext}</textarea>
</td>
</tr>
<tr>