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
               <option value="snatched"<?Format::selected('order_by', 'snatched')?>>Snatched</option>
284
               <option value="snatched"<?Format::selected('order_by', 'snatched')?>>Snatched</option>
285
               <option value="seeders"<?Format::selected('order_by', 'seeders')?>>Seeders</option>
285
               <option value="seeders"<?Format::selected('order_by', 'seeders')?>>Seeders</option>
286
               <option value="leechers"<?Format::selected('order_by', 'leechers')?>>Leechers</option>
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
               <option value="random"<?Format::selected('order_by', 'random')?>>Random</option>
288
               <option value="random"<?Format::selected('order_by', 'random')?>>Random</option>
289
             </select>
289
             </select>
290
             <select name="order_way" class="ft_order_way" aria-label="Direction to order">
290
             <select name="order_way" class="ft_order_way" aria-label="Direction to order">

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

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

Loading…
Cancel
Save