Changeset 1439


Ignore:
Timestamp:
Jan 25, 2011, 4:39:18 PM (13 years ago)
Author:
work@…
Message:
  • move templateEditor into gdt plugin
  • refactored templateEditor
  • upgraded gdt to 0.0.3
Location:
trunk
Files:
6 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/application.properties

    r1438 r1439  
    11#Grails Metadata file
    2 #Tue Jan 25 11:19:55 CET 2011
     2#Tue Jan 25 16:36:57 CET 2011
    33app.build.display.info=0
    44app.build.svn.revision=1079
     
    1313plugins.db-util=0.4
    1414plugins.famfamfam=1.0.1
    15 plugins.gdt=0.0.2
     15plugins.gdt=0.0.3
    1616plugins.grom=0.2.2
    1717plugins.hibernate=1.3.6
  • trunk/grails-app/views/common/_topnav.gsp

    r1430 r1439  
    3030                <a href="#">Templates</a>
    3131                <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" />
    4033                </ul>
    4134        </li>
Note: See TracChangeset for help on using the changeset viewer.