Changeset 367 for trunk/grails-app/conf


Ignore:
Timestamp:
Apr 21, 2010, 5:26:21 PM (13 years ago)
Author:
duh
Message:
  • commented buggy bootstrap code
  • refactored wizard subject page
  • removed wizard:speciesElement from taglibrary
  • changed speciesElement to termElement
  • used SelectAddMore?.js to add dialog functionality to template select elements
  • changed bug report icon
  • added more famfamfam icons
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/conf/BootStrap.groovy

    r366 r367  
    303303
    304304                        // Human sample template
     305/* COMMENTED OUT AS IT BREAKS THE WHOLE LOT
    305306                        def humanSampleTemplate = new Template(
    306307                                name: 'Human tissue sample', entity: dbnp.studycapturing.Sample)
     
    362363
    363364
    364                         /*
    365365                        //events
    366366                        def eventDiet = new EventDescription(
     
    403403
    404404                        println('Adding PPS3 study...')
    405                         */
     405
    406406                        // studies
    407407                        def exampleStudy = new Study(
     
    425425                        ).with { if (!validate()) { errors.each { println it} } else save()}
    426426
    427                         /*def evLF = new Event(
     427                        def evLF = new Event(
    428428                                startTime: Date.parse('yyyy-MM-dd','2008-01-07'),
    429429                                endTime: Date.parse('yyyy-MM-dd','2008-01-14'),
Note: See TracChangeset for help on using the changeset viewer.