mirror of
https://github.com/torrentpier/torrentpier-lts.git
synced 2025-02-28 15:10:54 +03:00
Updated
This commit is contained in:
parent
e88328b23d
commit
84c627fe61
@ -36,7 +36,7 @@ function toggle_cat_list (val)
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{L_FORUM_DESC}</td>
|
||||
<td><textarea style="width: 96%;" rows="2" wrap="soft" name="forumdesc" class="post">{DESCRIPTION}</textarea></td>
|
||||
<td><textarea style="width: 96%; white-space: pre-wrap;" rows="2" name="forumdesc" class="post">{DESCRIPTION}</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{L_SF_PARENT_FORUM}</td>
|
||||
|
@ -19,7 +19,7 @@
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="row1" align="right" valign="top"> <span class="gen"><b>{L_MESSAGE}</b></span></td>
|
||||
<td class="row2"><textarea name="message" rows="15" cols="35" wrap="virtual" style="width:98%" tabindex="3" class="post">{MESSAGE}</textarea></td>
|
||||
<td class="row2"><textarea name="message" rows="15" cols="35" wrap="hard" style="width:98%" tabindex="3" class="post">{MESSAGE}</textarea></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td class="catBottom" colspan="2"><input class="mainoption" type="reset" value="{L_CLEAR}"> <input type="submit" value="{L_SEND_EMAIL}" name="submit" class="mainoption" /></td>
|
||||
|
Loading…
Reference in New Issue
Block a user