mirror of
https://github.com/Akif9748/akf-forum.git
synced 2024-11-22 20:10:40 +03:00
Update thread.ejs
This commit is contained in:
parent
51a641e5da
commit
c980dc40de
1 changed files with 7 additions and 3 deletions
|
@ -94,8 +94,12 @@
|
|||
<% if (user){ %>
|
||||
|
||||
<div class="message">
|
||||
<form id="send">
|
||||
<textarea rows="4" cols="100" name="content"></textarea>
|
||||
<form id="send" style="width:100%">
|
||||
<textarea rows="4"
|
||||
style="
|
||||
width: 100%;
|
||||
margin: 10px;
|
||||
border: 2px solid #e3e3e3;" name="content"></textarea>
|
||||
<input name="threadID" type="hidden" value="<%= thread.id %>"></input>
|
||||
<input name="page" type="hidden" value="<%= page %>"></input>
|
||||
|
||||
|
|
Loading…
Reference in a new issue