Removes subject field when replying to thread.
This commit is contained in:
parent
4002d121b4
commit
e11f5d9345
1 changed files with 6 additions and 2 deletions
|
|
@ -166,8 +166,12 @@
|
|||
</div>
|
||||
</div>
|
||||
<form action="${c.req.makeUri(action, false) & "#preview"}" method="POST">
|
||||
${FieldValid(c, "subject", "Subject:")}
|
||||
${TextWidget(c, "subject", title, maxlength=100)}
|
||||
#if action == "doreply":
|
||||
<input type="hidden" name="subject" value="${title}"/>
|
||||
#else:
|
||||
${FieldValid(c, "subject", "Subject:")}
|
||||
${TextWidget(c, "subject", title, maxlength=100)}
|
||||
#end if
|
||||
<br />
|
||||
${FieldValid(c, "content", "Content:")}<br />
|
||||
${TextAreaWidget(c, "content", content, width=100, height=20)}<br />
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue