pjc 5 years ago
parent
commit
5748a763b8
2 changed files with 1 additions and 5 deletions
  1. 1
    1
      sections/torrents/browse.php
  2. 0
    4
      static/styles/beluga/style.css

+ 1
- 1
sections/torrents/browse.php View File

@@ -284,7 +284,7 @@ View::show_header('Browse Torrents', 'browse');
284 284
               <option value="snatched"<?Format::selected('order_by', 'snatched')?>>Snatched</option>
285 285
               <option value="seeders"<?Format::selected('order_by', 'seeders')?>>Seeders</option>
286 286
               <option value="leechers"<?Format::selected('order_by', 'leechers')?>>Leechers</option>
287
-              <option value="cataloguenumber"<?Format::selected('order_by', 'cataloguenumber')?>>Catalogue Number</option>
287
+              <option value="cataloguenumber"<?Format::selected('order_by', 'cataloguenumber')?>>Accession Number</option>
288 288
               <option value="random"<?Format::selected('order_by', 'random')?>>Random</option>
289 289
             </select>
290 290
             <select name="order_way" class="ft_order_way" aria-label="Direction to order">

+ 0
- 4
static/styles/beluga/style.css View File

@@ -96,10 +96,6 @@ h1,h2 {
96 96
   font-size: 23px;
97 97
 }
98 98
 
99
-#torrents .header h2 {
100
-  text-align: center;
101
-}
102
-
103 99
 h3,h4 {
104 100
   font-size: 18px;
105 101
 }

Loading…
Cancel
Save