Index: themes/default_ajax/inc/hfunc.js
===================================================================
--- themes/default_ajax/inc/hfunc.js	(revision e11e175ffbdaac2b7504bf5dd83aee7e579eaea0)
+++ themes/default_ajax/inc/hfunc.js	(revision fbc3369abde946a919e6c00b3dd10c2e5cb7d35b)
@@ -1,6 +1,29 @@
 function toggle( modpage ) {
  switch ( modpage ) {
+  case 'torrent_info' :
+  case 'torrent_trackers' :
+  case '_info' : {
+   document.getElementById( 'throttleupinput' ).style.display = 'none';
+   document.getElementById( 'throttledowninput' ).style.display = 'none';
+   document.getElementById( 'tsubmit' ).style.display = 'none';
+
+   document.getElementById( 'throttleup' ).style.display = '';
+   document.getElementById( 'throttledown' ).style.display = '';
+
+   break;
+  }
+  case '_info_restore' : {
+   document.getElementById( 'throttleupinput' ).style.display = '';
+   document.getElementById( 'throttledowninput' ).style.display = '';
+   document.getElementById( 'tsubmit' ).style.display = '';
+
+   document.getElementById( 'throttleup' ).style.display = 'none';
+   document.getElementById( 'throttledown' ).style.display = 'none';
+
+   break;
+  }
   case 'addtorrent_info' : {
    document.getElementById( 'torrenturl' ).style.display = 'none';
+
    break;
   }
@@ -12,4 +35,12 @@
     }
    }
+
+   document.getElementById( 'throttleupinput' ).style.display = 'none';
+   document.getElementById( 'throttledowninput' ).style.display = 'none';
+   document.getElementById( 'tsubmit' ).style.display = 'none';
+
+   document.getElementById( 'throttleup' ).style.display = '';
+   document.getElementById( 'throttledown' ).style.display = '';
+
    break;
   }
