- Timestamp:
- Jan 12, 2011, 3:09:09 PM (10 years ago)
- Location:
- trunk/grails-app/views
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/importer/common/_error.gsp
r1367 r1375 41 41 modal: true, 42 42 width: 600, 43 maxHeight: 400, 44 open: function(event, ui) { 45 $(this).css({'max-height': 400, 'overflow-y': 'auto'}); 46 }, 43 47 buttons: { 44 48 Ok: function() { -
trunk/grails-app/views/studyWizard/common/_error.gsp
r1359 r1375 42 42 width: 600, 43 43 maxHeight: 400, 44 open: function(event, ui) { 45 $(this).css({'max-height': 400, 'overflow-y': 'auto'}); 46 }, 44 47 buttons: { 45 48 Ok: function() {
Note: See TracChangeset
for help on using the changeset viewer.