Browse Source

Make torrent search form consistent

pjc 5 years ago
parent
commit
6e228da336
1 changed files with 11 additions and 11 deletions
  1. 11
    11
      sections/torrents/browse.php

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

@@ -166,19 +166,19 @@ View::show_header('Browse Torrents', 'browse');
166 166
         <tr id="artist_name" class="ftr_advanced<?=$HideAdvanced?>">
167 167
           <td class="label"><!--Artist name:--></td>
168 168
           <td class="ft_artistname">
169
-            <input type="search" spellcheck="false" size="65" name="artistname" class="inputtext smaller fti_advanced" placeholder="Artist name" value="<?Format::form('artistname')?>" />
169
+            <input type="search" spellcheck="false" size="65" name="artistname" class="inputtext smaller fti_advanced" placeholder="Collaborator Name" value="<?Format::form('artistname')?>" />
170 170
           </td>
171 171
         </tr>
172 172
         <tr id="album_torrent_name" class="ftr_advanced<?=$HideAdvanced?>">
173 173
           <td class="label"><!--Torrent name:--></td>
174 174
           <td class="ft_groupname">
175
-            <input type="search" spellcheck="false" size="65" name="advgroupname" class="inputtext smaller fti_advanced" placeholder="Torrent name" value="<?Format::form('advgroupname')?>" />
175
+            <input type="search" spellcheck="false" size="65" name="advgroupname" class="inputtext smaller fti_advanced" placeholder="Sequence Name" value="<?Format::form('advgroupname')?>" />
176 176
           </td>
177 177
         </tr>
178 178
         <tr id="catalogue_number" class="ftr_advanced<?=$HideAdvanced?>">
179 179
           <td class="label"><!--Catalogue number:--></td>
180 180
           <td class="ft_cataloguenumber">
181
-            <input type="search" size="19" name="cataloguenumber" class="inputtext smallest fti_advanced" placeholder="Catalogue number" value="<?Format::form('cataloguenumber')?>" />
181
+            <input type="search" size="19" name="cataloguenumber" class="inputtext smallest fti_advanced" placeholder="Accession Number" value="<?Format::form('cataloguenumber')?>" />
182 182
           </td>
183 183
         </tr>
184 184
         <tr id="year" class="ftr_advanced<?=$HideAdvanced?>">
@@ -190,17 +190,17 @@ View::show_header('Browse Torrents', 'browse');
190 190
         <tr id="file_list" class="ftr_advanced<?=$HideAdvanced?>">
191 191
           <td class="label"><!--File list:--></td>
192 192
           <td class="ft_filelist">
193
-            <input type="search" spellcheck="false" size="65" name="filelist" class="inputtext fti_advanced" placeholder="File list" value="<?Format::form('filelist')?>" />
193
+            <input type="search" spellcheck="false" size="65" name="filelist" class="inputtext fti_advanced" placeholder="File List" value="<?Format::form('filelist')?>" />
194 194
           </td>
195 195
         </tr>
196 196
         <tr id="torrent_description" class="ftr_advanced<?=$HideAdvanced?>">
197 197
           <td class="label"><!--<span title="Search torrent descriptions (not group information)" class="tooltip">Torrent description:</span>--></td>
198 198
           <td class="ft_description">
199
-            <input type="search" spellcheck="false" size="65" name="description" class="inputtext fti_advanced tooltip_left" placeholder="Torrent description" title="Search torrent descriptions (not group information)" value="<?Format::form('description')?>" />
199
+            <input type="search" spellcheck="false" size="65" name="description" class="inputtext fti_advanced tooltip_left" placeholder="Torrent Description" title="Search torrent descriptions (not group information)" value="<?Format::form('description')?>" />
200 200
           </td>
201 201
         </tr>
202 202
         <tr id="rip_specifics" class="ftr_advanced<?=$HideAdvanced?>">
203
-          <td class="label">Release specifics:</td>
203
+          <td class="label">Release Specifics</td>
204 204
           <td class="nobr ft_ripspecifics">
205 205
             <select id="container" name="container" class="ft_container fti_advanced">
206 206
               <option value="">Format</option>
@@ -229,7 +229,7 @@ View::show_header('Browse Torrents', 'browse');
229 229
           </td>
230 230
         </tr>
231 231
         <tr id="size" class="ftr_advanced<?=$HideAdvanced?>">
232
-          <td class="label">Size:</td>
232
+          <td class="label">Size</td>
233 233
           <td class="ft_size">
234 234
             <input type="size_min" spellcheck="false" size="6" name="size_min" class="inputtext smaller fti_advanced" placeholder="Min" value="<?Format::form('size_min')?>" /> -
235 235
             <input type="size_max" spellcheck="false" size="6" name="size_max" class="inputtext smaller fti_advanced" placeholder="Max" value="<?Format::form('size_max')?>" />
@@ -244,7 +244,7 @@ View::show_header('Browse Torrents', 'browse');
244 244
           </td>
245 245
         </tr>
246 246
         <tr id="misc" class="ftr_advanced<?=$HideAdvanced?>">
247
-          <td class="label">Misc:</td>
247
+          <td class="label">Misc</td>
248 248
           <td class="nobr ft_misc">
249 249
             <select name="freetorrent" class="ft_freetorrent fti_advanced">
250 250
               <option value="">Leech Status</option>
@@ -275,10 +275,10 @@ View::show_header('Browse Torrents', 'browse');
275 275
           </td>
276 276
         </tr>
277 277
         <tr id="order">
278
-          <td class="label">Order by:</td>
278
+          <td class="label">Order By</td>
279 279
           <td class="ft_order">
280 280
             <select name="order_by" style="width: auto;" class="ft_order_by" aria-label="Property to order by">
281
-              <option value="time"<?Format::selected('order_by', 'time')?>>Time added</option>
281
+              <option value="time"<?Format::selected('order_by', 'time')?>>Time Added</option>
282 282
               <option value="year"<?Format::selected('order_by', 'year')?>>Year</option>
283 283
               <option value="size"<?Format::selected('order_by', 'size')?>>Size</option>
284 284
               <option value="snatched"<?Format::selected('order_by', 'snatched')?>>Snatched</option>
@@ -295,7 +295,7 @@ View::show_header('Browse Torrents', 'browse');
295 295
         </tr>
296 296
         <tr id="search_group_results">
297 297
           <td class="label">
298
-            <label for="group_results">Group by release:</label>
298
+            <label for="group_results">Group by Release?</label>
299 299
           </td>
300 300
           <td class="ft_group_results">
301 301
             <input type="checkbox" value="1" name="group_results" id="group_results"<?=$GroupResults ? ' checked="checked"' : ''?> />

Loading…
Cancel
Save