Update viewtopic.tpl

This commit is contained in:
Roman Kelesidis 2024-05-01 12:49:25 +07:00
parent 93365d14a8
commit ca3f2bc022

View File

@ -546,7 +546,7 @@ function build_poll_add_form (src_el)
<!-- IF QUICK_REPLY --> <!-- IF QUICK_REPLY -->
<form action="{QR_POST_ACTION}" method="post" name="post" onsubmit="if(checkForm(this)){ dis_submit_btn(); }else{ return false; }"> <form action="{QR_POST_ACTION}" method="post" name="post" onsubmit="if(checkForm(this)){ dis_submit_btn(); }else{ return false; }">
<input type="hidden" name="mode" value="reply" /> <input type="hidden" name="mode" value="reply" />
<input type="hidden" name="t" value="{QR_TOPIC_ID}" /> <input type="hidden" name="{POST_TOPIC_URL}" value="{QR_TOPIC_ID}" />
<table id="topic_quick_reply" class="topic" cellpadding="0" cellspacing="0"> <table id="topic_quick_reply" class="topic" cellpadding="0" cellspacing="0">
<tr> <tr>