1210
1210
} ) ;
1211
1211
1212
1212
$ ( '#id_defendant' ) . select2 ( {
1213
- placeholder : 'Choose one...' ,
1214
- multiple : false ,
1213
+ placeholder : 'Match any...' ,
1215
1214
} ) ;
1216
1215
1217
1216
$ ( '#id_trial' ) . select2 ( {
1218
- placeholder : 'Choose one...' ,
1219
- multiple : false ,
1217
+ placeholder : 'Match any...' ,
1220
1218
} ) ;
1221
1219
1222
1220
$ ( '#id_language' ) . select2 ( {
1223
- placeholder : 'Choose one...' ,
1224
- multiple : false ,
1221
+ placeholder : 'Match any...' ,
1225
1222
} ) ;
1226
1223
1227
1224
$ ( '#id_source' ) . select2 ( {
1228
- placeholder : 'Choose one...' ,
1229
- multiple : false ,
1225
+ placeholder : 'Match any...' ,
1230
1226
} ) ;
1231
1227
1232
1228
// clear the selection when button pressed
1256
1252
1257
1253
< section id ="search " role ="search " aria-label ="Search the archive " class ="theme-beige thin ">
1258
1254
< h1 class ="h4 "> Search the archive — Advanced</ h1 >
1255
+ < a href ="{% url 'search:help' %} " style ="float: right; "> Search Help</ a >
1259
1256
< div class ="full-width " style ="height: 100% ">
1260
1257
< div class ="advanced-search-help ">
1261
1258
@@ -1268,7 +1265,6 @@ <h1 class="h4">Search the archive — Advanced</h1>
1268
1265
{% endfor %}
1269
1266
1270
1267
< form class ="advanced-search " role ="search " aria-label ="advanced search " action ="{% url 'search:advanced' %} " method ="POST ">
1271
- < h3 > Main Search Criteria</ h3 >
1272
1268
< p > {% trans 'Match all entered search terms below' %}</ p >
1273
1269
< p style ="margin-top: 10px; margin-bottom: 10px ">
1274
1270
< label style ="margin-right: 50px; "> Search Type:</ label >
@@ -1290,12 +1286,6 @@ <h3>Main Search Criteria</h3>
1290
1286
</ label >
1291
1287
</ p >
1292
1288
{% for field in form %}
1293
- {% if field.name == "author" %}
1294
- < h3 > The options below here are AND or ORed</ h3 >
1295
- {% endif %}
1296
- {% if field.name == "defendant" %}
1297
- < h3 > The options below here are ORed</ h3 >
1298
- {% endif %}
1299
1289
{% if field.name != 'evidence' and field.name != 'exhibit' and field.name != 'book' and field.name != 'm' and '_' not in field.name %}
1300
1290
< div class ="{% if field.errors %}has-error{% endif %} ">
1301
1291
< p style ="display: inline-flex ">
@@ -1335,9 +1325,6 @@ <h3>The options below here are ORed</h3>
1335
1325
{% endif %}
1336
1326
{% endfor %}
1337
1327
1338
- < div style ="margin-top: 50px ">
1339
- < h3 > Additional Options</ h3 >
1340
- </ div >
1341
1328
< div class ="{% if form.evidence.errors %}has-error{% endif %} ">
1342
1329
< p >
1343
1330
< label for ="id_{{ form.evidence.name }} " class ="help-label " data-content_id ="adv-help-{{ form.evidence.name }} ">
0 commit comments