Ignore:
Timestamp:
May 4, 2010, 11:39:17 AM (14 years ago)
Author:
duh
Message:
  • removed obsolete/unused '-name' trailing part from ontology elements
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/grails-app/taglib/dbnp/studycapturing/WizardTagLib.groovy

    r390 r391  
    487487                                value: attrs.value,
    488488                                description: attrs.description,
    489                                 rel: 'ontology-' + ((attrs.ontology) ? attrs.ontology : 'all') + '-name',
     489                                rel: 'ontology-' + ((attrs.ontology) ? attrs.ontology : 'all'),
    490490                                size: 25
    491491                        ],
     
    733733                                                        name: prependName + it.escapedName(),
    734734                                                        value: fieldValue,
    735                                                         rel: 'ontology-all-name',
     735                                                        rel: 'ontology-all',
    736736                                                        size: 100
    737737                                                )
Note: See TracChangeset for help on using the changeset viewer.