Ignore:
Timestamp:
Apr 19, 2010, 2:07:48 AM (14 years ago)
Author:
gav
Message:

Improved table row onclick implementation for all detailed list and search views.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/views/inventoryItemDetailed/search.gsp

    r489 r498  
    129129                            <tr class="${(i % 2) == 0 ? 'clickableOdd' : 'clickableEven'}" />
    130130
    131                                 <td class='gallery'>
     131                                <td class='notClickable'>
    132132                                    <g:if test="${inventoryItemInstance.picture}" >
    133133                                        <wa:pictureLightboxAnchor picture="${inventoryItemInstance.picture}"
     
    155155                                </td>
    156156
    157                                 <td>
     157                                <td class="notClickable">
    158158                                    <g:link action="show" id="${inventoryItemInstance.id}">
    159159                                        <img  src="${resource(dir:'images/skin',file:'database_go.png')}" alt="Show" />
Note: See TracChangeset for help on using the changeset viewer.