collectiveaccess / pawtucket2

Pawtucket Improved
GNU General Public License v3.0
82 stars 75 forks source link

Date Search Broken? #74

Open miqrogroove opened 1 year ago

miqrogroove commented 1 year ago

When I navigate to /Search/advanced/objects it shows this label with no corresponding input element:

DATE RANGE (E.G. 1970-1979)

The raw output looks like this:

    <div class='row'>
        <div class="advancedSearchField col-sm-12">
            <span class='formLabel' data-toggle="popover" data-trigger="hover" data-content="Search records of a particular date or date range.">Date range <i>(e.g. 1970-1979)</i></span>

        </div>
    </div>

Using Pawtucket 1.7.15

For reference...

https://github.com/collectiveaccess/pawtucket2/blob/50d313682ff5e26ac834cc050933f7700a031038/themes/default/views/Search/ca_objects_advanced_search_objects_html.php#L36-L39