list so that it limits what is retrieved in the new books supercat
feeds by available statuses only.
title='[% arialabel || l("Select Library") %]'
class="org_selector_dropdown"
onchange="location = '/opac/extras/browse/html-full/item-age/' +
- this.options[this.selectedIndex].value + '/1/20';">
+ this.options[this.selectedIndex].value + '/1/20?status=0&status=1&status=5&status=7;'">
<option value="" class="org_unit" disabled selected="selected">Choose a library to see newly purchased items</option>
[%-
WHILE node_stack.size > 0;