Changeset 1771 for trunk/grails-app/views/template
- Timestamp:
- Apr 18, 2011, 11:27:03 AM (12 years ago)
- Location:
- trunk/grails-app/views/template
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/grails-app/views/template/handleImportedFile.gsp
r1430 r1771 5 5 <meta name="layout" content="main"/> 6 6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 7 <link rel="stylesheet" href="${resource(dir: 'css', file: 'template Editor.css')}" />7 <link rel="stylesheet" href="${resource(dir: 'css', file: 'templateImporter.css')}" /> 8 8 <title>Select templates to import</title> 9 9 </head> -
trunk/grails-app/views/template/saveImportedTemplates.gsp
r1430 r1771 5 5 <meta name="layout" content="main"/> 6 6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8"> 7 <link rel="stylesheet" href="${resource(dir: 'css', file: 'template Editor.css')}" />7 <link rel="stylesheet" href="${resource(dir: 'css', file: 'templateImporter.css')}" /> 8 8 <title>Imported templates</title> 9 9 </head>
Note: See TracChangeset
for help on using the changeset viewer.