git-svn-id: https://torrentpier2.googlecode.com/svn/trunk@295 a8ac35ab-4ca4-ca47-4c2d-a49a94f06293
This commit is contained in:
pherum83 2011-09-30 17:34:47 +00:00
commit 8fb2598954
2 changed files with 14 additions and 1 deletions

View file

@ -53,7 +53,7 @@ $bb_cfg = $tr_cfg = $page_cfg = array();
// Increase number of revision after update
$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';
// Database

View file

@ -385,6 +385,19 @@ td.topic_id { cursor: pointer; }
<td class="small nowrap" style="padding: 0 0 0 3px;">
<form id="tpp" action="{PAGE_URL_TPP}" method="post">{SELECT_TPP}</form>
</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;">&nbsp;<input id="tst-submit-btn" type="button" class="bold" value="&raquo;" 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 -->
<td class="small bold nowrap tRight w100">