mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-22 06:13:58 -07:00
r295
git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@295 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
parent
ec91bce317
commit
8fb2598954
2 changed files with 14 additions and 1 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'] = 'R294';
|
$bb_cfg['tp_release_state'] = 'R295';
|
||||||
$bb_cfg['tp_release_date'] = '30-09-2011';
|
$bb_cfg['tp_release_date'] = '30-09-2011';
|
||||||
|
|
||||||
// Database
|
// Database
|
||||||
|
|
|
@ -385,6 +385,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