Changeset 1439
- Timestamp:
- Jan 25, 2011, 4:39:18 PM (13 years ago)
- Location:
- trunk
- Files:
-
- 6 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/application.properties
r1438 r1439 1 1 #Grails Metadata file 2 #Tue Jan 25 1 1:19:55CET 20112 #Tue Jan 25 16:36:57 CET 2011 3 3 app.build.display.info=0 4 4 app.build.svn.revision=1079 … … 13 13 plugins.db-util=0.4 14 14 plugins.famfamfam=1.0.1 15 plugins.gdt=0.0. 215 plugins.gdt=0.0.3 16 16 plugins.grom=0.2.2 17 17 plugins.hibernate=1.3.6 -
trunk/grails-app/views/common/_topnav.gsp
r1430 r1439 30 30 <a href="#">Templates</a> 31 31 <ul class="subnav"> 32 <li><g:link controller="templateEditor" action="study" params="${[standalone: true]}">Study templates</g:link></li> 33 <li><g:link controller="templateEditor" action="subject" params="${[standalone: true]}">Subject templates</g:link></li> 34 <li><g:link controller="templateEditor" action="event" params="${[standalone: true]}">Event templates</g:link></li> 35 <li><g:link controller="templateEditor" action="samplingEvent" params="${[standalone: true]}">Sampling event templates</g:link></li> 36 <li><g:link controller="templateEditor" action="sample" params="${[standalone: true]}">Sample templates</g:link></li> 37 <li><g:link controller="templateEditor" action="assay" params="${[standalone: true]}">Assay templates</g:link></li> 38 <li><g:link controller="template" action="export">Export</g:link></li> 39 <li><g:link controller="template" action="importTemplate">Import</g:link></li> 32 <af:templateEditorMenu wrap="li" /> 40 33 </ul> 41 34 </li>
Note: See TracChangeset
for help on using the changeset viewer.