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/pictureDetailed/list.gsp

    r182 r498  
    2626                        <g:each in="${list}" status="i" var="picture">
    2727                            <tr class="${(i % 2) == 0 ? 'clickableOdd' : 'clickableEven'}">
    28                                 <td class='gallery'>
     28                                <td class="notClickable">
    2929                                    <wa:pictureLightboxAnchor picture="${picture}"
    3030                                                                                        size="${Image.Small}"
     
    4747                                </td>
    4848
    49                                 <td>
     49                                <td class="notClickable">
    5050                                    <g:link action="show" id="${picture.id}">
    5151                                        <img  src="${resource(dir:'images/skin',file:'database_go.png')}" alt="Show" />
Note: See TracChangeset for help on using the changeset viewer.