Changeset 1356
- Timestamp:
- Jan 10, 2011, 10:58:31 AM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/taglib/dbnp/studycapturing/WizardTagLib.groovy
r1286 r1356 988 988 // Output the dialog for the publications 989 989 out << '<div id="' + attrs.name + '_dialog">'; 990 out << '<p>Search for a publication on pubmed. You can search on a part of the title or authors. </p>';990 out << '<p>Search for a publication on pubmed. You can search on a part of the title, authors or pubmed ID. </p>'; 991 991 out << publicationSelect(attrs, body); 992 992 out << '</div>';
Note: See TracChangeset
for help on using the changeset viewer.