Changeset 284 for trunk/grails-app/views/shared
- Timestamp:
- Jan 21, 2010, 11:25:46 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/shared/_assetTree.gsp
r278 r284 5 5 <img src="${resource(dir:'images/skin',file:'database_add.png')}" alt="Add" title="Add Sub Item"/> 6 6 </g:link> 7 <g:link params="['asset .id':assetInstance?.id]" action="copy">7 <g:link params="['assetToCopy.id':assetInstance?.id]" action="copy"> 8 8 <img src="${resource(dir:'images/skin',file:'page_copy.png')}" alt="Copy" title="Copy Asset"/> 9 9 </g:link>
Note: See TracChangeset
for help on using the changeset viewer.