mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 06:13:58 -07:00
r297
ошибся папкой xD git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@297 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
87118ae0ba
commit
57519a14bb
3 changed files with 503 additions and 492 deletions
|
@ -53,7 +53,7 @@ $bb_cfg = $tr_cfg = $page_cfg = array();
|
||||||
|
|
||||||
// Increase number of revision after update
|
// Increase number of revision after update
|
||||||
$bb_cfg['tp_version'] = '2.1 Stable';
|
$bb_cfg['tp_version'] = '2.1 Stable';
|
||||||
$bb_cfg['tp_release_state'] = 'R296';
|
$bb_cfg['tp_release_state'] = 'R297';
|
||||||
$bb_cfg['tp_release_date'] = '01-10-2011';
|
$bb_cfg['tp_release_date'] = '01-10-2011';
|
||||||
|
|
||||||
// Database
|
// Database
|
||||||
|
|
File diff suppressed because it is too large
Load diff
|
@ -384,6 +384,19 @@ td.topic_id { cursor: pointer; }
|
||||||
<td class="small nowrap" style="padding: 0 0 0 3px;">
|
<td class="small nowrap" style="padding: 0 0 0 3px;">
|
||||||
<form id="tpp" action="{PAGE_URL_TPP}" method="post">{SELECT_TPP}</form>
|
<form id="tpp" action="{PAGE_URL_TPP}" method="post">{SELECT_TPP}</form>
|
||||||
</td>
|
</td>
|
||||||
|
<!-- IF TORRENTS -->
|
||||||
|
<td class="small nowrap" style="padding: 0 0 0 6px;">{L_STATUS}:</td>
|
||||||
|
<td class="small nowrap" style="padding: 0 0 0 3px;">{SELECT_TST}</td>
|
||||||
|
<!-- ENDIF -->
|
||||||
|
<td class="small nowrap" style="padding: 0 0 0 3px;"> <input id="tst-submit-btn" type="button" class="bold" value="»" style="width: 30px;" onclick="mod_goto(); return false;" /></td>
|
||||||
|
<script type="text/javascript">
|
||||||
|
function mod_goto(){
|
||||||
|
window.location = '{MOD_URL}' +'&tpp='+ $('#tpp').val() <!-- IF TORRENTS -->+'&tst='+ $('#tst').val()<!-- ENDIF --> +'&mod=1';
|
||||||
|
}
|
||||||
|
$(function(){
|
||||||
|
$('#tst').bind('change', function(){ $('#tst-submit-btn').attr({disabled: 1}); mod_goto(); });
|
||||||
|
});
|
||||||
|
</script>
|
||||||
<!-- ENDIF / AUTH_MOD -->
|
<!-- ENDIF / AUTH_MOD -->
|
||||||
|
|
||||||
<td class="small bold nowrap tRight w100">
|
<td class="small bold nowrap tRight w100">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue