Changeset 800 for trunk


Ignore:
Timestamp:
Feb 9, 2011, 10:15:36 PM (13 years ago)
Author:
gav
Message:

Add alt and title, html properties to assetTreeButton.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/services/AssetTreeService.groovy

    r460 r800  
    115115        mkp.div(class: buttonHtmlClass) {
    116116            a( href: hrefShowPane() ) {
    117                 img(src: treeRootImg)
     117                img(src: treeRootImg, alt: 'Asset Tree', title: 'Asset Tree')
    118118            }
    119119        } // mkp
Note: See TracChangeset for help on using the changeset viewer.