Changeset 1896
- Timestamp:
- May 30, 2011, 2:33:35 PM (11 years ago)
- Location:
- trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/application.properties
r1895 r1896 1 1 #Grails Metadata file 2 # Sat May 28 20:47:17CEST 20112 #Mon May 30 14:32:59 CEST 2011 3 3 app.build.display.info=0 4 4 app.build.svn.revision=1079 … … 13 13 plugins.db-util=0.4 14 14 plugins.famfamfam=1.0.1 15 plugins.gdt=0.0.5 216 plugins.gdtimporter=0.4.5. 415 plugins.gdt=0.0.53 16 plugins.gdtimporter=0.4.5.5 17 17 plugins.hibernate=1.3.7 18 18 plugins.jquery=1.6.1.1 -
trunk/grails-app/views/layouts/dialog.gsp
r1871 r1896 15 15 <script type="text/javascript" src="${resource(dir: 'js', file: 'disableKeys.min.js')}"></script> 16 16 </g:else> 17 <link rel="stylesheet" href="${createLinkTo(dir: 'css/cupertino', file: 'jquery-ui-1.8. 7.custom.css')}"/>17 <link rel="stylesheet" href="${createLinkTo(dir: 'css/cupertino', file: 'jquery-ui-1.8.13.custom.css')}"/> 18 18 <g:layoutHead/> 19 19 </head>
Note: See TracChangeset
for help on using the changeset viewer.