mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-24 07:05:47 -07:00
Updated
This commit is contained in:
parent
0d94f28b73
commit
1845e4c549
2 changed files with 2 additions and 2 deletions
|
@ -55,7 +55,7 @@ $(function(){
|
||||||
|
|
||||||
<form id="feed-form" method="post" action="feed.php" target="_blank" style="display: none;">
|
<form id="feed-form" method="post" action="feed.php" target="_blank" style="display: none;">
|
||||||
<input type="hidden" name="mode" value="get_feed_url">
|
<input type="hidden" name="mode" value="get_feed_url">
|
||||||
<input type="hidden" name="type" value="f">
|
<input type="hidden" name="type" value="{POST_FORUM_URL}">
|
||||||
<input id="feed-id" type="hidden" name="id" value="">
|
<input id="feed-id" type="hidden" name="id" value="">
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
|
|
|
@ -153,7 +153,7 @@ ajax.callback.mod_action = function (data) {
|
||||||
|
|
||||||
<div id="mod-action-content" style="display: none;">
|
<div id="mod-action-content" style="display: none;">
|
||||||
<form id="mod-action" method="post" action="modcp.php" class="tokenized">
|
<form id="mod-action" method="post" action="modcp.php" class="tokenized">
|
||||||
<input type="hidden" name="f" value="{FORUM_ID}" />
|
<input type="hidden" name="{POST_FORUM_URL}" value="{FORUM_ID}" />
|
||||||
<div class="floatL">
|
<div class="floatL">
|
||||||
<input type="checkbox" onclick="$('.topic-chbox').attr({ checked: this.checked }); if(this.checked){$('.tt-text').addClass('hl-tt');}else{$('.tt-text').removeClass('hl-tt');}" />
|
<input type="checkbox" onclick="$('.topic-chbox').attr({ checked: this.checked }); if(this.checked){$('.tt-text').addClass('hl-tt');}else{$('.tt-text').removeClass('hl-tt');}" />
|
||||||
<!-- IF TORRENTS -->
|
<!-- IF TORRENTS -->
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue