Ignore:
Timestamp:
Feb 12, 2010, 7:56:06 PM (13 years ago)
Author:
jahn
Message:

Sample selection of the query controller: added buttons for subgroup selection, controller changes for passing on subselections, and some JS for selecting the checkboxes. The actual function of the checkboxes has to be clearified. When I check only subject, should the parent subject also be ticked? Or should it be the other way round? Plenty needs to be done in this step of the query still.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/searchable/index.gsp

    r194 r196  
    8787            <tr>
    8888              <td>
    89               <input type="checkbox" name="${result.title}" id="${result.title}">
     89              <input type="checkbox" name="${result.id}" id="${result.title}">
    9090              </td>
    9191              <td>
Note: See TracChangeset for help on using the changeset viewer.