mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 06:13:58 -07:00
Minor improvements (#799)
This commit is contained in:
parent
99602ec255
commit
d84d66909f
1 changed files with 13 additions and 12 deletions
|
@ -535,6 +535,18 @@ function build_poll_add_form (src_el)
|
||||||
<!-- IF HIDE_POST_IMG --><script type="text/javascript">$('img.postImg').remove();</script><!-- ENDIF -->
|
<!-- IF HIDE_POST_IMG --><script type="text/javascript">$('img.postImg').remove();</script><!-- ENDIF -->
|
||||||
<!-- IF HIDE_SMILE --><script type="text/javascript">$('img.smile').remove();</script><!-- ENDIF -->
|
<!-- IF HIDE_SMILE --><script type="text/javascript">$('img.smile').remove();</script><!-- ENDIF -->
|
||||||
|
|
||||||
|
<table class="topic" cellpadding="0" cellspacing="0">
|
||||||
|
<tr>
|
||||||
|
<td class="catBottom med">
|
||||||
|
<form method="post" action="{S_POST_DAYS_ACTION}">
|
||||||
|
{L_DISPLAY_POSTS}: {S_SELECT_POST_DAYS}
|
||||||
|
{S_SELECT_POST_ORDER}
|
||||||
|
<input type="submit" value="{L_GO}" class="lite" name="submit" />
|
||||||
|
</form>
|
||||||
|
</td>
|
||||||
|
</tr>
|
||||||
|
</table>
|
||||||
|
|
||||||
<table id="pagination" class="topic" cellpadding="0" cellspacing="0">
|
<table id="pagination" class="topic" cellpadding="0" cellspacing="0">
|
||||||
<tr>
|
<tr>
|
||||||
<td class="nav pad_6 {PG_ROW_CLASS}">
|
<td class="nav pad_6 {PG_ROW_CLASS}">
|
||||||
|
@ -545,6 +557,7 @@ function build_poll_add_form (src_el)
|
||||||
</table><!--/pagination-->
|
</table><!--/pagination-->
|
||||||
|
|
||||||
<!-- IF QUICK_REPLY -->
|
<!-- IF QUICK_REPLY -->
|
||||||
|
<br>
|
||||||
<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="t" value="{QR_TOPIC_ID}" />
|
||||||
|
@ -580,18 +593,6 @@ function build_poll_add_form (src_el)
|
||||||
</form>
|
</form>
|
||||||
<!-- ENDIF / QUICK_REPLY -->
|
<!-- ENDIF / QUICK_REPLY -->
|
||||||
|
|
||||||
<table class="topic" cellpadding="0" cellspacing="0">
|
|
||||||
<tr>
|
|
||||||
<td class="catBottom med">
|
|
||||||
<form method="post" action="{S_POST_DAYS_ACTION}">
|
|
||||||
{L_DISPLAY_POSTS}: {S_SELECT_POST_DAYS}
|
|
||||||
{S_SELECT_POST_ORDER}
|
|
||||||
<input type="submit" value="{L_GO}" class="lite" name="submit" />
|
|
||||||
</form>
|
|
||||||
</td>
|
|
||||||
</tr>
|
|
||||||
</table>
|
|
||||||
|
|
||||||
<table cellpadding="0" class="w100" style="padding-top: 2px;">
|
<table cellpadding="0" class="w100" style="padding-top: 2px;">
|
||||||
<tr>
|
<tr>
|
||||||
<td valign="top">
|
<td valign="top">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue